Hex Artifact Content
Not logged in

Artifact 5c2f449580dd9555da2e3b8cabdf6b154b9b5d46:


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: 2b 31 29 29 3b 0d 0a 09 09 7d 0d 0a 09 09 74 72  +1));....}....tr
03f0: 79 20 7b 0d 0a 09 09 09 72 65 74 75 72 6e 20 64  y {.....return d
0400: 67 28 74 79 70 65 64 5f 61 72 67 73 29 3b 0d 0a  g(typed_args);..
0410: 09 09 7d 20 63 61 74 63 68 28 20 52 75 6e 74 69  ..} catch( Runti
0420: 6d 65 45 78 63 65 70 74 69 6f 6e 20 65 20 29 20  meException e ) 
0430: 7b 0d 0a 09 09 09 74 68 72 6f 77 20 65 2e 70 6f  {.....throw e.po
0440: 73 20 69 73 20 6e 75 6c 6c 20 3f 20 6e 65 77 20  s is null ? new 
0450: 52 75 6e 74 69 6d 65 45 78 63 65 70 74 69 6f 6e  RuntimeException
0460: 28 70 6f 73 2c 20 65 2e 6d 73 67 2c 20 65 2e 66  (pos, e.msg, e.f
0470: 69 6c 65 2c 20 65 2e 6c 69 6e 65 29 20 3a 20 65  ile, e.line) : e
0480: 3b 0d 0a 09 09 7d 0d 0a 09 7d 29 3b 0d 0a 7d 0d  ;....}...});..}.
0490: 0a 0d 0a 2f 2f 2f 0a 54 61 62 6c 65 20 63 72 65  ...///.Table cre
04a0: 61 74 65 47 6c 6f 62 61 6c 43 6f 6e 74 65 78 74  ateGlobalContext
04b0: 28 29 0a 7b 0d 0a 09 61 75 74 6f 20 63 74 78 20  ().{...auto ctx 
04c0: 3d 20 6e 65 77 20 54 61 62 6c 65 3b 0d 0a 09 63  = new Table;...c
04d0: 74 78 2e 73 65 74 28 22 2b 22 2c 20 22 40 76 22  tx.set("+", "@v"
04e0: 2c 20 6e 61 74 69 76 65 28 20 28 49 6e 74 56 61  , native( (IntVa
04f0: 6c 75 65 20 6c 68 73 2c 20 49 6e 74 56 61 6c 75  lue lhs, IntValu
0500: 65 20 72 68 73 29 7b 72 65 74 75 72 6e 20 6e 65  e rhs){return ne
0510: 77 20 49 6e 74 56 61 6c 75 65 28 6c 68 73 2e 64  w IntValue(lhs.d
0520: 61 74 61 20 2b 20 72 68 73 2e 64 61 74 61 29 3b  ata + rhs.data);
0530: 7d 20 29 29 3b 0d 0a 09 63 74 78 2e 73 65 74 28  } ));...ctx.set(
0540: 22 2d 22 2c 20 22 40 76 22 2c 20 6e 61 74 69 76  "-", "@v", nativ
0550: 65 28 20 28 49 6e 74 56 61 6c 75 65 20 6c 68 73  e( (IntValue lhs
0560: 2c 20 49 6e 74 56 61 6c 75 65 20 72 68 73 29 7b  , IntValue rhs){
0570: 72 65 74 75 72 6e 20 6e 65 77 20 49 6e 74 56 61  return new IntVa
0580: 6c 75 65 28 6c 68 73 2e 64 61 74 61 20 2d 20 72  lue(lhs.data - r
0590: 68 73 2e 64 61 74 61 29 3b 7d 20 29 29 3b 0d 0a  hs.data);} ));..
05a0: 09 63 74 78 2e 73 65 74 28 22 2a 22 2c 20 22 40  .ctx.set("*", "@
05b0: 76 22 2c 20 6e 61 74 69 76 65 28 20 28 49 6e 74  v", native( (Int
05c0: 56 61 6c 75 65 20 6c 68 73 2c 20 49 6e 74 56 61  Value lhs, IntVa
05d0: 6c 75 65 20 72 68 73 29 7b 72 65 74 75 72 6e 20  lue rhs){return 
05e0: 6e 65 77 20 49 6e 74 56 61 6c 75 65 28 6c 68 73  new IntValue(lhs
05f0: 2e 64 61 74 61 20 2a 20 72 68 73 2e 64 61 74 61  .data * rhs.data
0600: 29 3b 7d 20 29 29 3b 0d 0a 09 63 74 78 2e 73 65  );} ));...ctx.se
0610: 74 28 22 2f 22 2c 20 22 40 76 22 2c 20 6e 61 74  t("/", "@v", nat
0620: 69 76 65 28 20 28 49 6e 74 56 61 6c 75 65 20 6c  ive( (IntValue l
0630: 68 73 2c 20 49 6e 74 56 61 6c 75 65 20 72 68 73  hs, IntValue rhs
0640: 29 7b 72 65 74 75 72 6e 20 6e 65 77 20 49 6e 74  ){return new Int
0650: 56 61 6c 75 65 28 6c 68 73 2e 64 61 74 61 20 2f  Value(lhs.data /
0660: 20 72 68 73 2e 64 61 74 61 29 3b 7d 20 29 29 3b   rhs.data);} ));
0670: 0d 0a 09 63 74 78 2e 73 65 74 28 22 25 22 2c 20  ...ctx.set("%", 
0680: 22 40 76 22 2c 20 6e 61 74 69 76 65 28 20 28 49  "@v", native( (I
0690: 6e 74 56 61 6c 75 65 20 6c 68 73 2c 20 49 6e 74  ntValue lhs, Int
06a0: 56 61 6c 75 65 20 72 68 73 29 7b 72 65 74 75 72  Value rhs){retur
06b0: 6e 20 6e 65 77 20 49 6e 74 56 61 6c 75 65 28 6c  n new IntValue(l
06c0: 68 73 2e 64 61 74 61 20 25 20 72 68 73 2e 64 61  hs.data % rhs.da
06d0: 74 61 29 3b 7d 20 29 29 3b 0d 0a 09 63 74 78 2e  ta);} ));...ctx.
06e0: 73 65 74 28 22 7c 7c 22 2c 20 22 40 76 22 2c 20  set("||", "@v", 
06f0: 6e 61 74 69 76 65 28 20 28 49 6e 74 56 61 6c 75  native( (IntValu
0700: 65 20 6c 68 73 2c 20 49 6e 74 56 61 6c 75 65 20  e lhs, IntValue 
0710: 72 68 73 29 7b 72 65 74 75 72 6e 20 6e 65 77 20  rhs){return new 
0720: 49 6e 74 56 61 6c 75 65 28 42 69 67 49 6e 74 28  IntValue(BigInt(
0730: 28 6c 68 73 2e 64 61 74 61 21 3d 30 29 20 7c 7c  (lhs.data!=0) ||
0740: 20 28 72 68 73 2e 64 61 74 61 21 3d 30 29 20 3f   (rhs.data!=0) ?
0750: 20 31 3a 30 29 29 3b 7d 20 29 29 3b 0d 0a 09 63   1:0));} ));...c
0760: 74 78 2e 73 65 74 28 22 26 26 22 2c 20 22 40 76  tx.set("&&", "@v
0770: 22 2c 20 6e 61 74 69 76 65 28 20 28 49 6e 74 56  ", native( (IntV
0780: 61 6c 75 65 20 6c 68 73 2c 20 49 6e 74 56 61 6c  alue lhs, IntVal
0790: 75 65 20 72 68 73 29 7b 72 65 74 75 72 6e 20 6e  ue rhs){return n
07a0: 65 77 20 49 6e 74 56 61 6c 75 65 28 42 69 67 49  ew IntValue(BigI
07b0: 6e 74 28 28 6c 68 73 2e 64 61 74 61 21 3d 30 29  nt((lhs.data!=0)
07c0: 20 26 26 20 28 72 68 73 2e 64 61 74 61 21 3d 30   && (rhs.data!=0
07d0: 29 20 3f 20 31 3a 30 29 29 3b 7d 20 29 29 3b 0d  ) ? 1:0));} ));.
07e0: 0a 09 63 74 78 2e 73 65 74 28 22 3c 22 2c 20 22  ..ctx.set("<", "
07f0: 40 76 22 2c 20 6e 61 74 69 76 65 28 20 28 56 61  @v", native( (Va
0800: 6c 75 65 20 6c 68 73 2c 20 56 61 6c 75 65 20 72  lue lhs, Value r
0810: 68 73 29 7b 72 65 74 75 72 6e 20 6e 65 77 20 49  hs){return new I
0820: 6e 74 56 61 6c 75 65 28 42 69 67 49 6e 74 28 6c  ntValue(BigInt(l
0830: 68 73 20 3c 20 72 68 73 20 3f 20 31 3a 20 30 29  hs < rhs ? 1: 0)
0840: 29 3b 7d 20 29 29 3b 0d 0a 09 63 74 78 2e 73 65  );} ));...ctx.se
0850: 74 28 22 3e 22 2c 20 22 40 76 22 2c 20 6e 61 74  t(">", "@v", nat
0860: 69 76 65 28 20 28 56 61 6c 75 65 20 6c 68 73 2c  ive( (Value lhs,
0870: 20 56 61 6c 75 65 20 72 68 73 29 7b 72 65 74 75   Value rhs){retu
0880: 72 6e 20 6e 65 77 20 49 6e 74 56 61 6c 75 65 28  rn new IntValue(
0890: 42 69 67 49 6e 74 28 6c 68 73 20 3e 20 72 68 73  BigInt(lhs > rhs
08a0: 20 3f 20 31 3a 20 30 29 29 3b 7d 20 29 29 3b 0d   ? 1: 0));} ));.
08b0: 0a 09 63 74 78 2e 73 65 74 28 22 3c 3d 22 2c 20  ..ctx.set("<=", 
08c0: 22 40 76 22 2c 20 6e 61 74 69 76 65 28 20 28 56  "@v", native( (V
08d0: 61 6c 75 65 20 6c 68 73 2c 20 56 61 6c 75 65 20  alue lhs, Value 
08e0: 72 68 73 29 7b 72 65 74 75 72 6e 20 6e 65 77 20  rhs){return new 
08f0: 49 6e 74 56 61 6c 75 65 28 42 69 67 49 6e 74 28  IntValue(BigInt(
0900: 6c 68 73 20 3c 3d 20 72 68 73 20 3f 20 31 3a 20  lhs <= rhs ? 1: 
0910: 30 29 29 3b 7d 20 29 29 3b 0d 0a 09 63 74 78 2e  0));} ));...ctx.
0920: 73 65 74 28 22 3e 3d 22 2c 20 22 40 76 22 2c 20  set(">=", "@v", 
0930: 6e 61 74 69 76 65 28 20 28 56 61 6c 75 65 20 6c  native( (Value l
0940: 68 73 2c 20 56 61 6c 75 65 20 72 68 73 29 7b 72  hs, Value rhs){r
0950: 65 74 75 72 6e 20 6e 65 77 20 49 6e 74 56 61 6c  eturn new IntVal
0960: 75 65 28 42 69 67 49 6e 74 28 6c 68 73 20 3e 3d  ue(BigInt(lhs >=
0970: 20 72 68 73 20 3f 20 31 3a 20 30 29 29 3b 7d 20   rhs ? 1: 0));} 
0980: 29 29 3b 0d 0a 09 63 74 78 2e 73 65 74 28 22 3d  ));...ctx.set("=
0990: 3d 22 2c 20 22 40 76 22 2c 20 6e 61 74 69 76 65  =", "@v", native
09a0: 28 20 28 56 61 6c 75 65 20 6c 68 73 2c 20 56 61  ( (Value lhs, Va
09b0: 6c 75 65 20 72 68 73 29 7b 72 65 74 75 72 6e 20  lue rhs){return 
09c0: 6e 65 77 20 49 6e 74 56 61 6c 75 65 28 42 69 67  new IntValue(Big
09d0: 49 6e 74 28 6c 68 73 20 3d 3d 20 72 68 73 20 3f  Int(lhs == rhs ?
09e0: 20 31 3a 20 30 29 29 3b 7d 20 29 29 3b 0d 0a 09   1: 0));} ));...
09f0: 63 74 78 2e 73 65 74 28 22 21 3d 22 2c 20 22 40  ctx.set("!=", "@
0a00: 76 22 2c 20 6e 61 74 69 76 65 28 20 28 56 61 6c  v", native( (Val
0a10: 75 65 20 6c 68 73 2c 20 56 61 6c 75 65 20 72 68  ue lhs, Value rh
0a20: 73 29 7b 72 65 74 75 72 6e 20 6e 65 77 20 49 6e  s){return new In
0a30: 74 56 61 6c 75 65 28 42 69 67 49 6e 74 28 6c 68  tValue(BigInt(lh
0a40: 73 20 21 3d 20 72 68 73 20 3f 20 31 3a 20 30 29  s != rhs ? 1: 0)
0a50: 29 3b 7d 20 29 29 3b 0d 0a 09 63 74 78 2e 73 65  );} ));...ctx.se
0a60: 74 28 22 70 72 69 6e 74 22 2c 20 22 40 76 22 2c  t("print", "@v",
0a70: 20 6e 65 77 20 46 75 6e 56 61 6c 75 65 28 64 65   new FunValue(de
0a80: 6c 65 67 61 74 65 20 56 61 6c 75 65 28 69 6d 6d  legate Value(imm
0a90: 75 74 61 62 6c 65 20 4c 65 78 50 6f 73 69 74 69  utable LexPositi
0aa0: 6f 6e 20 70 6f 73 2c 20 4c 61 79 65 72 20 6c 61  on pos, Layer la
0ab0: 79 2c 20 56 61 6c 75 65 5b 5d 20 61 72 67 73 29  y, Value[] args)
0ac0: 7b 0a 09 09 66 6f 72 65 61 63 68 28 61 3b 20 61  {...foreach(a; a
0ad0: 72 67 73 29 0a 09 09 09 77 72 69 74 65 28 61 29  rgs)....write(a)
0ae0: 3b 0a 09 09 77 72 69 74 65 6c 6e 28 22 22 29 3b  ;...writeln("");
0af0: 0a 09 09 72 65 74 75 72 6e 20 6e 65 77 20 49 6e  ...return new In
0b00: 74 56 61 6c 75 65 28 42 69 67 49 6e 74 28 31 37  tValue(BigInt(17
0b10: 38 29 29 3b 0a 09 7d 29 29 3b 0a 09 63 74 78 2e  8));..}));..ctx.
0b20: 73 65 74 28 22 69 66 22 2c 20 22 40 76 22 2c 20  set("if", "@v", 
0b30: 6e 65 77 20 46 75 6e 56 61 6c 75 65 28 64 65 6c  new FunValue(del
0b40: 65 67 61 74 65 20 56 61 6c 75 65 28 69 6d 6d 75  egate Value(immu
0b50: 74 61 62 6c 65 20 4c 65 78 50 6f 73 69 74 69 6f  table LexPositio
0b60: 6e 20 70 6f 73 2c 20 4c 61 79 65 72 20 6c 61 79  n pos, Layer lay
0b70: 2c 20 56 61 6c 75 65 5b 5d 20 61 72 67 73 29 7b  , Value[] args){
0b80: 0a 09 09 69 66 28 20 61 72 67 73 2e 6c 65 6e 67  ...if( args.leng
0b90: 74 68 20 21 3d 20 33 20 29 0a 09 09 09 74 68 72  th != 3 )....thr
0ba0: 6f 77 20 67 65 6e 65 78 21 52 75 6e 74 69 6d 65  ow genex!Runtime
0bb0: 45 78 63 65 70 74 69 6f 6e 28 70 6f 73 2c 20 22  Exception(pos, "
0bc0: 69 66 20 74 61 6b 65 73 20 74 68 72 65 65 20 61  if takes three a
0bd0: 72 67 75 6d 65 6e 74 73 21 21 22 29 3b 0a 09 09  rguments!!");...
0be0: 69 66 28 20 61 75 74 6f 20 78 20 3d 20 63 61 73  if( auto x = cas
0bf0: 74 28 49 6e 74 56 61 6c 75 65 29 61 72 67 73 5b  t(IntValue)args[
0c00: 30 5d 20 29 0a 09 09 69 66 28 20 61 75 74 6f 20  0] )...if( auto 
0c10: 66 74 20 3d 20 63 61 73 74 28 46 75 6e 56 61 6c  ft = cast(FunVal
0c20: 75 65 29 61 72 67 73 5b 31 5d 20 29 0a 09 09 69  ue)args[1] )...i
0c30: 66 28 20 61 75 74 6f 20 66 65 20 3d 20 63 61 73  f( auto fe = cas
0c40: 74 28 46 75 6e 56 61 6c 75 65 29 61 72 67 73 5b  t(FunValue)args[
0c50: 32 5d 20 29 0a 09 09 09 72 65 74 75 72 6e 20 28  2] )....return (
0c60: 78 2e 64 61 74 61 20 3d 3d 20 30 20 3f 20 66 65  x.data == 0 ? fe
0c70: 20 3a 20 66 74 29 2e 63 61 6c 6c 28 70 6f 73 2c   : ft).call(pos,
0c80: 6c 61 79 2c 5b 5d 29 3b 0a 09 09 74 68 72 6f 77  lay,[]);...throw
0c90: 20 67 65 6e 65 78 21 52 75 6e 74 69 6d 65 45 78   genex!RuntimeEx
0ca0: 63 65 70 74 69 6f 6e 28 70 6f 73 2c 20 22 74 79  ception(pos, "ty
0cb0: 70 65 20 6d 69 73 6d 61 74 63 68 20 69 6e 20 69  pe mismatch in i
0cc0: 66 22 29 3b 0d 0a 09 7d 29 29 3b 0a 09 63 74 78  f");...}));..ctx
0cd0: 2e 73 65 74 28 22 5f 69 73 69 6e 74 22 2c 20 22  .set("_isint", "
0ce0: 40 76 22 2c 20 6e 61 74 69 76 65 28 20 28 56 61  @v", native( (Va
0cf0: 6c 75 65 20 76 29 7b 72 65 74 75 72 6e 20 6e 65  lue v){return ne
0d00: 77 20 49 6e 74 56 61 6c 75 65 28 42 69 67 49 6e  w IntValue(BigIn
0d10: 74 28 63 61 73 74 28 49 6e 74 56 61 6c 75 65 29  t(cast(IntValue)
0d20: 76 20 69 73 20 6e 75 6c 6c 20 3f 20 30 20 3a 20  v is null ? 0 : 
0d30: 31 29 29 3b 7d 20 29 29 3b 0d 0a 09 63 74 78 2e  1));} ));...ctx.
0d40: 73 65 74 28 22 5f 69 73 73 74 72 22 2c 20 22 40  set("_isstr", "@
0d50: 76 22 2c 20 6e 61 74 69 76 65 28 20 28 56 61 6c  v", native( (Val
0d60: 75 65 20 76 29 7b 72 65 74 75 72 6e 20 6e 65 77  ue v){return new
0d70: 20 49 6e 74 56 61 6c 75 65 28 42 69 67 49 6e 74   IntValue(BigInt
0d80: 28 63 61 73 74 28 53 74 72 56 61 6c 75 65 29 76  (cast(StrValue)v
0d90: 20 69 73 20 6e 75 6c 6c 20 3f 20 30 20 3a 20 31   is null ? 0 : 1
0da0: 29 29 3b 7d 20 29 29 3b 0d 0a 09 63 74 78 2e 73  ));} ));...ctx.s
0db0: 65 74 28 22 5f 69 73 66 75 6e 22 2c 20 22 40 76  et("_isfun", "@v
0dc0: 22 2c 20 6e 61 74 69 76 65 28 20 28 56 61 6c 75  ", native( (Valu
0dd0: 65 20 76 29 7b 72 65 74 75 72 6e 20 6e 65 77 20  e v){return new 
0de0: 49 6e 74 56 61 6c 75 65 28 42 69 67 49 6e 74 28  IntValue(BigInt(
0df0: 63 61 73 74 28 46 75 6e 56 61 6c 75 65 29 76 20  cast(FunValue)v 
0e00: 69 73 20 6e 75 6c 6c 20 3f 20 30 20 3a 20 31 29  is null ? 0 : 1)
0e10: 29 3b 7d 20 29 29 3b 0d 0a 09 63 74 78 2e 73 65  );} ));...ctx.se
0e20: 74 28 22 5f 69 73 75 6e 64 65 66 69 6e 65 64 22  t("_isundefined"
0e30: 2c 20 22 40 76 22 2c 20 6e 61 74 69 76 65 28 20  , "@v", native( 
0e40: 28 56 61 6c 75 65 20 76 29 7b 72 65 74 75 72 6e  (Value v){return
0e50: 20 6e 65 77 20 49 6e 74 56 61 6c 75 65 28 42 69   new IntValue(Bi
0e60: 67 49 6e 74 28 63 61 73 74 28 55 6e 64 56 61 6c  gInt(cast(UndVal
0e70: 75 65 29 76 20 69 73 20 6e 75 6c 6c 20 3f 20 30  ue)v is null ? 0
0e80: 20 3a 20 31 29 29 3b 7d 20 29 29 3b 0d 0a 09 72   : 1));} ));...r
0e90: 65 74 75 72 6e 20 63 74 78 3b 0a 7d 0a 0a 2f 2f  eturn ctx;.}..//
0ea0: 2f 20 45 6e 74 72 79 20 70 6f 69 6e 74 20 6f 66  / Entry point of
0eb0: 20 74 68 69 73 20 6d 6f 64 75 6c 65 0d 0a 0d 0a   this module....
0ec0: 54 75 70 6c 65 21 28 56 61 6c 75 65 2c 22 76 61  Tuple!(Value,"va
0ed0: 6c 22 2c 54 61 62 6c 65 2c 22 63 74 78 22 29 20  l",Table,"ctx") 
0ee0: 65 76 61 6c 53 74 72 69 6e 67 28 53 2c 54 2e 2e  evalString(S,T..
0ef0: 2e 29 28 53 20 73 74 72 2c 20 54 20 66 6e 5f 6c  .)(S str, T fn_l
0f00: 6e 5f 63 6e 29 0a 7b 0a 09 72 65 74 75 72 6e 20  n_cn).{..return 
0f10: 65 76 61 6c 28 20 70 6f 6c 65 6d 79 2e 70 61 72  eval( polemy.par
0f20: 73 65 2e 70 61 72 73 65 53 74 72 69 6e 67 28 73  se.parseString(s
0f30: 74 72 2c 20 66 6e 5f 6c 6e 5f 63 6e 29 20 29 3b  tr, fn_ln_cn) );
0f40: 0a 7d 0a 0a 2f 2f 2f 20 45 6e 74 72 79 20 70 6f  .}../// Entry po
0f50: 69 6e 74 20 6f 66 20 74 68 69 73 20 6d 6f 64 75  int of this modu
0f60: 6c 65 0d 0a 0d 0a 54 75 70 6c 65 21 28 56 61 6c  le....Tuple!(Val
0f70: 75 65 2c 22 76 61 6c 22 2c 54 61 62 6c 65 2c 22  ue,"val",Table,"
0f80: 63 74 78 22 29 20 65 76 61 6c 46 69 6c 65 28 53  ctx") evalFile(S
0f90: 2c 20 54 2e 2e 2e 29 28 53 20 66 69 6c 65 6e 61  , T...)(S filena
0fa0: 6d 65 2c 20 54 20 6c 6e 5f 63 6e 29 0a 7b 0a 09  me, T ln_cn).{..
0fb0: 72 65 74 75 72 6e 20 65 76 61 6c 28 20 70 6f 6c  return eval( pol
0fc0: 65 6d 79 2e 70 61 72 73 65 2e 70 61 72 73 65 46  emy.parse.parseF
0fd0: 69 6c 65 28 66 69 6c 65 6e 61 6d 65 2c 20 6c 6e  ile(filename, ln
0fe0: 5f 63 6e 29 20 29 3b 0a 7d 0a 0a 2f 2f 2f 20 45  _cn) );.}../// E
0ff0: 6e 74 72 79 20 70 6f 69 6e 74 20 6f 66 20 74 68  ntry point of th
1000: 69 73 20 6d 6f 64 75 6c 65 0d 0a 0d 0a 54 75 70  is module....Tup
1010: 6c 65 21 28 56 61 6c 75 65 2c 22 76 61 6c 22 2c  le!(Value,"val",
1020: 54 61 62 6c 65 2c 22 63 74 78 22 29 20 65 76 61  Table,"ctx") eva
1030: 6c 28 41 53 54 20 65 29 0a 7b 0a 09 54 61 62 6c  l(AST e).{..Tabl
1040: 65 20 63 74 78 20 3d 20 63 72 65 61 74 65 47 6c  e ctx = createGl
1050: 6f 62 61 6c 43 6f 6e 74 65 78 74 28 29 3b 0a 09  obalContext();..
1060: 72 65 74 75 72 6e 20 74 79 70 65 6f 66 28 72 65  return typeof(re
1070: 74 75 72 6e 29 28 65 76 61 6c 28 65 2c 20 63 74  turn)(eval(e, ct
1080: 78 2c 20 66 61 6c 73 65 2c 20 22 40 76 22 29 2c  x, false, "@v"),
1090: 20 63 74 78 29 3b 0a 7d 0a 0a 2f 2f 2f 20 45 6e   ctx);.}../// En
10a0: 74 72 79 20 70 6f 69 6e 74 20 6f 66 20 74 68 69  try point of thi
10b0: 73 20 6d 6f 64 75 6c 65 0d 0a 2f 2f 2f 20 49 66  s module../// If
10c0: 20 73 70 6c 69 74 43 74 78 20 3d 20 74 72 75 65   splitCtx = true
10d0: 2c 20 74 68 65 6e 20 69 6e 6e 65 72 20 76 61 72  , then inner var
10e0: 69 61 62 6c 65 20 64 65 63 6c 61 72 61 74 69 6f  iable declaratio
10f0: 6e 20 64 6f 20 6e 6f 74 20 6f 76 65 72 77 72 69  n do not overwri
1100: 74 65 20 63 74 78 2e 0d 0a 2f 2f 2f 20 6c 61 79  te ctx.../// lay
1110: 20 69 73 20 74 68 65 20 6c 61 79 65 72 20 49 44   is the layer ID
1120: 20 66 6f 72 20 65 76 61 6c 75 61 74 69 6f 6e 20   for evaluation 
1130: 28 73 74 61 6e 64 61 72 64 20 76 61 6c 75 65 20  (standard value 
1140: 73 65 6d 61 6e 74 69 63 73 20 75 73 65 73 20 22  semantics uses "
1150: 40 76 22 29 2e 0d 0a 0d 0a 56 61 6c 75 65 20 65  @v").....Value e
1160: 76 61 6c 28 41 53 54 20 65 2c 20 54 61 62 6c 65  val(AST e, Table
1170: 20 63 74 78 2c 20 62 6f 6f 6c 20 73 70 6c 69 74   ctx, bool split
1180: 43 74 78 2c 20 4c 61 79 65 72 20 6c 61 79 29 0a  Ctx, Layer lay).
1190: 7b 0d 0a 09 72 65 74 75 72 6e 20 65 2e 6d 61 74  {...return e.mat
11a0: 63 68 28 0a 09 09 28 53 74 72 4c 69 74 65 72 61  ch(...(StrLitera
11b0: 6c 20 65 29 0a 09 09 7b 0d 0a 09 09 09 56 61 6c  l e)...{.....Val
11c0: 75 65 20 76 20 3d 20 6e 65 77 20 53 74 72 56 61  ue v = new StrVa
11d0: 6c 75 65 28 65 2e 64 61 74 61 29 3b 0d 0a 09 09  lue(e.data);....
11e0: 09 69 66 28 20 6c 61 79 20 3d 3d 20 22 40 76 22  .if( lay == "@v"
11f0: 20 29 0a 09 09 09 09 72 65 74 75 72 6e 20 76 3b   ).....return v;
1200: 0d 0a 09 09 09 65 6c 73 65 20 2f 2f 20 72 69 73  .....else // ris
1210: 65 0d 0a 09 09 09 09 72 65 74 75 72 6e 20 28 63  e......return (c
1220: 61 73 74 28 46 75 6e 56 61 6c 75 65 29 63 74 78  ast(FunValue)ctx
1230: 2e 67 65 74 28 6c 61 79 2c 20 22 28 73 79 73 74  .get(lay, "(syst
1240: 65 6d 29 22 2c 20 65 2e 70 6f 73 29 29 2e 63 61  em)", e.pos)).ca
1250: 6c 6c 28 65 2e 70 6f 73 2c 20 22 40 76 22 2c 20  ll(e.pos, "@v", 
1260: 5b 76 5d 29 3b 0a 09 09 7d 2c 0a 09 09 28 49 6e  [v]);...},...(In
1270: 74 4c 69 74 65 72 61 6c 20 65 29 0a 09 09 7b 0a  tLiteral e)...{.
1280: 09 09 09 56 61 6c 75 65 20 76 20 3d 20 6e 65 77  ...Value v = new
1290: 20 49 6e 74 56 61 6c 75 65 28 65 2e 64 61 74 61   IntValue(e.data
12a0: 29 3b 0d 0a 09 09 09 69 66 28 20 6c 61 79 20 3d  );.....if( lay =
12b0: 3d 20 22 40 76 22 20 29 0d 0a 09 09 09 09 72 65  = "@v" )......re
12c0: 74 75 72 6e 20 76 3b 0a 09 09 09 65 6c 73 65 20  turn v;....else 
12d0: 2f 2f 20 72 69 73 65 0d 0a 09 09 09 09 72 65 74  // rise......ret
12e0: 75 72 6e 20 28 63 61 73 74 28 46 75 6e 56 61 6c  urn (cast(FunVal
12f0: 75 65 29 63 74 78 2e 67 65 74 28 6c 61 79 2c 20  ue)ctx.get(lay, 
1300: 22 28 73 79 73 74 65 6d 29 22 2c 20 65 2e 70 6f  "(system)", e.po
1310: 73 29 29 2e 63 61 6c 6c 28 65 2e 70 6f 73 2c 20  s)).call(e.pos, 
1320: 22 40 76 22 2c 20 5b 76 5d 29 3b 0d 0a 09 09 7d  "@v", [v]);....}
1330: 2c 0a 09 09 28 56 61 72 45 78 70 72 65 73 73 69  ,...(VarExpressi
1340: 6f 6e 20 65 29 0d 0a 09 09 7b 0d 0a 09 09 09 69  on e)....{.....i
1350: 66 28 20 6c 61 79 20 3d 3d 20 22 40 76 22 20 29  f( lay == "@v" )
1360: 0d 0a 09 09 09 09 72 65 74 75 72 6e 20 63 74 78  ......return ctx
1370: 2e 67 65 74 28 65 2e 76 61 72 2c 20 6c 61 79 2c  .get(e.var, lay,
1380: 20 65 2e 70 6f 73 29 3b 0d 0a 09 09 09 74 72 79   e.pos);.....try
1390: 20 7b 0d 0a 09 09 09 09 72 65 74 75 72 6e 20 63   {......return c
13a0: 74 78 2e 67 65 74 28 65 2e 76 61 72 2c 20 6c 61  tx.get(e.var, la
13b0: 79 2c 20 65 2e 70 6f 73 29 3b 0d 0a 09 09 09 7d  y, e.pos);.....}
13c0: 20 63 61 74 63 68 28 20 54 68 72 6f 77 61 62 6c   catch( Throwabl
13d0: 65 20 29 20 7b 20 2f 2f 20 5b 54 4f 44 4f 5d 20  e ) { // [TODO] 
13e0: 6d 6f 72 65 20 70 72 65 63 69 73 65 2e 2e 2e 0d  more precise....
13f0: 0a 09 09 09 09 2f 2f 20 72 69 73 65 20 66 72 6f  .....// rise fro
1400: 6d 20 40 76 0d 0a 09 09 09 09 72 65 74 75 72 6e  m @v......return
1410: 20 28 63 61 73 74 28 46 75 6e 56 61 6c 75 65 29   (cast(FunValue)
1420: 63 74 78 2e 67 65 74 28 6c 61 79 2c 20 22 28 73  ctx.get(lay, "(s
1430: 79 73 74 65 6d 29 22 2c 20 65 2e 70 6f 73 29 29  ystem)", e.pos))
1440: 2e 63 61 6c 6c 28 65 2e 70 6f 73 2c 20 22 40 76  .call(e.pos, "@v
1450: 22 2c 20 0d 0a 09 09 09 09 09 5b 63 74 78 2e 67  ", .......[ctx.g
1460: 65 74 28 65 2e 76 61 72 2c 20 22 40 76 22 2c 20  et(e.var, "@v", 
1470: 65 2e 70 6f 73 29 5d 0d 0a 09 09 09 09 29 3b 0d  e.pos)]......);.
1480: 0a 09 09 09 7d 0d 0a 09 09 7d 2c 0d 0a 09 09 28  ....}....},....(
1490: 4c 61 79 65 72 65 64 45 78 70 72 65 73 73 69 6f  LayeredExpressio
14a0: 6e 20 65 29 0d 0a 09 09 7b 0d 0a 09 09 09 72 65  n e)....{.....re
14b0: 74 75 72 6e 20 65 76 61 6c 28 65 2e 65 78 70 72  turn eval(e.expr
14c0: 2c 20 63 74 78 2c 20 66 61 6c 73 65 2c 20 65 2e  , ctx, false, e.
14d0: 6c 61 79 29 3b 0d 0a 09 09 7d 2c 0d 0a 09 09 28  lay);....},....(
14e0: 4c 65 74 45 78 70 72 65 73 73 69 6f 6e 20 65 29  LetExpression e)
14f0: 0d 0a 09 09 7b 0d 0a 09 09 09 2f 2f 20 66 6f 72  ....{.....// for
1500: 20 6c 65 74 72 65 63 2c 20 77 65 20 6e 65 65 64   letrec, we need
1510: 20 74 68 69 73 2c 20 62 75 74 20 73 68 6f 75 6c   this, but shoul
1520: 64 20 61 76 6f 69 64 20 6f 76 65 72 77 72 69 74  d avoid overwrit
1530: 69 6e 67 3f 3f 3f 3f 0d 0a 09 09 09 2f 2f 20 63  ing????.....// c
1540: 74 78 2e 73 65 74 28 65 2e 76 61 72 2c 20 22 40  tx.set(e.var, "@
1550: 76 22 2c 20 6e 65 77 20 55 6e 64 65 66 69 6e 65  v", new Undefine
1560: 64 56 61 6c 75 65 2c 20 65 2e 70 6f 73 29 3b 0d  dValue, e.pos);.
1570: 0a 09 09 09 56 61 6c 75 65 20 76 20 3d 20 65 76  ....Value v = ev
1580: 61 6c 28 65 2e 69 6e 69 74 2c 20 63 74 78 2c 20  al(e.init, ctx, 
1590: 74 72 75 65 2c 20 6c 61 79 29 3b 0d 0a 09 09 09  true, lay);.....
15a0: 69 66 28 73 70 6c 69 74 43 74 78 29 0d 0a 09 09  if(splitCtx)....
15b0: 09 09 63 74 78 20 3d 20 6e 65 77 20 54 61 62 6c  ..ctx = new Tabl
15c0: 65 28 63 74 78 2c 20 54 61 62 6c 65 2e 4b 69 6e  e(ctx, Table.Kin
15d0: 64 2e 4e 6f 74 50 72 6f 70 61 67 61 74 65 53 65  d.NotPropagateSe
15e0: 74 29 3b 0d 0a 09 09 09 63 74 78 2e 73 65 74 28  t);.....ctx.set(
15f0: 65 2e 76 61 72 2c 20 28 65 2e 6c 61 79 65 72 2e  e.var, (e.layer.
1600: 6c 65 6e 67 74 68 20 3f 20 65 2e 6c 61 79 65 72  length ? e.layer
1610: 20 3a 20 6c 61 79 29 2c 20 76 2c 20 65 2e 70 6f   : lay), v, e.po
1620: 73 29 3b 0d 0a 09 09 09 72 65 74 75 72 6e 20 65  s);.....return e
1630: 76 61 6c 28 65 2e 65 78 70 72 2c 20 63 74 78 2c  val(e.expr, ctx,
1640: 20 66 61 6c 73 65 2c 20 6c 61 79 29 3b 0d 0a 09   false, lay);...
1650: 09 7d 2c 0d 0a 09 09 28 46 75 6e 63 61 6c 6c 45  .},....(FuncallE
1660: 78 70 72 65 73 73 69 6f 6e 20 65 29 0a 09 09 7b  xpression e)...{
1670: 0a 09 09 09 56 61 6c 75 65 20 5f 66 20 3d 20 65  ....Value _f = e
1680: 76 61 6c 28 65 2e 66 75 6e 2c 20 63 74 78 2c 20  val(e.fun, ctx, 
1690: 74 72 75 65 2c 20 6c 61 79 29 3b 0a 09 09 09 69  true, lay);....i
16a0: 66 28 20 61 75 74 6f 20 66 20 3d 20 63 61 73 74  f( auto f = cast
16b0: 28 46 75 6e 56 61 6c 75 65 29 5f 66 20 29 20 7b  (FunValue)_f ) {
16c0: 0a 09 09 09 09 56 61 6c 75 65 5b 5d 20 61 72 67  .....Value[] arg
16d0: 73 3b 0a 09 09 09 09 66 6f 72 65 61 63 68 28 61  s;.....foreach(a
16e0: 3b 20 65 2e 61 72 67 73 29 0a 09 09 09 09 09 61  ; e.args)......a
16f0: 72 67 73 20 7e 3d 20 65 76 61 6c 28 61 2c 20 63  rgs ~= eval(a, c
1700: 74 78 2c 20 74 72 75 65 2c 20 6c 61 79 29 3b 0a  tx, true, lay);.
1710: 09 09 09 09 72 65 74 75 72 6e 20 66 2e 63 61 6c  ....return f.cal
1720: 6c 28 65 2e 70 6f 73 2c 20 6c 61 79 2c 20 61 72  l(e.pos, lay, ar
1730: 67 73 29 3b 0a 09 09 09 7d 0d 0a 09 09 09 74 68  gs);....}.....th
1740: 72 6f 77 20 67 65 6e 65 78 21 52 75 6e 74 69 6d  row genex!Runtim
1750: 65 45 78 63 65 70 74 69 6f 6e 28 65 2e 70 6f 73  eException(e.pos
1760: 2c 20 22 4e 6f 6e 2d 66 75 6e 63 69 6f 6e 20 69  , "Non-funcion i
1770: 73 20 61 70 70 6c 69 65 64 22 29 3b 0a 09 09 7d  s applied");...}
1780: 2c 0a 09 09 28 46 75 6e 4c 69 74 65 72 61 6c 20  ,...(FunLiteral 
1790: 65 29 0a 09 09 7b 0d 0a 09 09 09 56 61 6c 75 65  e)...{.....Value
17a0: 5b 56 61 6c 75 65 5b 5d 5d 5b 4c 61 79 65 72 5d  [Value[]][Layer]
17b0: 20 6d 65 6d 6f 3b 0d 0a 0d 0a 09 09 09 2f 2f 20   memo;.......// 
17c0: 66 75 6e 76 61 6c 75 65 20 6e 65 65 64 20 6e 6f  funvalue need no
17d0: 74 20 62 65 20 72 69 73 65 64 0d 0a 09 09 09 2f  t be rised...../
17e0: 2f 20 6e 6f 2c 20 6e 65 65 64 20 74 6f 20 62 65  / no, need to be
17f0: 20 72 69 73 65 64 20 21 21 20 20 73 75 70 70 6f   rised !!  suppo
1800: 73 65 20 40 74 28 66 69 62 29 28 22 69 6e 74 22  se @t(fib)("int"
1810: 29 0a 09 09 09 72 65 74 75 72 6e 20 6e 65 77 20  )....return new 
1820: 46 75 6e 56 61 6c 75 65 28 64 65 6c 65 67 61 74  FunValue(delegat
1830: 65 20 56 61 6c 75 65 28 69 6d 6d 75 74 61 62 6c  e Value(immutabl
1840: 65 20 4c 65 78 50 6f 73 69 74 69 6f 6e 20 70 6f  e LexPosition po
1850: 73 2c 20 73 74 72 69 6e 67 20 6c 61 79 2c 20 56  s, string lay, V
1860: 61 6c 75 65 5b 5d 20 61 72 67 73 29 7b 0d 0a 09  alue[] args){...
1870: 09 09 09 2f 2f 20 54 4f 44 4f 3a 20 6f 6e 6c 79  ...// TODO: only
1880: 20 61 75 74 6f 20 72 61 69 73 65 64 20 6f 6e 65   auto raised one
1890: 73 20 6e 65 65 64 20 6d 65 6d 6f 3f 20 6e 6f 3f  s need memo? no?
18a0: 0d 0a 09 09 09 09 2f 2f 20 61 75 74 6f 20 6d 65  ......// auto me
18b0: 6d 6f 69 7a 61 74 69 6f 6e 0d 0a 09 09 09 09 69  moization......i
18c0: 66 28 20 6c 61 79 20 21 3d 20 22 40 76 22 20 29  f( lay != "@v" )
18d0: 0d 0a 09 09 09 09 7b 0d 0a 09 09 09 09 09 69 66  ......{.......if
18e0: 28 20 61 75 74 6f 20 6d 65 6d 6f 6c 61 79 20 3d  ( auto memolay =
18f0: 20 6c 61 79 20 69 6e 20 6d 65 6d 6f 20 29 0d 0a   lay in memo )..
1900: 09 09 09 09 09 09 69 66 28 20 61 75 74 6f 20 70  ......if( auto p
1910: 76 20 3d 20 61 72 67 73 20 69 6e 20 2a 6d 65 6d  v = args in *mem
1920: 6f 6c 61 79 20 29 0d 0a 09 09 09 09 09 09 09 72  olay ).........r
1930: 65 74 75 72 6e 20 2a 70 76 3b 0d 0a 09 09 09 09  eturn *pv;......
1940: 09 6d 65 6d 6f 5b 6c 61 79 5d 5b 61 72 67 73 5d  .memo[lay][args]
1950: 20 3d 20 28 63 61 73 74 28 46 75 6e 56 61 6c 75   = (cast(FunValu
1960: 65 29 63 74 78 2e 67 65 74 28 6c 61 79 2c 20 22  e)ctx.get(lay, "
1970: 28 73 79 73 74 65 6d 29 22 2c 20 65 2e 70 6f 73  (system)", e.pos
1980: 29 29 2e 63 61 6c 6c 28 65 2e 70 6f 73 2c 20 22  )).call(e.pos, "
1990: 40 76 22 2c 20 0d 0a 09 09 09 09 09 09 5b 6e 65  @v", ........[ne
19a0: 77 20 55 6e 64 56 61 6c 75 65 5d 0d 0a 09 09 09  w UndValue].....
19b0: 09 09 29 3b 0d 0a 09 09 09 09 7d 0d 0a 09 09 09  ..);......}.....
19c0: 09 0a 09 09 09 09 69 66 28 20 65 2e 70 61 72 61  ......if( e.para
19d0: 6d 73 2e 6c 65 6e 67 74 68 20 21 3d 20 61 72 67  ms.length != arg
19e0: 73 2e 6c 65 6e 67 74 68 20 29 0a 09 09 09 09 09  s.length )......
19f0: 74 68 72 6f 77 20 67 65 6e 65 78 21 52 75 6e 74  throw genex!Runt
1a00: 69 6d 65 45 78 63 65 70 74 69 6f 6e 28 65 2e 70  imeException(e.p
1a10: 6f 73 2c 20 73 70 72 69 6e 74 66 21 22 41 72 67  os, sprintf!"Arg
1a20: 75 6d 65 6e 74 20 4e 75 6d 62 65 72 20 4d 69 73  ument Number Mis
1a30: 6d 61 74 63 68 20 28 25 64 20 72 65 71 75 69 72  match (%d requir
1a40: 65 64 20 62 75 74 20 25 64 20 67 69 76 65 6e 29  ed but %d given)
1a50: 22 0a 09 09 09 09 09 09 28 65 2e 70 61 72 61 6d  ".......(e.param
1a60: 73 2e 6c 65 6e 67 74 68 2c 20 61 72 67 73 2e 6c  s.length, args.l
1a70: 65 6e 67 74 68 29 29 3b 0a 09 09 09 09 54 61 62  ength));.....Tab
1a80: 6c 65 20 63 74 78 4e 65 6f 20 3d 20 6e 65 77 20  le ctxNeo = new 
1a90: 54 61 62 6c 65 28 63 74 78 2c 20 54 61 62 6c 65  Table(ctx, Table
1aa0: 2e 4b 69 6e 64 2e 4e 6f 74 50 72 6f 70 61 67 61  .Kind.NotPropaga
1ab0: 74 65 53 65 74 29 3b 0a 09 09 09 09 66 6f 72 65  teSet);.....fore
1ac0: 61 63 68 28 69 2c 70 3b 20 65 2e 70 61 72 61 6d  ach(i,p; e.param
1ad0: 73 29 0a 09 09 09 09 09 63 74 78 4e 65 6f 2e 73  s)......ctxNeo.s
1ae0: 65 74 28 70 2e 6e 61 6d 65 2c 20 6c 61 79 2c 20  et(p.name, lay, 
1af0: 61 72 67 73 5b 69 5d 29 3b 0d 0a 09 09 09 09 61  args[i]);......a
1b00: 75 74 6f 20 76 20 3d 20 65 76 61 6c 28 65 2e 66  uto v = eval(e.f
1b10: 75 6e 62 6f 64 79 2c 20 63 74 78 4e 65 6f 2c 20  unbody, ctxNeo, 
1b20: 74 72 75 65 2c 20 6c 61 79 29 3b 0d 0a 09 09 09  true, lay);.....
1b30: 09 2f 2f 20 61 75 74 6f 20 6d 65 6d 6f 69 7a 61  .// auto memoiza
1b40: 74 69 6f 6e 0d 0a 09 09 09 09 69 66 28 20 6c 61  tion......if( la
1b50: 79 20 21 3d 20 22 40 76 22 20 29 0d 0a 09 09 09  y != "@v" ).....
1b60: 09 09 6d 65 6d 6f 5b 6c 61 79 5d 5b 61 72 67 73  ..memo[lay][args
1b70: 5d 20 3d 20 76 3b 0d 0a 09 09 09 09 72 65 74 75  ] = v;......retu
1b80: 72 6e 20 76 3b 0a 09 09 09 7d 29 3b 0a 09 09 7d  rn v;....});...}
1b90: 2c 0d 0a 09 09 64 65 6c 65 67 61 74 65 20 56 61  ,....delegate Va
1ba0: 6c 75 65 20 28 41 53 54 20 65 29 0d 0a 09 09 7b  lue (AST e)....{
1bb0: 0a 09 09 09 74 68 72 6f 77 20 67 65 6e 65 78 21  ....throw genex!
1bc0: 52 75 6e 74 69 6d 65 45 78 63 65 70 74 69 6f 6e  RuntimeException
1bd0: 28 65 2e 70 6f 73 2c 20 73 70 72 69 6e 74 66 21  (e.pos, sprintf!
1be0: 22 55 6e 6b 6e 6f 77 6e 20 4b 69 6e 64 20 6f 66  "Unknown Kind of
1bf0: 20 45 78 70 72 65 73 73 69 6f 6e 20 25 73 22 28   Expression %s"(
1c00: 74 79 70 65 69 64 28 65 29 29 29 3b 0d 0a 09 09  typeid(e)));....
1c10: 7d 0d 0a 09 29 3b 0a 7d 0a 0d 0a 75 6e 69 74 74  }...);.}...unitt
1c20: 65 73 74 0a 7b 0d 0a 09 61 75 74 6f 20 72 20 3d  est.{...auto r =
1c30: 20 61 73 73 65 72 74 5f 6e 6f 74 68 72 6f 77 28   assert_nothrow(
1c40: 20 65 76 61 6c 53 74 72 69 6e 67 28 60 76 61 72   evalString(`var
1c50: 20 78 20 3d 20 32 31 3b 20 78 20 2b 20 78 2a 78   x = 21; x + x*x
1c60: 3b 60 29 20 29 3b 0a 09 61 73 73 65 72 74 5f 65  ;`) );..assert_e
1c70: 71 28 20 72 2e 76 61 6c 2c 20 6e 65 77 20 49 6e  q( r.val, new In
1c80: 74 56 61 6c 75 65 28 42 69 67 49 6e 74 28 32 31  tValue(BigInt(21
1c90: 2b 32 31 2a 32 31 29 29 20 29 3b 0a 09 61 73 73  +21*21)) );..ass
1ca0: 65 72 74 5f 65 71 28 20 72 2e 63 74 78 2e 67 65  ert_eq( r.ctx.ge
1cb0: 74 28 22 78 22 2c 22 40 76 22 29 2c 20 6e 65 77  t("x","@v"), new
1cc0: 20 49 6e 74 56 61 6c 75 65 28 42 69 67 49 6e 74   IntValue(BigInt
1cd0: 28 32 31 29 29 20 29 3b 0a 09 61 73 73 65 72 74  (21)) );..assert
1ce0: 5f 6e 6f 74 68 72 6f 77 28 20 72 2e 63 74 78 2e  _nothrow( r.ctx.
1cf0: 67 65 74 28 22 78 22 2c 22 40 76 22 29 20 29 3b  get("x","@v") );
1d00: 0a 09 61 73 73 65 72 74 5f 74 68 72 6f 77 21 52  ..assert_throw!R
1d10: 75 6e 74 69 6d 65 45 78 63 65 70 74 69 6f 6e 28  untimeException(
1d20: 20 72 2e 63 74 78 2e 67 65 74 28 22 79 22 2c 22   r.ctx.get("y","
1d30: 40 76 22 29 20 29 3b 0a 7d 0a 75 6e 69 74 74 65  @v") );.}.unitte
1d40: 73 74 0d 0a 7b 0d 0a 09 61 75 74 6f 20 72 20 3d  st..{...auto r =
1d50: 20 61 73 73 65 72 74 5f 6e 6f 74 68 72 6f 77 28   assert_nothrow(
1d60: 20 65 76 61 6c 53 74 72 69 6e 67 28 60 76 61 72   evalString(`var
1d70: 20 78 20 3d 20 32 31 3b 20 76 61 72 20 78 20 3d   x = 21; var x =
1d80: 20 78 20 2b 20 78 2a 78 3b 60 29 20 29 3b 0d 0a   x + x*x;`) );..
1d90: 09 61 73 73 65 72 74 5f 65 71 28 20 72 2e 76 61  .assert_eq( r.va
1da0: 6c 2c 20 6e 65 77 20 49 6e 74 56 61 6c 75 65 28  l, new IntValue(
1db0: 42 69 67 49 6e 74 28 32 31 2b 32 31 2a 32 31 29  BigInt(21+21*21)
1dc0: 29 20 29 3b 0d 0a 09 61 73 73 65 72 74 5f 65 71  ) );...assert_eq
1dd0: 28 20 72 2e 63 74 78 2e 67 65 74 28 22 78 22 2c  ( r.ctx.get("x",
1de0: 22 40 76 22 29 2c 20 6e 65 77 20 49 6e 74 56 61  "@v"), new IntVa
1df0: 6c 75 65 28 42 69 67 49 6e 74 28 32 31 2b 32 31  lue(BigInt(21+21
1e00: 2a 32 31 29 29 20 29 3b 0d 0a 09 61 73 73 65 72  *21)) );...asser
1e10: 74 5f 6e 6f 74 68 72 6f 77 28 20 72 2e 63 74 78  t_nothrow( r.ctx
1e20: 2e 67 65 74 28 22 78 22 2c 22 40 76 22 29 20 29  .get("x","@v") )
1e30: 3b 0d 0a 09 61 73 73 65 72 74 5f 74 68 72 6f 77  ;...assert_throw
1e40: 21 52 75 6e 74 69 6d 65 45 78 63 65 70 74 69 6f  !RuntimeExceptio
1e50: 6e 28 20 72 2e 63 74 78 2e 67 65 74 28 22 79 22  n( r.ctx.get("y"
1e60: 2c 22 40 76 22 29 20 29 3b 0d 0a 7d 0d 0a 75 6e  ,"@v") );..}..un
1e70: 69 74 74 65 73 74 0d 0a 7b 0d 0a 09 61 73 73 65  ittest..{...asse
1e80: 72 74 5f 65 71 28 20 65 76 61 6c 53 74 72 69 6e  rt_eq( evalStrin
1e90: 67 28 60 6c 65 74 20 78 3d 31 3b 20 6c 65 74 20  g(`let x=1; let 
1ea0: 79 3d 28 6c 65 74 20 78 3d 32 29 3b 20 78 60 29  y=(let x=2); x`)
1eb0: 2e 76 61 6c 2c 20 6e 65 77 20 49 6e 74 56 61 6c  .val, new IntVal
1ec0: 75 65 28 42 69 67 49 6e 74 28 31 29 29 20 29 3b  ue(BigInt(1)) );
1ed0: 20 0d 0a 09 61 73 73 65 72 74 5f 65 71 28 20 65   ...assert_eq( e
1ee0: 76 61 6c 53 74 72 69 6e 67 28 60 6c 65 74 20 78  valString(`let x
1ef0: 3d 31 3b 20 6c 65 74 20 79 3d 28 6c 65 74 20 78  =1; let y=(let x
1f00: 3d 32 3b 66 75 6e 28 29 7b 78 7d 29 3b 20 79 28  =2;fun(){x}); y(
1f10: 29 60 29 2e 76 61 6c 2c 20 6e 65 77 20 49 6e 74  )`).val, new Int
1f20: 56 61 6c 75 65 28 42 69 67 49 6e 74 28 32 29 29  Value(BigInt(2))
1f30: 20 29 3b 20 0d 0a 7d 0d 0a 75 6e 69 74 74 65 73   ); ..}..unittes
1f40: 74 0d 0a 7b 0d 0a 09 61 73 73 65 72 74 5f 65 71  t..{...assert_eq
1f50: 28 20 65 76 61 6c 53 74 72 69 6e 67 28 60 40 61  ( evalString(`@a
1f60: 20 78 3d 31 3b 20 40 62 20 78 3d 32 3b 20 40 61   x=1; @b x=2; @a
1f70: 28 78 29 60 29 2e 76 61 6c 2c 20 6e 65 77 20 49  (x)`).val, new I
1f80: 6e 74 56 61 6c 75 65 28 42 69 67 49 6e 74 28 31  ntValue(BigInt(1
1f90: 29 29 20 29 3b 0d 0a 09 61 73 73 65 72 74 5f 65  )) );...assert_e
1fa0: 71 28 20 65 76 61 6c 53 74 72 69 6e 67 28 60 40  q( evalString(`@
1fb0: 61 20 78 3d 31 3b 20 40 62 20 78 3d 32 3b 20 40  a x=1; @b x=2; @
1fc0: 62 28 78 29 60 29 2e 76 61 6c 2c 20 6e 65 77 20  b(x)`).val, new 
1fd0: 49 6e 74 56 61 6c 75 65 28 42 69 67 49 6e 74 28  IntValue(BigInt(
1fe0: 32 29 29 20 29 3b 0d 0a 09 61 73 73 65 72 74 5f  2)) );...assert_
1ff0: 65 71 28 20 65 76 61 6c 53 74 72 69 6e 67 28 60  eq( evalString(`
2000: 6c 65 74 20 78 3d 31 3b 20 6c 65 74 20 5f 20 3d  let x=1; let _ =
2010: 20 28 40 61 20 78 3d 32 3b 32 29 3b 20 78 60 29   (@a x=2;2); x`)
2020: 2e 76 61 6c 2c 20 6e 65 77 20 49 6e 74 56 61 6c  .val, new IntVal
2030: 75 65 28 42 69 67 49 6e 74 28 31 29 29 20 29 3b  ue(BigInt(1)) );
2040: 0d 0a 09 61 73 73 65 72 74 5f 74 68 72 6f 77 21  ...assert_throw!
2050: 54 68 72 6f 77 61 62 6c 65 28 20 65 76 61 6c 53  Throwable( evalS
2060: 74 72 69 6e 67 28 60 6c 65 74 20 78 3d 31 3b 20  tring(`let x=1; 
2070: 6c 65 74 20 5f 20 3d 20 28 40 61 20 78 3d 32 3b  let _ = (@a x=2;
2080: 32 29 3b 20 40 61 28 78 29 60 29 20 29 3b 0d 0a  2); @a(x)`) );..
2090: 7d 0d 0a 0a 75 6e 69 74 74 65 73 74 0a 7b 0a 09  }...unittest.{..
20a0: 61 73 73 65 72 74 5f 65 71 28 20 65 76 61 6c 53  assert_eq( evalS
20b0: 74 72 69 6e 67 28 60 76 61 72 20 66 61 63 20 3d  tring(`var fac =
20c0: 20 66 75 6e 28 78 29 7b 0a 09 09 69 66 28 78 29   fun(x){...if(x)
20d0: 0a 09 09 09 7b 20 78 2a 66 61 63 28 78 2d 31 29  ....{ x*fac(x-1)
20e0: 3b 20 7d 0a 09 09 65 6c 73 65 0a 09 09 09 7b 20  ; }...else....{ 
20f0: 31 3b 20 7d 3b 0a 09 7d 3b 0a 09 66 61 63 28 31  1; };..};..fac(1
2100: 30 29 3b 60 29 2e 76 61 6c 2c 20 6e 65 77 20 49  0);`).val, new I
2110: 6e 74 56 61 6c 75 65 28 42 69 67 49 6e 74 28 31  ntValue(BigInt(1
2120: 30 2a 39 2a 38 2a 35 30 34 30 29 29 29 3b 0a 09  0*9*8*5040)));..
2130: 61 73 73 65 72 74 5f 65 71 28 20 65 76 61 6c 53  assert_eq( evalS
2140: 74 72 69 6e 67 28 60 76 61 72 20 66 69 62 20 3d  tring(`var fib =
2150: 20 66 75 6e 28 78 29 7b 0a 09 09 69 66 28 78 3c   fun(x){...if(x<
2160: 32 29 0a 09 09 09 7b 20 31 3b 20 7d 0a 09 09 65  2)....{ 1; }...e
2170: 6c 73 65 0a 09 09 09 7b 20 66 69 62 28 78 2d 31  lse....{ fib(x-1
2180: 29 20 2b 20 66 69 62 28 78 2d 32 29 3b 20 7d 3b  ) + fib(x-2); };
2190: 0a 09 7d 3b 0a 09 66 69 62 28 31 30 29 3b 60 29  ..};..fib(10);`)
21a0: 2e 76 61 6c 2c 20 6e 65 77 20 49 6e 74 56 61 6c  .val, new IntVal
21b0: 75 65 28 42 69 67 49 6e 74 28 38 39 29 29 29 3b  ue(BigInt(89)));
21c0: 0a 7d 0a 0d 0a 75 6e 69 74 74 65 73 74 0d 0a 7b  .}...unittest..{
21d0: 0d 0a 09 61 73 73 65 72 74 5f 74 68 72 6f 77 21  ...assert_throw!
21e0: 54 68 72 6f 77 61 62 6c 65 28 20 65 76 61 6c 53  Throwable( evalS
21f0: 74 72 69 6e 67 28 60 40 40 73 28 78 29 7b 78 7d  tring(`@@s(x){x}
2200: 3b 20 40 73 20 22 2b 22 3d 66 75 6e 28 78 2c 79  ; @s "+"=fun(x,y
2210: 29 7b 78 2d 79 7d 3b 40 73 28 31 2b 32 29 60 29  ){x-y};@s(1+2)`)
2220: 20 29 3b 0d 0a 09 61 73 73 65 72 74 5f 65 71 28   );...assert_eq(
2230: 20 65 76 61 6c 53 74 72 69 6e 67 28 60 40 40 73   evalString(`@@s
2240: 28 78 29 7b 78 7d 3b 20 40 73 20 22 2b 22 3d 66  (x){x}; @s "+"=f
2250: 75 6e 28 78 2c 79 29 7b 78 2d 79 7d 3b 31 2b 32  un(x,y){x-y};1+2
2260: 60 29 2e 76 61 6c 2c 20 6e 65 77 20 49 6e 74 56  `).val, new IntV
2270: 61 6c 75 65 28 42 69 67 49 6e 74 28 33 29 29 20  alue(BigInt(3)) 
2280: 29 3b 0d 0a 09 61 73 73 65 72 74 5f 65 71 28 20  );...assert_eq( 
2290: 65 76 61 6c 53 74 72 69 6e 67 28 60 40 40 73 28  evalString(`@@s(
22a0: 78 29 7b 78 7d 3b 20 40 73 20 22 2b 22 3d 66 75  x){x}; @s "+"=fu
22b0: 6e 28 78 2c 79 29 7b 40 76 28 40 73 28 78 29 2d  n(x,y){@v(@s(x)-
22c0: 40 73 28 79 29 29 7d 3b 31 2b 32 60 29 2e 76 61  @s(y))};1+2`).va
22d0: 6c 2c 20 6e 65 77 20 49 6e 74 56 61 6c 75 65 28  l, new IntValue(
22e0: 42 69 67 49 6e 74 28 33 29 29 20 29 3b 0d 0a 09  BigInt(3)) );...
22f0: 61 73 73 65 72 74 5f 65 71 28 20 65 76 61 6c 53  assert_eq( evalS
2300: 74 72 69 6e 67 28 60 40 40 73 28 78 29 7b 78 7d  tring(`@@s(x){x}
2310: 3b 20 40 73 20 22 2b 22 3d 66 75 6e 28 78 2c 79  ; @s "+"=fun(x,y
2320: 29 7b 40 76 28 40 73 28 78 29 2d 40 73 28 79 29  ){@v(@s(x)-@s(y)
2330: 29 7d 3b 40 73 28 31 2b 32 29 60 29 2e 76 61 6c  )};@s(1+2)`).val
2340: 2c 20 6e 65 77 20 49 6e 74 56 61 6c 75 65 28 42  , new IntValue(B
2350: 69 67 49 6e 74 28 2d 31 29 29 20 29 3b 0d 0a 7d  igInt(-1)) );..}
2360: 0d 0a 0d 0a 75 6e 69 74 74 65 73 74 0d 0a 7b 0d  ....unittest..{.
2370: 0a 09 61 73 73 65 72 74 5f 65 71 28 20 65 76 61  ..assert_eq( eva
2380: 6c 53 74 72 69 6e 67 28 60 40 40 74 20 3d 20 66  lString(`@@t = f
2390: 75 6e 28 78 29 7b 78 2b 31 7d 3b 20 40 74 28 31  un(x){x+1}; @t(1
23a0: 32 33 29 60 29 2e 76 61 6c 2c 20 6e 65 77 20 49  23)`).val, new I
23b0: 6e 74 56 61 6c 75 65 28 42 69 67 49 6e 74 28 31  ntValue(BigInt(1
23c0: 32 34 29 29 20 29 3b 0d 0a 7d                    24)) );..}