Hex Artifact Content
Not logged in

Artifact a63938dc88b0c4246e52c73cc7293a8861fded62:


0000: 2f 2a 2a 0a 20 2a 20 41 75 74 68 6f 72 73 3a 20  /**. * Authors: 
0010: 6b 2e 69 6e 61 62 61 0a 20 2a 20 4c 69 63 65 6e  k.inaba. * Licen
0020: 73 65 3a 20 4e 59 53 4c 20 30 2e 39 39 38 32 20  se: NYSL 0.9982 
0030: 68 74 74 70 3a 2f 2f 77 77 77 2e 6b 6d 6f 6e 6f  http://www.kmono
0040: 73 2e 6e 65 74 2f 6e 79 73 6c 2f 0a 20 2a 0a 20  s.net/nysl/. *. 
0050: 2a 20 45 76 61 6c 75 61 74 6f 72 20 66 6f 72 20  * Evaluator for 
0060: 50 6f 6c 65 6d 79 20 70 72 6f 67 72 61 6d 6d 69  Polemy programmi
0070: 6e 67 20 6c 61 6e 67 75 61 67 65 2e 0a 20 2a 2f  ng language.. */
0080: 0a 6d 6f 64 75 6c 65 20 70 6f 6c 65 6d 79 2e 65  .module polemy.e
0090: 76 61 6c 3b 0a 69 6d 70 6f 72 74 20 70 6f 6c 65  val;.import pole
00a0: 6d 79 2e 5f 63 6f 6d 6d 6f 6e 3b 0a 69 6d 70 6f  my._common;.impo
00b0: 72 74 20 70 6f 6c 65 6d 79 2e 6c 65 78 20 3a 20  rt polemy.lex : 
00c0: 4c 65 78 50 6f 73 69 74 69 6f 6e 3b 0a 69 6d 70  LexPosition;.imp
00d0: 6f 72 74 20 70 6f 6c 65 6d 79 2e 61 73 74 3b 0a  ort polemy.ast;.
00e0: 69 6d 70 6f 72 74 20 70 6f 6c 65 6d 79 2e 70 61  import polemy.pa
00f0: 72 73 65 3b 0a 69 6d 70 6f 72 74 20 70 6f 6c 65  rse;.import pole
0100: 6d 79 2e 76 61 6c 75 65 3b 0a 69 6d 70 6f 72 74  my.value;.import
0110: 20 73 74 64 2e 74 79 70 65 63 6f 6e 73 3b 0a 69   std.typecons;.i
0120: 6d 70 6f 72 74 20 73 74 64 2e 73 74 64 69 6f 3b  mport std.stdio;
0130: 0a 0d 0a 2f 2f 20 5b 74 6f 64 6f 5d 20 6d 6f 76  ...// [todo] mov
0140: 65 20 74 6f 20 76 61 6c 75 65 2e 64 0d 0a 0d 0a  e to value.d....
0150: 46 75 6e 56 61 6c 75 65 20 6e 61 74 69 76 65 66  FunValue nativef
0160: 28 56 61 6c 75 65 20 64 65 6c 65 67 61 74 65 28  (Value delegate(
0170: 69 6d 6d 75 74 61 62 6c 65 20 4c 65 78 50 6f 73  immutable LexPos
0180: 69 74 69 6f 6e 20 70 6f 73 2c 20 4c 61 79 65 72  ition pos, Layer
0190: 20 6c 61 79 2c 20 56 61 6c 75 65 5b 5d 20 61 72   lay, Value[] ar
01a0: 67 73 29 20 64 67 29 0d 0a 7b 0d 0a 09 72 65 74  gs) dg)..{...ret
01b0: 75 72 6e 20 6e 65 77 20 46 75 6e 56 61 6c 75 65  urn new FunValue
01c0: 28 64 67 29 3b 0d 0a 7d 0d 0a 0d 0a 46 75 6e 56  (dg);..}....FunV
01d0: 61 6c 75 65 20 6e 61 74 69 76 65 28 52 2c 54 2e  alue native(R,T.
01e0: 2e 2e 29 28 52 20 64 65 6c 65 67 61 74 65 20 28  ..)(R delegate (
01f0: 54 29 20 64 67 29 0d 0a 7b 0d 0a 09 72 65 74 75  T) dg)..{...retu
0200: 72 6e 20 6e 61 74 69 76 65 66 28 20 64 65 6c 65  rn nativef( dele
0210: 67 61 74 65 20 56 61 6c 75 65 28 69 6d 6d 75 74  gate Value(immut
0220: 61 62 6c 65 20 4c 65 78 50 6f 73 69 74 69 6f 6e  able LexPosition
0230: 20 70 6f 73 2c 20 4c 61 79 65 72 20 6c 61 79 2c   pos, Layer lay,
0240: 20 56 61 6c 75 65 5b 5d 20 61 72 67 73 29 20 7b   Value[] args) {
0250: 0d 0a 09 09 69 66 28 20 6c 61 79 20 21 3d 20 22  ....if( lay != "
0260: 40 76 22 20 29 0d 0a 09 09 09 74 68 72 6f 77 20  @v" ).....throw 
0270: 67 65 6e 65 78 21 52 75 6e 74 69 6d 65 45 78 63  genex!RuntimeExc
0280: 65 70 74 69 6f 6e 28 70 6f 73 2c 20 22 6f 6e 6c  eption(pos, "onl
0290: 79 20 40 76 20 6c 61 79 65 72 20 63 61 6e 20 63  y @v layer can c
02a0: 61 6c 6c 20 6e 61 74 69 76 65 20 66 75 6e 63 74  all native funct
02b0: 69 6f 6e 22 29 3b 0d 0a 09 09 69 66 28 20 54 2e  ion");....if( T.
02c0: 6c 65 6e 67 74 68 20 21 3d 20 61 72 67 73 2e 6c  length != args.l
02d0: 65 6e 67 74 68 20 29 0d 0a 09 09 09 74 68 72 6f  ength ).....thro
02e0: 77 20 67 65 6e 65 78 21 52 75 6e 74 69 6d 65 45  w genex!RuntimeE
02f0: 78 63 65 70 74 69 6f 6e 28 70 6f 73 2c 20 22 61  xception(pos, "a
0300: 72 67 75 6d 65 6e 74 20 6e 75 6d 62 65 72 20 6d  rgument number m
0310: 69 73 6d 61 74 63 68 21 22 29 3b 0d 0a 09 09 54  ismatch!");....T
0320: 20 74 79 70 65 64 5f 61 72 67 73 3b 0d 0a 09 09   typed_args;....
0330: 66 6f 72 65 61 63 68 28 69 2c 20 54 69 3b 20 54  foreach(i, Ti; T
0340: 29 0d 0a 09 09 7b 0d 0a 09 09 09 74 79 70 65 64  )....{.....typed
0350: 5f 61 72 67 73 5b 69 5d 20 3d 20 63 61 73 74 28  _args[i] = cast(
0360: 54 69 29 20 61 72 67 73 5b 69 5d 3b 0d 0a 09 09  Ti) args[i];....
0370: 09 69 66 28 20 74 79 70 65 64 5f 61 72 67 73 5b  .if( typed_args[
0380: 69 5d 20 69 73 20 6e 75 6c 6c 20 29 0d 0a 09 09  i] is null )....
0390: 09 09 74 68 72 6f 77 20 67 65 6e 65 78 21 52 75  ..throw genex!Ru
03a0: 6e 74 69 6d 65 45 78 63 65 70 74 69 6f 6e 28 70  ntimeException(p
03b0: 6f 73 2c 20 73 70 72 69 6e 74 66 21 22 74 79 70  os, sprintf!"typ
03c0: 65 20 6d 69 73 6d 61 74 63 68 20 6f 6e 20 74 68  e mismatch on th
03d0: 65 20 61 72 67 75 6d 65 6e 74 20 25 64 22 28 69  e argument %d"(i
03e0: 29 29 3b 0d 0a 09 09 7d 0d 0a 09 09 74 72 79 20  ));....}....try 
03f0: 7b 0d 0a 09 09 09 72 65 74 75 72 6e 20 64 67 28  {.....return dg(
0400: 74 79 70 65 64 5f 61 72 67 73 29 3b 0d 0a 09 09  typed_args);....
0410: 7d 20 63 61 74 63 68 28 20 52 75 6e 74 69 6d 65  } catch( Runtime
0420: 45 78 63 65 70 74 69 6f 6e 20 65 20 29 20 7b 0d  Exception e ) {.
0430: 0a 09 09 09 74 68 72 6f 77 20 65 2e 70 6f 73 20  ....throw e.pos 
0440: 69 73 20 6e 75 6c 6c 20 3f 20 6e 65 77 20 52 75  is null ? new Ru
0450: 6e 74 69 6d 65 45 78 63 65 70 74 69 6f 6e 28 70  ntimeException(p
0460: 6f 73 2c 20 65 2e 6d 73 67 2c 20 65 2e 66 69 6c  os, e.msg, e.fil
0470: 65 2c 20 65 2e 6c 69 6e 65 29 20 3a 20 65 3b 0d  e, e.line) : e;.
0480: 0a 09 09 7d 0d 0a 09 7d 29 3b 0d 0a 7d 0d 0a 0d  ...}...});..}...
0490: 0a 2f 2f 2f 0a 54 61 62 6c 65 20 63 72 65 61 74  .///.Table creat
04a0: 65 47 6c 6f 62 61 6c 43 6f 6e 74 65 78 74 28 29  eGlobalContext()
04b0: 0a 7b 0d 0a 09 61 75 74 6f 20 63 74 78 20 3d 20  .{...auto ctx = 
04c0: 6e 65 77 20 54 61 62 6c 65 3b 0d 0a 09 63 74 78  new Table;...ctx
04d0: 2e 73 65 74 28 22 2b 22 2c 20 22 40 76 22 2c 20  .set("+", "@v", 
04e0: 6e 61 74 69 76 65 28 20 28 49 6e 74 56 61 6c 75  native( (IntValu
04f0: 65 20 6c 68 73 2c 20 49 6e 74 56 61 6c 75 65 20  e lhs, IntValue 
0500: 72 68 73 29 7b 72 65 74 75 72 6e 20 6e 65 77 20  rhs){return new 
0510: 49 6e 74 56 61 6c 75 65 28 6c 68 73 2e 64 61 74  IntValue(lhs.dat
0520: 61 20 2b 20 72 68 73 2e 64 61 74 61 29 3b 7d 20  a + rhs.data);} 
0530: 29 29 3b 0d 0a 09 63 74 78 2e 73 65 74 28 22 2d  ));...ctx.set("-
0540: 22 2c 20 22 40 76 22 2c 20 6e 61 74 69 76 65 28  ", "@v", native(
0550: 20 28 49 6e 74 56 61 6c 75 65 20 6c 68 73 2c 20   (IntValue lhs, 
0560: 49 6e 74 56 61 6c 75 65 20 72 68 73 29 7b 72 65  IntValue rhs){re
0570: 74 75 72 6e 20 6e 65 77 20 49 6e 74 56 61 6c 75  turn new IntValu
0580: 65 28 6c 68 73 2e 64 61 74 61 20 2d 20 72 68 73  e(lhs.data - rhs
0590: 2e 64 61 74 61 29 3b 7d 20 29 29 3b 0d 0a 09 63  .data);} ));...c
05a0: 74 78 2e 73 65 74 28 22 2a 22 2c 20 22 40 76 22  tx.set("*", "@v"
05b0: 2c 20 6e 61 74 69 76 65 28 20 28 49 6e 74 56 61  , native( (IntVa
05c0: 6c 75 65 20 6c 68 73 2c 20 49 6e 74 56 61 6c 75  lue lhs, IntValu
05d0: 65 20 72 68 73 29 7b 72 65 74 75 72 6e 20 6e 65  e rhs){return ne
05e0: 77 20 49 6e 74 56 61 6c 75 65 28 6c 68 73 2e 64  w IntValue(lhs.d
05f0: 61 74 61 20 2a 20 72 68 73 2e 64 61 74 61 29 3b  ata * rhs.data);
0600: 7d 20 29 29 3b 0d 0a 09 63 74 78 2e 73 65 74 28  } ));...ctx.set(
0610: 22 2f 22 2c 20 22 40 76 22 2c 20 6e 61 74 69 76  "/", "@v", nativ
0620: 65 28 20 28 49 6e 74 56 61 6c 75 65 20 6c 68 73  e( (IntValue lhs
0630: 2c 20 49 6e 74 56 61 6c 75 65 20 72 68 73 29 7b  , IntValue rhs){
0640: 72 65 74 75 72 6e 20 6e 65 77 20 49 6e 74 56 61  return new IntVa
0650: 6c 75 65 28 6c 68 73 2e 64 61 74 61 20 2f 20 72  lue(lhs.data / r
0660: 68 73 2e 64 61 74 61 29 3b 7d 20 29 29 3b 0d 0a  hs.data);} ));..
0670: 09 63 74 78 2e 73 65 74 28 22 25 22 2c 20 22 40  .ctx.set("%", "@
0680: 76 22 2c 20 6e 61 74 69 76 65 28 20 28 49 6e 74  v", native( (Int
0690: 56 61 6c 75 65 20 6c 68 73 2c 20 49 6e 74 56 61  Value lhs, IntVa
06a0: 6c 75 65 20 72 68 73 29 7b 72 65 74 75 72 6e 20  lue rhs){return 
06b0: 6e 65 77 20 49 6e 74 56 61 6c 75 65 28 6c 68 73  new IntValue(lhs
06c0: 2e 64 61 74 61 20 25 20 72 68 73 2e 64 61 74 61  .data % rhs.data
06d0: 29 3b 7d 20 29 29 3b 0d 0a 09 63 74 78 2e 73 65  );} ));...ctx.se
06e0: 74 28 22 3c 22 2c 20 22 40 76 22 2c 20 6e 61 74  t("<", "@v", nat
06f0: 69 76 65 28 20 28 49 6e 74 56 61 6c 75 65 20 6c  ive( (IntValue l
0700: 68 73 2c 20 49 6e 74 56 61 6c 75 65 20 72 68 73  hs, IntValue rhs
0710: 29 7b 72 65 74 75 72 6e 20 6e 65 77 20 49 6e 74  ){return new Int
0720: 56 61 6c 75 65 28 42 69 67 49 6e 74 28 6c 68 73  Value(BigInt(lhs
0730: 2e 64 61 74 61 20 3c 20 72 68 73 2e 64 61 74 61  .data < rhs.data
0740: 20 3f 20 31 3a 20 30 29 29 3b 7d 20 29 29 3b 0d   ? 1: 0));} ));.
0750: 0a 09 63 74 78 2e 73 65 74 28 22 3e 22 2c 20 22  ..ctx.set(">", "
0760: 40 76 22 2c 20 6e 61 74 69 76 65 28 20 28 49 6e  @v", native( (In
0770: 74 56 61 6c 75 65 20 6c 68 73 2c 20 49 6e 74 56  tValue lhs, IntV
0780: 61 6c 75 65 20 72 68 73 29 7b 72 65 74 75 72 6e  alue rhs){return
0790: 20 6e 65 77 20 49 6e 74 56 61 6c 75 65 28 42 69   new IntValue(Bi
07a0: 67 49 6e 74 28 6c 68 73 2e 64 61 74 61 20 3e 20  gInt(lhs.data > 
07b0: 72 68 73 2e 64 61 74 61 20 3f 20 31 3a 20 30 29  rhs.data ? 1: 0)
07c0: 29 3b 7d 20 29 29 3b 0d 0a 09 63 74 78 2e 73 65  );} ));...ctx.se
07d0: 74 28 22 3c 3d 22 2c 20 22 40 76 22 2c 20 6e 61  t("<=", "@v", na
07e0: 74 69 76 65 28 20 28 49 6e 74 56 61 6c 75 65 20  tive( (IntValue 
07f0: 6c 68 73 2c 20 49 6e 74 56 61 6c 75 65 20 72 68  lhs, IntValue rh
0800: 73 29 7b 72 65 74 75 72 6e 20 6e 65 77 20 49 6e  s){return new In
0810: 74 56 61 6c 75 65 28 42 69 67 49 6e 74 28 6c 68  tValue(BigInt(lh
0820: 73 2e 64 61 74 61 20 3c 3d 20 72 68 73 2e 64 61  s.data <= rhs.da
0830: 74 61 20 3f 20 31 3a 20 30 29 29 3b 7d 20 29 29  ta ? 1: 0));} ))
0840: 3b 0d 0a 09 63 74 78 2e 73 65 74 28 22 3e 3d 22  ;...ctx.set(">="
0850: 2c 20 22 40 76 22 2c 20 6e 61 74 69 76 65 28 20  , "@v", native( 
0860: 28 49 6e 74 56 61 6c 75 65 20 6c 68 73 2c 20 49  (IntValue lhs, I
0870: 6e 74 56 61 6c 75 65 20 72 68 73 29 7b 72 65 74  ntValue rhs){ret
0880: 75 72 6e 20 6e 65 77 20 49 6e 74 56 61 6c 75 65  urn new IntValue
0890: 28 42 69 67 49 6e 74 28 6c 68 73 2e 64 61 74 61  (BigInt(lhs.data
08a0: 20 3e 3d 20 72 68 73 2e 64 61 74 61 20 3f 20 31   >= rhs.data ? 1
08b0: 3a 20 30 29 29 3b 7d 20 29 29 3b 0d 0a 09 63 74  : 0));} ));...ct
08c0: 78 2e 73 65 74 28 22 3d 3d 22 2c 20 22 40 76 22  x.set("==", "@v"
08d0: 2c 20 6e 61 74 69 76 65 28 20 28 49 6e 74 56 61  , native( (IntVa
08e0: 6c 75 65 20 6c 68 73 2c 20 49 6e 74 56 61 6c 75  lue lhs, IntValu
08f0: 65 20 72 68 73 29 7b 72 65 74 75 72 6e 20 6e 65  e rhs){return ne
0900: 77 20 49 6e 74 56 61 6c 75 65 28 42 69 67 49 6e  w IntValue(BigIn
0910: 74 28 6c 68 73 2e 64 61 74 61 20 3d 3d 20 72 68  t(lhs.data == rh
0920: 73 2e 64 61 74 61 20 3f 20 31 3a 20 30 29 29 3b  s.data ? 1: 0));
0930: 7d 20 29 29 3b 0d 0a 09 63 74 78 2e 73 65 74 28  } ));...ctx.set(
0940: 22 21 3d 22 2c 20 22 40 76 22 2c 20 6e 61 74 69  "!=", "@v", nati
0950: 76 65 28 20 28 49 6e 74 56 61 6c 75 65 20 6c 68  ve( (IntValue lh
0960: 73 2c 20 49 6e 74 56 61 6c 75 65 20 72 68 73 29  s, IntValue rhs)
0970: 7b 72 65 74 75 72 6e 20 6e 65 77 20 49 6e 74 56  {return new IntV
0980: 61 6c 75 65 28 42 69 67 49 6e 74 28 6c 68 73 2e  alue(BigInt(lhs.
0990: 64 61 74 61 20 21 3d 20 72 68 73 2e 64 61 74 61  data != rhs.data
09a0: 20 3f 20 31 3a 20 30 29 29 3b 7d 20 29 29 3b 0d   ? 1: 0));} ));.
09b0: 0a 09 63 74 78 2e 73 65 74 28 22 70 72 69 6e 74  ..ctx.set("print
09c0: 22 2c 20 22 40 76 22 2c 20 6e 65 77 20 46 75 6e  ", "@v", new Fun
09d0: 56 61 6c 75 65 28 64 65 6c 65 67 61 74 65 20 56  Value(delegate V
09e0: 61 6c 75 65 28 69 6d 6d 75 74 61 62 6c 65 20 4c  alue(immutable L
09f0: 65 78 50 6f 73 69 74 69 6f 6e 20 70 6f 73 2c 20  exPosition pos, 
0a00: 4c 61 79 65 72 20 6c 61 79 2c 20 56 61 6c 75 65  Layer lay, Value
0a10: 5b 5d 20 61 72 67 73 29 7b 0a 09 09 66 6f 72 65  [] args){...fore
0a20: 61 63 68 28 61 3b 20 61 72 67 73 29 0a 09 09 09  ach(a; args)....
0a30: 77 72 69 74 65 28 61 29 3b 0a 09 09 77 72 69 74  write(a);...writ
0a40: 65 6c 6e 28 22 22 29 3b 0a 09 09 72 65 74 75 72  eln("");...retur
0a50: 6e 20 6e 65 77 20 49 6e 74 56 61 6c 75 65 28 42  n new IntValue(B
0a60: 69 67 49 6e 74 28 31 37 38 29 29 3b 0a 09 7d 29  igInt(178));..})
0a70: 29 3b 0a 09 63 74 78 2e 73 65 74 28 22 69 66 22  );..ctx.set("if"
0a80: 2c 20 22 40 76 22 2c 20 6e 65 77 20 46 75 6e 56  , "@v", new FunV
0a90: 61 6c 75 65 28 64 65 6c 65 67 61 74 65 20 56 61  alue(delegate Va
0aa0: 6c 75 65 28 69 6d 6d 75 74 61 62 6c 65 20 4c 65  lue(immutable Le
0ab0: 78 50 6f 73 69 74 69 6f 6e 20 70 6f 73 2c 20 4c  xPosition pos, L
0ac0: 61 79 65 72 20 6c 61 79 2c 20 56 61 6c 75 65 5b  ayer lay, Value[
0ad0: 5d 20 61 72 67 73 29 7b 0a 09 09 69 66 28 20 61  ] args){...if( a
0ae0: 72 67 73 2e 6c 65 6e 67 74 68 20 21 3d 20 33 20  rgs.length != 3 
0af0: 29 0a 09 09 09 74 68 72 6f 77 20 67 65 6e 65 78  )....throw genex
0b00: 21 52 75 6e 74 69 6d 65 45 78 63 65 70 74 69 6f  !RuntimeExceptio
0b10: 6e 28 70 6f 73 2c 20 22 69 66 20 74 61 6b 65 73  n(pos, "if takes
0b20: 20 74 68 72 65 65 20 61 72 67 75 6d 65 6e 74 73   three arguments
0b30: 21 21 22 29 3b 0a 09 09 69 66 28 20 61 75 74 6f  !!");...if( auto
0b40: 20 78 20 3d 20 63 61 73 74 28 49 6e 74 56 61 6c   x = cast(IntVal
0b50: 75 65 29 61 72 67 73 5b 30 5d 20 29 0a 09 09 69  ue)args[0] )...i
0b60: 66 28 20 61 75 74 6f 20 66 74 20 3d 20 63 61 73  f( auto ft = cas
0b70: 74 28 46 75 6e 56 61 6c 75 65 29 61 72 67 73 5b  t(FunValue)args[
0b80: 31 5d 20 29 0a 09 09 69 66 28 20 61 75 74 6f 20  1] )...if( auto 
0b90: 66 65 20 3d 20 63 61 73 74 28 46 75 6e 56 61 6c  fe = cast(FunVal
0ba0: 75 65 29 61 72 67 73 5b 32 5d 20 29 0a 09 09 09  ue)args[2] )....
0bb0: 72 65 74 75 72 6e 20 28 78 2e 64 61 74 61 20 3d  return (x.data =
0bc0: 3d 20 30 20 3f 20 66 65 20 3a 20 66 74 29 2e 63  = 0 ? fe : ft).c
0bd0: 61 6c 6c 28 70 6f 73 2c 6c 61 79 2c 5b 5d 29 3b  all(pos,lay,[]);
0be0: 0a 09 09 74 68 72 6f 77 20 67 65 6e 65 78 21 52  ...throw genex!R
0bf0: 75 6e 74 69 6d 65 45 78 63 65 70 74 69 6f 6e 28  untimeException(
0c00: 70 6f 73 2c 20 22 74 79 70 65 20 6d 69 73 6d 61  pos, "type misma
0c10: 74 63 68 20 69 6e 20 69 66 22 29 3b 0d 0a 09 7d  tch in if");...}
0c20: 29 29 3b 0a 09 72 65 74 75 72 6e 20 63 74 78 3b  ));..return ctx;
0c30: 0a 7d 0a 0a 2f 2f 2f 20 45 6e 74 72 79 20 70 6f  .}../// Entry po
0c40: 69 6e 74 20 6f 66 20 74 68 69 73 20 6d 6f 64 75  int of this modu
0c50: 6c 65 0d 0a 0d 0a 54 75 70 6c 65 21 28 56 61 6c  le....Tuple!(Val
0c60: 75 65 2c 22 76 61 6c 22 2c 54 61 62 6c 65 2c 22  ue,"val",Table,"
0c70: 63 74 78 22 29 20 65 76 61 6c 53 74 72 69 6e 67  ctx") evalString
0c80: 28 53 2c 54 2e 2e 2e 29 28 53 20 73 74 72 2c 20  (S,T...)(S str, 
0c90: 54 20 66 6e 5f 6c 6e 5f 63 6e 29 0a 7b 0a 09 72  T fn_ln_cn).{..r
0ca0: 65 74 75 72 6e 20 65 76 61 6c 28 20 70 6f 6c 65  eturn eval( pole
0cb0: 6d 79 2e 70 61 72 73 65 2e 70 61 72 73 65 53 74  my.parse.parseSt
0cc0: 72 69 6e 67 28 73 74 72 2c 20 66 6e 5f 6c 6e 5f  ring(str, fn_ln_
0cd0: 63 6e 29 20 29 3b 0a 7d 0a 0a 2f 2f 2f 20 45 6e  cn) );.}../// En
0ce0: 74 72 79 20 70 6f 69 6e 74 20 6f 66 20 74 68 69  try point of thi
0cf0: 73 20 6d 6f 64 75 6c 65 0d 0a 0d 0a 54 75 70 6c  s module....Tupl
0d00: 65 21 28 56 61 6c 75 65 2c 22 76 61 6c 22 2c 54  e!(Value,"val",T
0d10: 61 62 6c 65 2c 22 63 74 78 22 29 20 65 76 61 6c  able,"ctx") eval
0d20: 46 69 6c 65 28 53 2c 20 54 2e 2e 2e 29 28 53 20  File(S, T...)(S 
0d30: 66 69 6c 65 6e 61 6d 65 2c 20 54 20 6c 6e 5f 63  filename, T ln_c
0d40: 6e 29 0a 7b 0a 09 72 65 74 75 72 6e 20 65 76 61  n).{..return eva
0d50: 6c 28 20 70 6f 6c 65 6d 79 2e 70 61 72 73 65 2e  l( polemy.parse.
0d60: 70 61 72 73 65 46 69 6c 65 28 66 69 6c 65 6e 61  parseFile(filena
0d70: 6d 65 2c 20 6c 6e 5f 63 6e 29 20 29 3b 0a 7d 0a  me, ln_cn) );.}.
0d80: 0a 2f 2f 2f 20 45 6e 74 72 79 20 70 6f 69 6e 74  ./// Entry point
0d90: 20 6f 66 20 74 68 69 73 20 6d 6f 64 75 6c 65 0d   of this module.
0da0: 0a 0d 0a 54 75 70 6c 65 21 28 56 61 6c 75 65 2c  ...Tuple!(Value,
0db0: 22 76 61 6c 22 2c 54 61 62 6c 65 2c 22 63 74 78  "val",Table,"ctx
0dc0: 22 29 20 65 76 61 6c 28 41 53 54 20 65 29 0a 7b  ") eval(AST e).{
0dd0: 0a 09 54 61 62 6c 65 20 63 74 78 20 3d 20 63 72  ..Table ctx = cr
0de0: 65 61 74 65 47 6c 6f 62 61 6c 43 6f 6e 74 65 78  eateGlobalContex
0df0: 74 28 29 3b 0a 09 72 65 74 75 72 6e 20 74 79 70  t();..return typ
0e00: 65 6f 66 28 72 65 74 75 72 6e 29 28 65 76 61 6c  eof(return)(eval
0e10: 28 65 2c 20 63 74 78 2c 20 66 61 6c 73 65 2c 20  (e, ctx, false, 
0e20: 22 40 76 22 29 2c 20 63 74 78 29 3b 0a 7d 0a 0a  "@v"), ctx);.}..
0e30: 2f 2f 2f 20 45 6e 74 72 79 20 70 6f 69 6e 74 20  /// Entry point 
0e40: 6f 66 20 74 68 69 73 20 6d 6f 64 75 6c 65 0d 0a  of this module..
0e50: 2f 2f 2f 20 49 66 20 73 70 6c 69 74 43 74 78 20  /// If splitCtx 
0e60: 3d 20 74 72 75 65 2c 20 74 68 65 6e 20 69 6e 6e  = true, then inn
0e70: 65 72 20 76 61 72 69 61 62 6c 65 20 64 65 63 6c  er variable decl
0e80: 61 72 61 74 69 6f 6e 20 64 6f 20 6e 6f 74 20 6f  aration do not o
0e90: 76 65 72 77 72 69 74 65 20 63 74 78 2e 0d 0a 2f  verwrite ctx.../
0ea0: 2f 2f 20 6c 61 79 20 69 73 20 74 68 65 20 6c 61  // lay is the la
0eb0: 79 65 72 20 49 44 20 66 6f 72 20 65 76 61 6c 75  yer ID for evalu
0ec0: 61 74 69 6f 6e 20 28 73 74 61 6e 64 61 72 64 20  ation (standard 
0ed0: 76 61 6c 75 65 20 73 65 6d 61 6e 74 69 63 73 20  value semantics 
0ee0: 75 73 65 73 20 22 40 76 22 29 2e 0d 0a 0d 0a 56  uses "@v").....V
0ef0: 61 6c 75 65 20 65 76 61 6c 28 41 53 54 20 65 2c  alue eval(AST e,
0f00: 20 54 61 62 6c 65 20 63 74 78 2c 20 62 6f 6f 6c   Table ctx, bool
0f10: 20 73 70 6c 69 74 43 74 78 2c 20 4c 61 79 65 72   splitCtx, Layer
0f20: 20 6c 61 79 29 0a 7b 0d 0a 09 72 65 74 75 72 6e   lay).{...return
0f30: 20 65 2e 6d 61 74 63 68 28 0a 09 09 28 53 74 72   e.match(...(Str
0f40: 4c 69 74 65 72 61 6c 20 65 29 0a 09 09 7b 0d 0a  Literal e)...{..
0f50: 09 09 09 56 61 6c 75 65 20 76 20 3d 20 6e 65 77  ...Value v = new
0f60: 20 53 74 72 56 61 6c 75 65 28 65 2e 64 61 74 61   StrValue(e.data
0f70: 29 3b 0d 0a 09 09 09 69 66 28 20 6c 61 79 20 3d  );.....if( lay =
0f80: 3d 20 22 40 76 22 20 29 0a 09 09 09 09 72 65 74  = "@v" ).....ret
0f90: 75 72 6e 20 76 3b 0d 0a 09 09 09 65 6c 73 65 20  urn v;.....else 
0fa0: 2f 2f 20 72 69 73 65 0d 0a 09 09 09 09 72 65 74  // rise......ret
0fb0: 75 72 6e 20 28 63 61 73 74 28 46 75 6e 56 61 6c  urn (cast(FunVal
0fc0: 75 65 29 63 74 78 2e 67 65 74 28 6c 61 79 2c 20  ue)ctx.get(lay, 
0fd0: 22 28 73 79 73 74 65 6d 29 22 2c 20 65 2e 70 6f  "(system)", e.po
0fe0: 73 29 29 2e 63 61 6c 6c 28 65 2e 70 6f 73 2c 20  s)).call(e.pos, 
0ff0: 22 40 76 22 2c 20 5b 76 5d 29 3b 0a 09 09 7d 2c  "@v", [v]);...},
1000: 0a 09 09 28 49 6e 74 4c 69 74 65 72 61 6c 20 65  ...(IntLiteral e
1010: 29 0a 09 09 7b 0a 09 09 09 56 61 6c 75 65 20 76  )...{....Value v
1020: 20 3d 20 6e 65 77 20 49 6e 74 56 61 6c 75 65 28   = new IntValue(
1030: 65 2e 64 61 74 61 29 3b 0d 0a 09 09 09 69 66 28  e.data);.....if(
1040: 20 6c 61 79 20 3d 3d 20 22 40 76 22 20 29 0d 0a   lay == "@v" )..
1050: 09 09 09 09 72 65 74 75 72 6e 20 76 3b 0a 09 09  ....return v;...
1060: 09 65 6c 73 65 20 2f 2f 20 72 69 73 65 0d 0a 09  .else // rise...
1070: 09 09 09 72 65 74 75 72 6e 20 28 63 61 73 74 28  ...return (cast(
1080: 46 75 6e 56 61 6c 75 65 29 63 74 78 2e 67 65 74  FunValue)ctx.get
1090: 28 6c 61 79 2c 20 22 28 73 79 73 74 65 6d 29 22  (lay, "(system)"
10a0: 2c 20 65 2e 70 6f 73 29 29 2e 63 61 6c 6c 28 65  , e.pos)).call(e
10b0: 2e 70 6f 73 2c 20 22 40 76 22 2c 20 5b 76 5d 29  .pos, "@v", [v])
10c0: 3b 0d 0a 09 09 7d 2c 0a 09 09 28 56 61 72 45 78  ;....},...(VarEx
10d0: 70 72 65 73 73 69 6f 6e 20 65 29 0d 0a 09 09 7b  pression e)....{
10e0: 0d 0a 09 09 09 74 72 79 20 7b 0d 0a 09 09 09 09  .....try {......
10f0: 72 65 74 75 72 6e 20 63 74 78 2e 67 65 74 28 65  return ctx.get(e
1100: 2e 76 61 72 2c 20 6c 61 79 2c 20 65 2e 70 6f 73  .var, lay, e.pos
1110: 29 3b 0d 0a 09 09 09 7d 20 63 61 74 63 68 28 20  );.....} catch( 
1120: 52 75 6e 74 69 6d 65 45 78 63 65 70 74 69 6f 6e  RuntimeException
1130: 20 29 20 7b 0d 0a 09 09 09 09 2f 2f 20 72 69 73   ) {......// ris
1140: 65 20 66 72 6f 6d 20 40 76 0d 0a 09 09 09 09 72  e from @v......r
1150: 65 74 75 72 6e 20 28 63 61 73 74 28 46 75 6e 56  eturn (cast(FunV
1160: 61 6c 75 65 29 63 74 78 2e 67 65 74 28 6c 61 79  alue)ctx.get(lay
1170: 2c 20 22 28 73 79 73 74 65 6d 29 22 2c 20 65 2e  , "(system)", e.
1180: 70 6f 73 29 29 2e 63 61 6c 6c 28 65 2e 70 6f 73  pos)).call(e.pos
1190: 2c 20 22 40 76 22 2c 20 0d 0a 09 09 09 09 09 5b  , "@v", .......[
11a0: 63 74 78 2e 67 65 74 28 65 2e 76 61 72 2c 20 22  ctx.get(e.var, "
11b0: 40 76 22 2c 20 65 2e 70 6f 73 29 5d 0d 0a 09 09  @v", e.pos)]....
11c0: 09 09 29 3b 0d 0a 09 09 09 7d 0d 0a 09 09 7d 2c  ..);.....}....},
11d0: 0d 0a 09 09 28 4c 61 79 65 72 65 64 45 78 70 72  ....(LayeredExpr
11e0: 65 73 73 69 6f 6e 20 65 29 0d 0a 09 09 7b 0d 0a  ession e)....{..
11f0: 09 09 09 72 65 74 75 72 6e 20 65 76 61 6c 28 65  ...return eval(e
1200: 2e 65 78 70 72 2c 20 63 74 78 2c 20 66 61 6c 73  .expr, ctx, fals
1210: 65 2c 20 65 2e 6c 61 79 29 3b 0d 0a 09 09 7d 2c  e, e.lay);....},
1220: 0d 0a 09 09 28 4c 65 74 45 78 70 72 65 73 73 69  ....(LetExpressi
1230: 6f 6e 20 65 29 0d 0a 09 09 7b 0d 0a 09 09 09 2f  on e)....{...../
1240: 2f 20 66 6f 72 20 6c 65 74 72 65 63 2c 20 77 65  / for letrec, we
1250: 20 6e 65 65 64 20 74 68 69 73 2c 20 62 75 74 20   need this, but 
1260: 73 68 6f 75 6c 64 20 61 76 6f 69 64 20 6f 76 65  should avoid ove
1270: 72 77 72 69 74 69 6e 67 3f 3f 3f 3f 0d 0a 09 09  rwriting????....
1280: 09 2f 2f 20 63 74 78 2e 73 65 74 28 65 2e 76 61  .// ctx.set(e.va
1290: 72 2c 20 22 40 76 22 2c 20 6e 65 77 20 55 6e 64  r, "@v", new Und
12a0: 65 66 69 6e 65 64 56 61 6c 75 65 2c 20 65 2e 70  efinedValue, e.p
12b0: 6f 73 29 3b 0d 0a 09 09 09 56 61 6c 75 65 20 76  os);.....Value v
12c0: 20 3d 20 65 76 61 6c 28 65 2e 69 6e 69 74 2c 20   = eval(e.init, 
12d0: 63 74 78 2c 20 74 72 75 65 2c 20 6c 61 79 29 3b  ctx, true, lay);
12e0: 0d 0a 09 09 09 69 66 28 73 70 6c 69 74 43 74 78  .....if(splitCtx
12f0: 29 0d 0a 09 09 09 09 63 74 78 20 3d 20 6e 65 77  )......ctx = new
1300: 20 54 61 62 6c 65 28 63 74 78 2c 20 54 61 62 6c   Table(ctx, Tabl
1310: 65 2e 4b 69 6e 64 2e 4e 6f 74 50 72 6f 70 61 67  e.Kind.NotPropag
1320: 61 74 65 53 65 74 29 3b 0d 0a 09 09 09 63 74 78  ateSet);.....ctx
1330: 2e 73 65 74 28 65 2e 76 61 72 2c 20 28 65 2e 6c  .set(e.var, (e.l
1340: 61 79 65 72 2e 6c 65 6e 67 74 68 20 3f 20 65 2e  ayer.length ? e.
1350: 6c 61 79 65 72 20 3a 20 6c 61 79 29 2c 20 76 2c  layer : lay), v,
1360: 20 65 2e 70 6f 73 29 3b 0d 0a 09 09 09 72 65 74   e.pos);.....ret
1370: 75 72 6e 20 65 76 61 6c 28 65 2e 65 78 70 72 2c  urn eval(e.expr,
1380: 20 63 74 78 2c 20 66 61 6c 73 65 2c 20 6c 61 79   ctx, false, lay
1390: 29 3b 0d 0a 09 09 7d 2c 0d 0a 09 09 28 46 75 6e  );....},....(Fun
13a0: 63 61 6c 6c 45 78 70 72 65 73 73 69 6f 6e 20 65  callExpression e
13b0: 29 0a 09 09 7b 0a 09 09 09 56 61 6c 75 65 20 5f  )...{....Value _
13c0: 66 20 3d 20 65 76 61 6c 28 65 2e 66 75 6e 2c 20  f = eval(e.fun, 
13d0: 63 74 78 2c 20 74 72 75 65 2c 20 6c 61 79 29 3b  ctx, true, lay);
13e0: 0a 09 09 09 69 66 28 20 61 75 74 6f 20 66 20 3d  ....if( auto f =
13f0: 20 63 61 73 74 28 46 75 6e 56 61 6c 75 65 29 5f   cast(FunValue)_
1400: 66 20 29 20 7b 0a 09 09 09 09 56 61 6c 75 65 5b  f ) {.....Value[
1410: 5d 20 61 72 67 73 3b 0a 09 09 09 09 66 6f 72 65  ] args;.....fore
1420: 61 63 68 28 61 3b 20 65 2e 61 72 67 73 29 0a 09  ach(a; e.args)..
1430: 09 09 09 09 61 72 67 73 20 7e 3d 20 65 76 61 6c  ....args ~= eval
1440: 28 61 2c 20 63 74 78 2c 20 74 72 75 65 2c 20 6c  (a, ctx, true, l
1450: 61 79 29 3b 0a 09 09 09 09 72 65 74 75 72 6e 20  ay);.....return 
1460: 66 2e 63 61 6c 6c 28 65 2e 70 6f 73 2c 20 6c 61  f.call(e.pos, la
1470: 79 2c 20 61 72 67 73 29 3b 0a 09 09 09 7d 0d 0a  y, args);....}..
1480: 09 09 09 74 68 72 6f 77 20 67 65 6e 65 78 21 52  ...throw genex!R
1490: 75 6e 74 69 6d 65 45 78 63 65 70 74 69 6f 6e 28  untimeException(
14a0: 65 2e 70 6f 73 2c 20 22 4e 6f 6e 2d 66 75 6e 63  e.pos, "Non-func
14b0: 69 6f 6e 20 69 73 20 61 70 70 6c 69 65 64 22 29  ion is applied")
14c0: 3b 0a 09 09 7d 2c 0a 09 09 28 46 75 6e 4c 69 74  ;...},...(FunLit
14d0: 65 72 61 6c 20 65 29 0a 09 09 7b 0d 0a 09 09 09  eral e)...{.....
14e0: 2f 2f 20 66 75 6e 76 61 6c 75 65 20 6e 65 65 64  // funvalue need
14f0: 20 6e 6f 74 20 62 65 20 72 69 73 65 64 0a 09 09   not be rised...
1500: 09 72 65 74 75 72 6e 20 6e 65 77 20 46 75 6e 56  .return new FunV
1510: 61 6c 75 65 28 64 65 6c 65 67 61 74 65 20 56 61  alue(delegate Va
1520: 6c 75 65 28 69 6d 6d 75 74 61 62 6c 65 20 4c 65  lue(immutable Le
1530: 78 50 6f 73 69 74 69 6f 6e 20 70 6f 73 2c 20 73  xPosition pos, s
1540: 74 72 69 6e 67 20 6c 61 79 2c 20 56 61 6c 75 65  tring lay, Value
1550: 5b 5d 20 61 72 67 73 29 7b 0a 09 09 09 09 69 66  [] args){.....if
1560: 28 20 65 2e 70 61 72 61 6d 73 2e 6c 65 6e 67 74  ( e.params.lengt
1570: 68 20 21 3d 20 61 72 67 73 2e 6c 65 6e 67 74 68  h != args.length
1580: 20 29 0a 09 09 09 09 09 74 68 72 6f 77 20 67 65   )......throw ge
1590: 6e 65 78 21 52 75 6e 74 69 6d 65 45 78 63 65 70  nex!RuntimeExcep
15a0: 74 69 6f 6e 28 65 2e 70 6f 73 2c 20 73 70 72 69  tion(e.pos, spri
15b0: 6e 74 66 21 22 41 72 67 75 6d 65 6e 74 20 4e 75  ntf!"Argument Nu
15c0: 6d 62 65 72 20 4d 69 73 6d 61 74 63 68 20 28 25  mber Mismatch (%
15d0: 64 20 72 65 71 75 69 72 65 64 20 62 75 74 20 25  d required but %
15e0: 64 20 67 69 76 65 6e 29 22 0a 09 09 09 09 09 09  d given)".......
15f0: 28 65 2e 70 61 72 61 6d 73 2e 6c 65 6e 67 74 68  (e.params.length
1600: 2c 20 61 72 67 73 2e 6c 65 6e 67 74 68 29 29 3b  , args.length));
1610: 0a 09 09 09 09 54 61 62 6c 65 20 63 74 78 4e 65  .....Table ctxNe
1620: 6f 20 3d 20 6e 65 77 20 54 61 62 6c 65 28 63 74  o = new Table(ct
1630: 78 2c 20 54 61 62 6c 65 2e 4b 69 6e 64 2e 4e 6f  x, Table.Kind.No
1640: 74 50 72 6f 70 61 67 61 74 65 53 65 74 29 3b 0a  tPropagateSet);.
1650: 09 09 09 09 66 6f 72 65 61 63 68 28 69 2c 70 3b  ....foreach(i,p;
1660: 20 65 2e 70 61 72 61 6d 73 29 0a 09 09 09 09 09   e.params)......
1670: 63 74 78 4e 65 6f 2e 73 65 74 28 70 2e 6e 61 6d  ctxNeo.set(p.nam
1680: 65 2c 20 6c 61 79 2c 20 61 72 67 73 5b 69 5d 29  e, lay, args[i])
1690: 3b 0d 0a 09 09 09 09 72 65 74 75 72 6e 20 65 76  ;......return ev
16a0: 61 6c 28 65 2e 66 75 6e 62 6f 64 79 2c 20 63 74  al(e.funbody, ct
16b0: 78 4e 65 6f 2c 20 74 72 75 65 2c 20 6c 61 79 29  xNeo, true, lay)
16c0: 3b 0a 09 09 09 7d 29 3b 0a 09 09 7d 2c 0d 0a 09  ;....});...},...
16d0: 09 64 65 6c 65 67 61 74 65 20 56 61 6c 75 65 20  .delegate Value 
16e0: 28 41 53 54 20 65 29 0d 0a 09 09 7b 0a 09 09 09  (AST e)....{....
16f0: 74 68 72 6f 77 20 67 65 6e 65 78 21 52 75 6e 74  throw genex!Runt
1700: 69 6d 65 45 78 63 65 70 74 69 6f 6e 28 65 2e 70  imeException(e.p
1710: 6f 73 2c 20 73 70 72 69 6e 74 66 21 22 55 6e 6b  os, sprintf!"Unk
1720: 6e 6f 77 6e 20 4b 69 6e 64 20 6f 66 20 45 78 70  nown Kind of Exp
1730: 72 65 73 73 69 6f 6e 20 25 73 22 28 74 79 70 65  ression %s"(type
1740: 69 64 28 65 29 29 29 3b 0d 0a 09 09 7d 0d 0a 09  id(e)));....}...
1750: 29 3b 0a 7d 0a 0d 0a 75 6e 69 74 74 65 73 74 0a  );.}...unittest.
1760: 7b 0d 0a 09 61 75 74 6f 20 72 20 3d 20 61 73 73  {...auto r = ass
1770: 65 72 74 5f 6e 6f 74 68 72 6f 77 28 20 65 76 61  ert_nothrow( eva
1780: 6c 53 74 72 69 6e 67 28 60 76 61 72 20 78 20 3d  lString(`var x =
1790: 20 32 31 3b 20 78 20 2b 20 78 2a 78 3b 60 29 20   21; x + x*x;`) 
17a0: 29 3b 0a 09 61 73 73 65 72 74 5f 65 71 28 20 72  );..assert_eq( r
17b0: 2e 76 61 6c 2c 20 6e 65 77 20 49 6e 74 56 61 6c  .val, new IntVal
17c0: 75 65 28 42 69 67 49 6e 74 28 32 31 2b 32 31 2a  ue(BigInt(21+21*
17d0: 32 31 29 29 20 29 3b 0a 09 61 73 73 65 72 74 5f  21)) );..assert_
17e0: 65 71 28 20 72 2e 63 74 78 2e 67 65 74 28 22 78  eq( r.ctx.get("x
17f0: 22 2c 22 40 76 22 29 2c 20 6e 65 77 20 49 6e 74  ","@v"), new Int
1800: 56 61 6c 75 65 28 42 69 67 49 6e 74 28 32 31 29  Value(BigInt(21)
1810: 29 20 29 3b 0a 09 61 73 73 65 72 74 5f 6e 6f 74  ) );..assert_not
1820: 68 72 6f 77 28 20 72 2e 63 74 78 2e 67 65 74 28  hrow( r.ctx.get(
1830: 22 78 22 2c 22 40 76 22 29 20 29 3b 0a 09 61 73  "x","@v") );..as
1840: 73 65 72 74 5f 74 68 72 6f 77 21 52 75 6e 74 69  sert_throw!Runti
1850: 6d 65 45 78 63 65 70 74 69 6f 6e 28 20 72 2e 63  meException( r.c
1860: 74 78 2e 67 65 74 28 22 79 22 2c 22 40 76 22 29  tx.get("y","@v")
1870: 20 29 3b 0a 7d 0a 75 6e 69 74 74 65 73 74 0d 0a   );.}.unittest..
1880: 7b 0d 0a 09 61 75 74 6f 20 72 20 3d 20 61 73 73  {...auto r = ass
1890: 65 72 74 5f 6e 6f 74 68 72 6f 77 28 20 65 76 61  ert_nothrow( eva
18a0: 6c 53 74 72 69 6e 67 28 60 76 61 72 20 78 20 3d  lString(`var x =
18b0: 20 32 31 3b 20 76 61 72 20 78 20 3d 20 78 20 2b   21; var x = x +
18c0: 20 78 2a 78 3b 60 29 20 29 3b 0d 0a 09 61 73 73   x*x;`) );...ass
18d0: 65 72 74 5f 65 71 28 20 72 2e 76 61 6c 2c 20 6e  ert_eq( r.val, n
18e0: 65 77 20 49 6e 74 56 61 6c 75 65 28 42 69 67 49  ew IntValue(BigI
18f0: 6e 74 28 32 31 2b 32 31 2a 32 31 29 29 20 29 3b  nt(21+21*21)) );
1900: 0d 0a 09 61 73 73 65 72 74 5f 65 71 28 20 72 2e  ...assert_eq( r.
1910: 63 74 78 2e 67 65 74 28 22 78 22 2c 22 40 76 22  ctx.get("x","@v"
1920: 29 2c 20 6e 65 77 20 49 6e 74 56 61 6c 75 65 28  ), new IntValue(
1930: 42 69 67 49 6e 74 28 32 31 2b 32 31 2a 32 31 29  BigInt(21+21*21)
1940: 29 20 29 3b 0d 0a 09 61 73 73 65 72 74 5f 6e 6f  ) );...assert_no
1950: 74 68 72 6f 77 28 20 72 2e 63 74 78 2e 67 65 74  throw( r.ctx.get
1960: 28 22 78 22 2c 22 40 76 22 29 20 29 3b 0d 0a 09  ("x","@v") );...
1970: 61 73 73 65 72 74 5f 74 68 72 6f 77 21 52 75 6e  assert_throw!Run
1980: 74 69 6d 65 45 78 63 65 70 74 69 6f 6e 28 20 72  timeException( r
1990: 2e 63 74 78 2e 67 65 74 28 22 79 22 2c 22 40 76  .ctx.get("y","@v
19a0: 22 29 20 29 3b 0d 0a 7d 0d 0a 75 6e 69 74 74 65  ") );..}..unitte
19b0: 73 74 0d 0a 7b 0d 0a 09 61 73 73 65 72 74 5f 65  st..{...assert_e
19c0: 71 28 20 65 76 61 6c 53 74 72 69 6e 67 28 60 6c  q( evalString(`l
19d0: 65 74 20 78 3d 31 3b 20 6c 65 74 20 79 3d 28 6c  et x=1; let y=(l
19e0: 65 74 20 78 3d 32 29 3b 20 78 60 29 2e 76 61 6c  et x=2); x`).val
19f0: 2c 20 6e 65 77 20 49 6e 74 56 61 6c 75 65 28 42  , new IntValue(B
1a00: 69 67 49 6e 74 28 31 29 29 20 29 3b 20 0d 0a 09  igInt(1)) ); ...
1a10: 61 73 73 65 72 74 5f 65 71 28 20 65 76 61 6c 53  assert_eq( evalS
1a20: 74 72 69 6e 67 28 60 6c 65 74 20 78 3d 31 3b 20  tring(`let x=1; 
1a30: 6c 65 74 20 79 3d 28 6c 65 74 20 78 3d 32 3b 66  let y=(let x=2;f
1a40: 75 6e 28 29 7b 78 7d 29 3b 20 79 28 29 60 29 2e  un(){x}); y()`).
1a50: 76 61 6c 2c 20 6e 65 77 20 49 6e 74 56 61 6c 75  val, new IntValu
1a60: 65 28 42 69 67 49 6e 74 28 32 29 29 20 29 3b 20  e(BigInt(2)) ); 
1a70: 0d 0a 7d 0d 0a 75 6e 69 74 74 65 73 74 0d 0a 7b  ..}..unittest..{
1a80: 0d 0a 09 61 73 73 65 72 74 5f 65 71 28 20 65 76  ...assert_eq( ev
1a90: 61 6c 53 74 72 69 6e 67 28 60 40 61 20 78 3d 31  alString(`@a x=1
1aa0: 3b 20 40 62 20 78 3d 32 3b 20 40 61 28 78 29 60  ; @b x=2; @a(x)`
1ab0: 29 2e 76 61 6c 2c 20 6e 65 77 20 49 6e 74 56 61  ).val, new IntVa
1ac0: 6c 75 65 28 42 69 67 49 6e 74 28 31 29 29 20 29  lue(BigInt(1)) )
1ad0: 3b 0d 0a 09 61 73 73 65 72 74 5f 65 71 28 20 65  ;...assert_eq( e
1ae0: 76 61 6c 53 74 72 69 6e 67 28 60 40 61 20 78 3d  valString(`@a x=
1af0: 31 3b 20 40 62 20 78 3d 32 3b 20 40 62 28 78 29  1; @b x=2; @b(x)
1b00: 60 29 2e 76 61 6c 2c 20 6e 65 77 20 49 6e 74 56  `).val, new IntV
1b10: 61 6c 75 65 28 42 69 67 49 6e 74 28 32 29 29 20  alue(BigInt(2)) 
1b20: 29 3b 0d 0a 09 61 73 73 65 72 74 5f 65 71 28 20  );...assert_eq( 
1b30: 65 76 61 6c 53 74 72 69 6e 67 28 60 6c 65 74 20  evalString(`let 
1b40: 78 3d 31 3b 20 6c 65 74 20 5f 20 3d 20 28 40 61  x=1; let _ = (@a
1b50: 20 78 3d 32 3b 32 29 3b 20 78 60 29 2e 76 61 6c   x=2;2); x`).val
1b60: 2c 20 6e 65 77 20 49 6e 74 56 61 6c 75 65 28 42  , new IntValue(B
1b70: 69 67 49 6e 74 28 31 29 29 20 29 3b 0d 0a 09 61  igInt(1)) );...a
1b80: 73 73 65 72 74 5f 74 68 72 6f 77 21 45 72 72 6f  ssert_throw!Erro
1b90: 72 28 20 65 76 61 6c 53 74 72 69 6e 67 28 60 6c  r( evalString(`l
1ba0: 65 74 20 78 3d 31 3b 20 6c 65 74 20 5f 20 3d 20  et x=1; let _ = 
1bb0: 28 40 61 20 78 3d 32 3b 32 29 3b 20 40 61 28 78  (@a x=2;2); @a(x
1bc0: 29 60 29 20 29 3b 0d 0a 7d 0d 0a 0a 75 6e 69 74  )`) );..}...unit
1bd0: 74 65 73 74 0a 7b 0a 09 61 73 73 65 72 74 5f 65  test.{..assert_e
1be0: 71 28 20 65 76 61 6c 53 74 72 69 6e 67 28 60 76  q( evalString(`v
1bf0: 61 72 20 66 61 63 20 3d 20 66 75 6e 28 78 29 7b  ar fac = fun(x){
1c00: 0a 09 09 69 66 28 78 29 0a 09 09 09 7b 20 78 2a  ...if(x)....{ x*
1c10: 66 61 63 28 78 2d 31 29 3b 20 7d 0a 09 09 65 6c  fac(x-1); }...el
1c20: 73 65 0a 09 09 09 7b 20 31 3b 20 7d 3b 0a 09 7d  se....{ 1; };..}
1c30: 3b 0a 09 66 61 63 28 31 30 29 3b 60 29 2e 76 61  ;..fac(10);`).va
1c40: 6c 2c 20 6e 65 77 20 49 6e 74 56 61 6c 75 65 28  l, new IntValue(
1c50: 42 69 67 49 6e 74 28 31 30 2a 39 2a 38 2a 35 30  BigInt(10*9*8*50
1c60: 34 30 29 29 29 3b 0a 09 61 73 73 65 72 74 5f 65  40)));..assert_e
1c70: 71 28 20 65 76 61 6c 53 74 72 69 6e 67 28 60 76  q( evalString(`v
1c80: 61 72 20 66 69 62 20 3d 20 66 75 6e 28 78 29 7b  ar fib = fun(x){
1c90: 0a 09 09 69 66 28 78 3c 32 29 0a 09 09 09 7b 20  ...if(x<2)....{ 
1ca0: 31 3b 20 7d 0a 09 09 65 6c 73 65 0a 09 09 09 7b  1; }...else....{
1cb0: 20 66 69 62 28 78 2d 31 29 20 2b 20 66 69 62 28   fib(x-1) + fib(
1cc0: 78 2d 32 29 3b 20 7d 3b 0a 09 7d 3b 0a 09 66 69  x-2); };..};..fi
1cd0: 62 28 31 30 29 3b 60 29 2e 76 61 6c 2c 20 6e 65  b(10);`).val, ne
1ce0: 77 20 49 6e 74 56 61 6c 75 65 28 42 69 67 49 6e  w IntValue(BigIn
1cf0: 74 28 38 39 29 29 29 3b 0a 7d 0a 0d 0a 75 6e 69  t(89)));.}...uni
1d00: 74 74 65 73 74 0d 0a 7b 0d 0a 09 61 73 73 65 72  ttest..{...asser
1d10: 74 5f 74 68 72 6f 77 21 54 68 72 6f 77 61 62 6c  t_throw!Throwabl
1d20: 65 28 20 65 76 61 6c 53 74 72 69 6e 67 28 60 40  e( evalString(`@
1d30: 40 73 28 78 29 7b 78 7d 3b 20 40 73 20 22 2b 22  @s(x){x}; @s "+"
1d40: 3d 66 75 6e 28 78 2c 79 29 7b 78 2d 79 7d 3b 40  =fun(x,y){x-y};@
1d50: 73 28 31 2b 32 29 60 29 20 29 3b 0d 0a 09 61 73  s(1+2)`) );...as
1d60: 73 65 72 74 5f 65 71 28 20 65 76 61 6c 53 74 72  sert_eq( evalStr
1d70: 69 6e 67 28 60 40 40 73 28 78 29 7b 78 7d 3b 20  ing(`@@s(x){x}; 
1d80: 40 73 20 22 2b 22 3d 66 75 6e 28 78 2c 79 29 7b  @s "+"=fun(x,y){
1d90: 78 2d 79 7d 3b 31 2b 32 60 29 2e 76 61 6c 2c 20  x-y};1+2`).val, 
1da0: 6e 65 77 20 49 6e 74 56 61 6c 75 65 28 42 69 67  new IntValue(Big
1db0: 49 6e 74 28 33 29 29 20 29 3b 0d 0a 09 61 73 73  Int(3)) );...ass
1dc0: 65 72 74 5f 65 71 28 20 65 76 61 6c 53 74 72 69  ert_eq( evalStri
1dd0: 6e 67 28 60 40 40 73 28 78 29 7b 78 7d 3b 20 40  ng(`@@s(x){x}; @
1de0: 73 20 22 2b 22 3d 66 75 6e 28 78 2c 79 29 7b 40  s "+"=fun(x,y){@
1df0: 76 28 40 73 28 78 29 2d 40 73 28 79 29 29 7d 3b  v(@s(x)-@s(y))};
1e00: 31 2b 32 60 29 2e 76 61 6c 2c 20 6e 65 77 20 49  1+2`).val, new I
1e10: 6e 74 56 61 6c 75 65 28 42 69 67 49 6e 74 28 33  ntValue(BigInt(3
1e20: 29 29 20 29 3b 0d 0a 09 61 73 73 65 72 74 5f 65  )) );...assert_e
1e30: 71 28 20 65 76 61 6c 53 74 72 69 6e 67 28 60 40  q( evalString(`@
1e40: 40 73 28 78 29 7b 78 7d 3b 20 40 73 20 22 2b 22  @s(x){x}; @s "+"
1e50: 3d 66 75 6e 28 78 2c 79 29 7b 40 76 28 40 73 28  =fun(x,y){@v(@s(
1e60: 78 29 2d 40 73 28 79 29 29 7d 3b 40 73 28 31 2b  x)-@s(y))};@s(1+
1e70: 32 29 60 29 2e 76 61 6c 2c 20 6e 65 77 20 49 6e  2)`).val, new In
1e80: 74 56 61 6c 75 65 28 42 69 67 49 6e 74 28 2d 31  tValue(BigInt(-1
1e90: 29 29 20 29 3b 0d 0a 7d 0d 0a 0d 0a 75 6e 69 74  )) );..}....unit
1ea0: 74 65 73 74 0d 0a 7b 0d 0a 09 61 73 73 65 72 74  test..{...assert
1eb0: 5f 65 71 28 20 65 76 61 6c 53 74 72 69 6e 67 28  _eq( evalString(
1ec0: 60 40 40 74 20 3d 20 66 75 6e 28 78 29 7b 78 2b  `@@t = fun(x){x+
1ed0: 31 7d 3b 20 40 74 28 31 32 33 29 60 29 2e 76 61  1}; @t(123)`).va
1ee0: 6c 2c 20 6e 65 77 20 49 6e 74 56 61 6c 75 65 28  l, new IntValue(
1ef0: 42 69 67 49 6e 74 28 31 32 34 29 29 20 29 3b 0d  BigInt(124)) );.
1f00: 0a 7d                                            .}