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