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 2f 2f 20 5b 54 }...);.}...// [T
1b10: 4f 44 4f 5d 20 4f 70 74 69 6d 69 7a 61 74 69 6f ODO] Optimizatio
1b20: 6e 0d 0a 56 61 6c 75 65 20 6d 61 63 72 6f 45 76 n..Value macroEv
1b30: 61 6c 28 41 53 54 20 65 2c 20 54 61 62 6c 65 20 al(AST e, Table
1b40: 63 74 78 2c 20 62 6f 6f 6c 20 41 6c 77 61 79 73 ctx, bool Always
1b50: 4d 61 63 72 6f 29 0d 0a 7b 0d 0a 09 4c 61 79 65 Macro)..{...Laye
1b60: 72 20 74 68 65 4c 61 79 65 72 20 3d 20 22 40 76 r theLayer = "@v
1b70: 22 3b 0d 0a 0d 0a 09 54 61 62 6c 65 20 70 6f 73 ";.....Table pos
1b80: 20 3d 20 6e 65 77 20 54 61 62 6c 65 3b 0d 0a 09 = new Table;...
1b90: 70 6f 73 2e 73 65 74 28 22 66 69 6c 65 6e 61 6d pos.set("filenam
1ba0: 65 22 2c 20 74 68 65 4c 61 79 65 72 2c 20 6e 65 e", theLayer, ne
1bb0: 77 20 53 74 72 56 61 6c 75 65 28 65 2e 70 6f 73 w StrValue(e.pos
1bc0: 2e 66 69 6c 65 6e 61 6d 65 29 29 3b 0d 0a 09 70 .filename));...p
1bd0: 6f 73 2e 73 65 74 28 22 6c 69 6e 65 6e 6f 22 2c os.set("lineno",
1be0: 20 20 20 74 68 65 4c 61 79 65 72 2c 20 6e 65 77 theLayer, new
1bf0: 20 49 6e 74 56 61 6c 75 65 28 42 69 67 49 6e 74 IntValue(BigInt
1c00: 28 65 2e 70 6f 73 2e 6c 69 6e 65 6e 6f 29 29 29 (e.pos.lineno)))
1c10: 3b 0d 0a 09 70 6f 73 2e 73 65 74 28 22 63 6f 6c ;...pos.set("col
1c20: 75 6d 6e 22 2c 20 20 20 74 68 65 4c 61 79 65 72 umn", theLayer
1c30: 2c 20 6e 65 77 20 49 6e 74 56 61 6c 75 65 28 42 , new IntValue(B
1c40: 69 67 49 6e 74 28 65 2e 70 6f 73 2e 63 6f 6c 75 igInt(e.pos.colu
1c50: 6d 6e 29 29 29 3b 0d 0a 09 72 65 74 75 72 6e 20 mn)));...return
1c60: 65 2e 6d 61 74 63 68 28 0d 0a 09 09 28 53 74 72 e.match(....(Str
1c70: 4c 69 74 65 72 61 6c 20 65 29 0d 0a 09 09 7b 0d Literal e)....{.
1c80: 0a 09 09 09 54 61 62 6c 65 20 74 20 3d 20 6e 65 ....Table t = ne
1c90: 77 20 54 61 62 6c 65 3b 0d 0a 09 09 09 74 2e 73 w Table;.....t.s
1ca0: 65 74 28 22 70 6f 73 22 2c 20 20 74 68 65 4c 61 et("pos", theLa
1cb0: 79 65 72 2c 20 70 6f 73 29 3b 0d 0a 09 09 09 74 yer, pos);.....t
1cc0: 2e 73 65 74 28 22 69 73 22 2c 20 20 20 74 68 65 .set("is", the
1cd0: 4c 61 79 65 72 2c 20 6e 65 77 20 53 74 72 56 61 Layer, new StrVa
1ce0: 6c 75 65 28 22 73 74 72 22 29 29 3b 0d 0a 09 09 lue("str"));....
1cf0: 09 74 2e 73 65 74 28 22 64 61 74 61 22 2c 20 74 .t.set("data", t
1d00: 68 65 4c 61 79 65 72 2c 20 6e 65 77 20 53 74 72 heLayer, new Str
1d10: 56 61 6c 75 65 28 65 2e 64 61 74 61 29 29 3b 0d Value(e.data));.
1d20: 0a 09 09 09 72 65 74 75 72 6e 20 74 3b 0d 0a 09 ....return t;...
1d30: 09 7d 2c 0d 0a 09 09 28 49 6e 74 4c 69 74 65 72 .},....(IntLiter
1d40: 61 6c 20 65 29 0d 0a 09 09 7b 0d 0a 09 09 09 54 al e)....{.....T
1d50: 61 62 6c 65 20 74 20 3d 20 6e 65 77 20 54 61 62 able t = new Tab
1d60: 6c 65 3b 0d 0a 09 09 09 74 2e 73 65 74 28 22 70 le;.....t.set("p
1d70: 6f 73 22 2c 20 20 74 68 65 4c 61 79 65 72 2c 20 os", theLayer,
1d80: 70 6f 73 29 3b 0d 0a 09 09 09 74 2e 73 65 74 28 pos);.....t.set(
1d90: 22 69 73 22 2c 20 20 20 74 68 65 4c 61 79 65 72 "is", theLayer
1da0: 2c 20 6e 65 77 20 53 74 72 56 61 6c 75 65 28 22 , new StrValue("
1db0: 69 6e 74 22 29 29 3b 0d 0a 09 09 09 74 2e 73 65 int"));.....t.se
1dc0: 74 28 22 64 61 74 61 22 2c 20 74 68 65 4c 61 79 t("data", theLay
1dd0: 65 72 2c 20 6e 65 77 20 49 6e 74 56 61 6c 75 65 er, new IntValue
1de0: 28 65 2e 64 61 74 61 29 29 3b 0d 0a 09 09 09 72 (e.data));.....r
1df0: 65 74 75 72 6e 20 74 3b 0d 0a 09 09 7d 2c 0d 0a eturn t;....},..
1e00: 09 09 28 56 61 72 45 78 70 72 65 73 73 69 6f 6e ..(VarExpression
1e10: 20 65 29 0d 0a 09 09 7b 0d 0a 09 09 09 54 61 62 e)....{.....Tab
1e20: 6c 65 20 74 20 3d 20 6e 65 77 20 54 61 62 6c 65 le t = new Table
1e30: 3b 0d 0a 09 09 09 74 2e 73 65 74 28 22 70 6f 73 ;.....t.set("pos
1e40: 22 2c 20 20 74 68 65 4c 61 79 65 72 2c 20 70 6f ", theLayer, po
1e50: 73 29 3b 0d 0a 09 09 09 74 2e 73 65 74 28 22 69 s);.....t.set("i
1e60: 73 22 2c 20 20 20 74 68 65 4c 61 79 65 72 2c 20 s", theLayer,
1e70: 6e 65 77 20 53 74 72 56 61 6c 75 65 28 22 76 61 new StrValue("va
1e80: 72 22 29 29 3b 0d 0a 09 09 09 74 2e 73 65 74 28 r"));.....t.set(
1e90: 22 6e 61 6d 65 22 2c 20 74 68 65 4c 61 79 65 72 "name", theLayer
1ea0: 2c 20 6e 65 77 20 53 74 72 56 61 6c 75 65 28 65 , new StrValue(e
1eb0: 2e 76 61 72 29 29 3b 0d 0a 09 09 09 72 65 74 75 .var));.....retu
1ec0: 72 6e 20 74 3b 0d 0a 09 09 7d 2c 0d 0a 09 09 28 rn t;....},....(
1ed0: 4c 61 79 65 72 65 64 45 78 70 72 65 73 73 69 6f LayeredExpressio
1ee0: 6e 20 65 29 0d 0a 09 09 7b 0d 0a 09 09 09 69 66 n e)....{.....if
1ef0: 28 20 41 6c 77 61 79 73 4d 61 63 72 6f 20 29 0d ( AlwaysMacro ).
1f00: 0a 09 09 09 7b 0d 0a 09 09 09 09 54 61 62 6c 65 ....{......Table
1f10: 20 74 20 3d 20 6e 65 77 20 54 61 62 6c 65 3b 0d t = new Table;.
1f20: 0a 09 09 09 09 74 2e 73 65 74 28 22 70 6f 73 22 .....t.set("pos"
1f30: 2c 20 20 74 68 65 4c 61 79 65 72 2c 20 70 6f 73 , theLayer, pos
1f40: 29 3b 0d 0a 09 09 09 09 74 2e 73 65 74 28 22 69 );......t.set("i
1f50: 73 22 2c 20 20 20 74 68 65 4c 61 79 65 72 2c 20 s", theLayer,
1f60: 6e 65 77 20 53 74 72 56 61 6c 75 65 28 22 6c 61 new StrValue("la
1f70: 79 22 29 29 3b 0d 0a 09 09 09 09 74 2e 73 65 74 y"));......t.set
1f80: 28 22 65 78 70 72 22 2c 20 74 68 65 4c 61 79 65 ("expr", theLaye
1f90: 72 2c 20 6d 61 63 72 6f 45 76 61 6c 28 65 2e 65 r, macroEval(e.e
1fa0: 78 70 72 2c 63 74 78 2c 41 6c 77 61 79 73 4d 61 xpr,ctx,AlwaysMa
1fb0: 63 72 6f 29 29 3b 0d 0a 09 09 09 09 72 65 74 75 cro));......retu
1fc0: 72 6e 20 63 61 73 74 28 56 61 6c 75 65 29 74 3b rn cast(Value)t;
1fd0: 0d 0a 09 09 09 7d 0d 0a 09 09 09 65 6c 73 65 0d .....}.....else.
1fe0: 0a 09 09 09 7b 0d 0a 09 09 09 09 72 65 74 75 72 ....{......retur
1ff0: 6e 20 65 76 61 6c 28 65 2e 65 78 70 72 2c 20 63 n eval(e.expr, c
2000: 74 78 2c 20 74 72 75 65 2c 20 65 2e 6c 61 79 29 tx, true, e.lay)
2010: 3b 0d 0a 09 09 09 7d 0d 0a 09 09 7d 2c 0d 0a 09 ;.....}....},...
2020: 09 28 4c 65 74 45 78 70 72 65 73 73 69 6f 6e 20 .(LetExpression
2030: 65 29 0d 0a 09 09 7b 0d 0a 09 09 09 54 61 62 6c e)....{.....Tabl
2040: 65 20 74 20 3d 20 6e 65 77 20 54 61 62 6c 65 3b e t = new Table;
2050: 0d 0a 09 09 09 74 2e 73 65 74 28 22 70 6f 73 22 .....t.set("pos"
2060: 2c 20 20 74 68 65 4c 61 79 65 72 2c 20 70 6f 73 , theLayer, pos
2070: 29 3b 0d 0a 09 09 09 74 2e 73 65 74 28 22 69 73 );.....t.set("is
2080: 22 2c 20 20 20 74 68 65 4c 61 79 65 72 2c 20 6e ", theLayer, n
2090: 65 77 20 53 74 72 56 61 6c 75 65 28 22 6c 65 74 ew StrValue("let
20a0: 22 29 29 3b 0d 0a 09 09 09 74 2e 73 65 74 28 22 "));.....t.set("
20b0: 6e 61 6d 65 22 2c 20 74 68 65 4c 61 79 65 72 2c name", theLayer,
20c0: 20 6e 65 77 20 53 74 72 56 61 6c 75 65 28 65 2e new StrValue(e.
20d0: 76 61 72 29 29 3b 0d 0a 09 09 09 74 2e 73 65 74 var));.....t.set
20e0: 28 22 69 6e 69 74 22 2c 20 74 68 65 4c 61 79 65 ("init", theLaye
20f0: 72 2c 20 6d 61 63 72 6f 45 76 61 6c 28 65 2e 69 r, macroEval(e.i
2100: 6e 69 74 2c 63 74 78 2c 41 6c 77 61 79 73 4d 61 nit,ctx,AlwaysMa
2110: 63 72 6f 29 29 3b 0d 0a 09 09 09 74 2e 73 65 74 cro));.....t.set
2120: 28 22 65 78 70 72 22 2c 20 74 68 65 4c 61 79 65 ("expr", theLaye
2130: 72 2c 20 6d 61 63 72 6f 45 76 61 6c 28 65 2e 65 r, macroEval(e.e
2140: 78 70 72 2c 63 74 78 2c 41 6c 77 61 79 73 4d 61 xpr,ctx,AlwaysMa
2150: 63 72 6f 29 29 3b 0d 0a 09 09 09 72 65 74 75 72 cro));.....retur
2160: 6e 20 74 3b 0d 0a 09 09 7d 2c 0d 0a 09 09 28 46 n t;....},....(F
2170: 75 6e 63 61 6c 6c 45 78 70 72 65 73 73 69 6f 6e uncallExpression
2180: 20 65 29 0d 0a 09 09 7b 0d 0a 09 09 09 2f 2f 20 e)....{.....//
2190: 5b 54 4f 44 4f 5d 20 40 6d 61 63 72 6f 20 69 6e [TODO] @macro in
21a0: 76 6f 6b 61 74 69 6f 6e 21 21 21 21 0d 0a 09 09 vokation!!!!....
21b0: 09 2f 2f 20 20 20 20 69 66 20 65 2e 66 75 6e 20 .// if e.fun
21c0: 69 73 20 76 61 72 6e 61 6d 65 20 61 6e 64 20 69 is varname and i
21d0: 74 73 20 63 74 78 5b 40 6d 61 63 72 6f 5d 20 69 ts ctx[@macro] i
21e0: 73 20 73 65 74 2c 20 73 77 69 74 63 68 20 74 6f s set, switch to
21f0: 20 75 73 75 61 6c 20 65 76 61 6c 0d 0a 09 09 09 usual eval.....
2200: 54 61 62 6c 65 20 74 20 3d 20 6e 65 77 20 54 61 Table t = new Ta
2210: 62 6c 65 3b 0d 0a 09 09 09 74 2e 73 65 74 28 22 ble;.....t.set("
2220: 70 6f 73 22 2c 20 20 74 68 65 4c 61 79 65 72 2c pos", theLayer,
2230: 20 70 6f 73 29 3b 0d 0a 09 09 09 74 2e 73 65 74 pos);.....t.set
2240: 28 22 69 73 22 2c 20 20 20 74 68 65 4c 61 79 65 ("is", theLaye
2250: 72 2c 20 6e 65 77 20 53 74 72 56 61 6c 75 65 28 r, new StrValue(
2260: 22 61 70 70 22 29 29 3b 0d 0a 09 09 09 74 2e 73 "app"));.....t.s
2270: 65 74 28 22 66 75 6e 22 2c 20 74 68 65 4c 61 79 et("fun", theLay
2280: 65 72 2c 20 6d 61 63 72 6f 45 76 61 6c 28 65 2e er, macroEval(e.
2290: 66 75 6e 2c 63 74 78 2c 41 6c 77 61 79 73 4d 61 fun,ctx,AlwaysMa
22a0: 63 72 6f 29 29 3b 0d 0a 09 09 09 54 61 62 6c 65 cro));.....Table
22b0: 20 61 72 67 73 20 3d 20 6e 65 77 20 54 61 62 6c args = new Tabl
22c0: 65 3b 0d 0a 09 09 09 66 6f 72 65 61 63 68 5f 72 e;.....foreach_r
22d0: 65 76 65 72 73 65 28 61 3b 20 65 2e 61 72 67 73 everse(a; e.args
22e0: 29 20 7b 0d 0a 09 09 09 09 54 61 62 6c 65 20 63 ) {......Table c
22f0: 6f 6e 73 20 3d 20 6e 65 77 20 54 61 62 6c 65 3b ons = new Table;
2300: 0d 0a 09 09 09 09 63 6f 6e 73 2e 73 65 74 28 22 ......cons.set("
2310: 63 61 72 22 2c 74 68 65 4c 61 79 65 72 2c 6d 61 car",theLayer,ma
2320: 63 72 6f 45 76 61 6c 28 61 2c 63 74 78 2c 41 6c croEval(a,ctx,Al
2330: 77 61 79 73 4d 61 63 72 6f 29 29 3b 0d 0a 09 09 waysMacro));....
2340: 09 09 63 6f 6e 73 2e 73 65 74 28 22 63 64 72 22 ..cons.set("cdr"
2350: 2c 74 68 65 4c 61 79 65 72 2c 61 72 67 73 29 3b ,theLayer,args);
2360: 0d 0a 09 09 09 09 61 72 67 73 20 3d 20 63 6f 6e ......args = con
2370: 73 3b 0d 0a 09 09 09 7d 0d 0a 09 09 09 74 2e 73 s;.....}.....t.s
2380: 65 74 28 22 61 72 67 22 2c 20 74 68 65 4c 61 79 et("arg", theLay
2390: 65 72 2c 20 61 72 67 73 29 3b 0d 0a 09 09 09 72 er, args);.....r
23a0: 65 74 75 72 6e 20 74 3b 0d 0a 09 09 7d 2c 0d 0a eturn t;....},..
23b0: 09 09 28 46 75 6e 4c 69 74 65 72 61 6c 20 65 29 ..(FunLiteral e)
23c0: 0d 0a 09 09 7b 0d 0a 09 09 09 54 61 62 6c 65 20 ....{.....Table
23d0: 74 20 3d 20 6e 65 77 20 54 61 62 6c 65 3b 0d 0a t = new Table;..
23e0: 09 09 09 74 2e 73 65 74 28 22 70 6f 73 22 2c 20 ...t.set("pos",
23f0: 20 20 74 68 65 4c 61 79 65 72 2c 20 70 6f 73 29 theLayer, pos)
2400: 3b 0d 0a 09 09 09 74 2e 73 65 74 28 22 69 73 22 ;.....t.set("is"
2410: 2c 20 20 20 20 74 68 65 4c 61 79 65 72 2c 20 6e , theLayer, n
2420: 65 77 20 53 74 72 56 61 6c 75 65 28 22 66 75 6e ew StrValue("fun
2430: 22 29 29 3b 0d 0a 09 09 09 74 2e 73 65 74 28 22 "));.....t.set("
2440: 62 6f 64 79 22 2c 20 20 74 68 65 4c 61 79 65 72 body", theLayer
2450: 2c 20 6d 61 63 72 6f 45 76 61 6c 28 65 2e 66 75 , macroEval(e.fu
2460: 6e 62 6f 64 79 2c 63 74 78 2c 41 6c 77 61 79 73 nbody,ctx,Always
2470: 4d 61 63 72 6f 29 29 3b 0d 0a 09 09 09 54 61 62 Macro));.....Tab
2480: 6c 65 20 70 61 72 61 6d 20 3d 20 6e 65 77 20 54 le param = new T
2490: 61 62 6c 65 3b 0d 0a 09 09 09 66 6f 72 65 61 63 able;.....foreac
24a0: 68 5f 72 65 76 65 72 73 65 28 70 3b 20 65 2e 70 h_reverse(p; e.p
24b0: 61 72 61 6d 73 29 0d 0a 09 09 09 7b 0d 0a 09 09 arams).....{....
24c0: 09 09 54 61 62 6c 65 20 63 6f 6e 73 20 3d 20 6e ..Table cons = n
24d0: 65 77 20 54 61 62 6c 65 3b 0d 0a 09 09 09 09 54 ew Table;......T
24e0: 61 62 6c 65 20 6b 76 20 3d 20 6e 65 77 20 54 61 able kv = new Ta
24f0: 62 6c 65 3b 0d 0a 09 09 09 09 6b 76 2e 73 65 74 ble;......kv.set
2500: 28 22 6e 61 6d 65 22 2c 20 74 68 65 4c 61 79 65 ("name", theLaye
2510: 72 2c 20 6e 65 77 20 53 74 72 56 61 6c 75 65 28 r, new StrValue(
2520: 70 2e 6e 61 6d 65 29 29 3b 0d 0a 09 09 09 09 66 p.name));......f
2530: 6f 72 65 61 63 68 5f 72 65 76 65 72 73 65 28 6c oreach_reverse(l
2540: 61 79 3b 20 70 2e 6c 61 79 65 72 73 29 0d 0a 09 ay; p.layers)...
2550: 09 09 09 7b 0d 0a 09 09 09 09 09 54 61 62 6c 65 ...{.......Table
2560: 20 63 6f 6e 73 32 20 3d 20 6e 65 77 20 54 61 62 cons2 = new Tab
2570: 6c 65 3b 0d 0a 09 09 09 09 09 63 6f 6e 73 32 2e le;.......cons2.
2580: 73 65 74 28 22 63 61 72 22 2c 20 74 68 65 4c 61 set("car", theLa
2590: 79 65 72 2c 20 6e 65 77 20 53 74 72 56 61 6c 75 yer, new StrValu
25a0: 65 28 6c 61 79 29 29 3b 0d 0a 09 09 09 09 09 63 e(lay));.......c
25b0: 6f 6e 73 32 2e 73 65 74 28 22 63 64 72 22 2c 20 ons2.set("cdr",
25c0: 74 68 65 4c 61 79 65 72 2c 20 6b 76 29 3b 0d 0a theLayer, kv);..
25d0: 09 09 09 09 09 6b 76 20 3d 20 63 6f 6e 73 32 3b .....kv = cons2;
25e0: 0d 0a 09 09 09 09 7d 0d 0a 09 09 09 09 63 6f 6e ......}......con
25f0: 73 2e 73 65 74 28 22 63 61 72 22 2c 20 74 68 65 s.set("car", the
2600: 4c 61 79 65 72 2c 20 6b 76 29 3b 0d 0a 09 09 09 Layer, kv);.....
2610: 09 63 6f 6e 73 2e 73 65 74 28 22 63 64 72 22 2c .cons.set("cdr",
2620: 20 74 68 65 4c 61 79 65 72 2c 20 70 61 72 61 6d theLayer, param
2630: 29 3b 0d 0a 09 09 09 09 70 61 72 61 6d 20 3d 20 );......param =
2640: 63 6f 6e 73 3b 0d 0a 09 09 09 7d 0d 0a 09 09 09 cons;.....}.....
2650: 74 2e 73 65 74 28 22 70 61 72 61 6d 22 2c 20 74 t.set("param", t
2660: 68 65 4c 61 79 65 72 2c 20 70 61 72 61 6d 29 3b heLayer, param);
2670: 0d 0a 09 09 09 72 65 74 75 72 6e 20 74 3b 0d 0a .....return t;..
2680: 09 09 7d 2c 0d 0a 09 09 64 65 6c 65 67 61 74 65 ..},....delegate
2690: 20 56 61 6c 75 65 20 28 41 53 54 20 65 29 0d 0a Value (AST e)..
26a0: 09 09 7b 0d 0a 09 09 09 74 68 72 6f 77 20 67 65 ..{.....throw ge
26b0: 6e 65 78 21 52 75 6e 74 69 6d 65 45 78 63 65 70 nex!RuntimeExcep
26c0: 74 69 6f 6e 28 65 2e 70 6f 73 2c 20 73 70 72 69 tion(e.pos, spri
26d0: 6e 74 66 21 22 55 6e 6b 6e 6f 77 6e 20 4b 69 6e ntf!"Unknown Kin
26e0: 64 20 6f 66 20 45 78 70 72 65 73 73 69 6f 6e 20 d of Expression
26f0: 25 73 22 28 74 79 70 65 69 64 28 65 29 29 29 3b %s"(typeid(e)));
2700: 0d 0a 09 09 7d 0d 0a 09 29 3b 0d 0a 7d 0d 0a 0d ....}...);..}...
2710: 0a 75 6e 69 74 74 65 73 74 0a 7b 0d 0a 09 61 75 .unittest.{...au
2720: 74 6f 20 72 20 3d 20 61 73 73 65 72 74 5f 6e 6f to r = assert_no
2730: 74 68 72 6f 77 28 20 65 76 61 6c 53 74 72 69 6e throw( evalStrin
2740: 67 28 60 76 61 72 20 78 20 3d 20 32 31 3b 20 78 g(`var x = 21; x
2750: 20 2b 20 78 2a 78 3b 60 29 20 29 3b 0a 09 61 73 + x*x;`) );..as
2760: 73 65 72 74 5f 65 71 28 20 72 2e 76 61 6c 2c 20 sert_eq( r.val,
2770: 6e 65 77 20 49 6e 74 56 61 6c 75 65 28 42 69 67 new IntValue(Big
2780: 49 6e 74 28 32 31 2b 32 31 2a 32 31 29 29 20 29 Int(21+21*21)) )
2790: 3b 0a 09 61 73 73 65 72 74 5f 65 71 28 20 72 2e ;..assert_eq( r.
27a0: 63 74 78 2e 67 65 74 28 22 78 22 2c 22 40 76 22 ctx.get("x","@v"
27b0: 29 2c 20 6e 65 77 20 49 6e 74 56 61 6c 75 65 28 ), new IntValue(
27c0: 42 69 67 49 6e 74 28 32 31 29 29 20 29 3b 0a 09 BigInt(21)) );..
27d0: 61 73 73 65 72 74 5f 6e 6f 74 68 72 6f 77 28 20 assert_nothrow(
27e0: 72 2e 63 74 78 2e 67 65 74 28 22 78 22 2c 22 40 r.ctx.get("x","@
27f0: 76 22 29 20 29 3b 0a 09 61 73 73 65 72 74 5f 74 v") );..assert_t
2800: 68 72 6f 77 21 52 75 6e 74 69 6d 65 45 78 63 65 hrow!RuntimeExce
2810: 70 74 69 6f 6e 28 20 72 2e 63 74 78 2e 67 65 74 ption( r.ctx.get
2820: 28 22 79 22 2c 22 40 76 22 29 20 29 3b 0a 7d 0a ("y","@v") );.}.
2830: 75 6e 69 74 74 65 73 74 0d 0a 7b 0d 0a 09 61 75 unittest..{...au
2840: 74 6f 20 72 20 3d 20 61 73 73 65 72 74 5f 6e 6f to r = assert_no
2850: 74 68 72 6f 77 28 20 65 76 61 6c 53 74 72 69 6e throw( evalStrin
2860: 67 28 60 76 61 72 20 78 20 3d 20 32 31 3b 20 76 g(`var x = 21; v
2870: 61 72 20 78 20 3d 20 78 20 2b 20 78 2a 78 3b 60 ar x = x + x*x;`
2880: 29 20 29 3b 0d 0a 09 61 73 73 65 72 74 5f 65 71 ) );...assert_eq
2890: 28 20 72 2e 76 61 6c 2c 20 6e 65 77 20 49 6e 74 ( r.val, new Int
28a0: 56 61 6c 75 65 28 42 69 67 49 6e 74 28 32 31 2b Value(BigInt(21+
28b0: 32 31 2a 32 31 29 29 20 29 3b 0d 0a 09 61 73 73 21*21)) );...ass
28c0: 65 72 74 5f 65 71 28 20 72 2e 63 74 78 2e 67 65 ert_eq( r.ctx.ge
28d0: 74 28 22 78 22 2c 22 40 76 22 29 2c 20 6e 65 77 t("x","@v"), new
28e0: 20 49 6e 74 56 61 6c 75 65 28 42 69 67 49 6e 74 IntValue(BigInt
28f0: 28 32 31 2b 32 31 2a 32 31 29 29 20 29 3b 0d 0a (21+21*21)) );..
2900: 09 61 73 73 65 72 74 5f 6e 6f 74 68 72 6f 77 28 .assert_nothrow(
2910: 20 72 2e 63 74 78 2e 67 65 74 28 22 78 22 2c 22 r.ctx.get("x","
2920: 40 76 22 29 20 29 3b 0d 0a 09 61 73 73 65 72 74 @v") );...assert
2930: 5f 74 68 72 6f 77 21 52 75 6e 74 69 6d 65 45 78 _throw!RuntimeEx
2940: 63 65 70 74 69 6f 6e 28 20 72 2e 63 74 78 2e 67 ception( r.ctx.g
2950: 65 74 28 22 79 22 2c 22 40 76 22 29 20 29 3b 0d et("y","@v") );.
2960: 0a 7d 0d 0a 75 6e 69 74 74 65 73 74 0d 0a 7b 0d .}..unittest..{.
2970: 0a 09 61 73 73 65 72 74 5f 65 71 28 20 65 76 61 ..assert_eq( eva
2980: 6c 53 74 72 69 6e 67 28 60 6c 65 74 20 78 3d 31 lString(`let x=1
2990: 3b 20 6c 65 74 20 79 3d 28 6c 65 74 20 78 3d 32 ; let y=(let x=2
29a0: 29 3b 20 78 60 29 2e 76 61 6c 2c 20 6e 65 77 20 ); x`).val, new
29b0: 49 6e 74 56 61 6c 75 65 28 42 69 67 49 6e 74 28 IntValue(BigInt(
29c0: 31 29 29 20 29 3b 20 0d 0a 09 61 73 73 65 72 74 1)) ); ...assert
29d0: 5f 65 71 28 20 65 76 61 6c 53 74 72 69 6e 67 28 _eq( evalString(
29e0: 60 6c 65 74 20 78 3d 31 3b 20 6c 65 74 20 79 3d `let x=1; let y=
29f0: 28 6c 65 74 20 78 3d 32 3b 66 75 6e 28 29 7b 78 (let x=2;fun(){x
2a00: 7d 29 3b 20 79 28 29 60 29 2e 76 61 6c 2c 20 6e }); y()`).val, n
2a10: 65 77 20 49 6e 74 56 61 6c 75 65 28 42 69 67 49 ew IntValue(BigI
2a20: 6e 74 28 32 29 29 20 29 3b 20 0d 0a 7d 0d 0a 75 nt(2)) ); ..}..u
2a30: 6e 69 74 74 65 73 74 0d 0a 7b 0d 0a 09 61 73 73 nittest..{...ass
2a40: 65 72 74 5f 65 71 28 20 65 76 61 6c 53 74 72 69 ert_eq( evalStri
2a50: 6e 67 28 60 40 61 20 78 3d 31 3b 20 40 62 20 78 ng(`@a x=1; @b x
2a60: 3d 32 3b 20 40 61 28 78 29 60 29 2e 76 61 6c 2c =2; @a(x)`).val,
2a70: 20 6e 65 77 20 49 6e 74 56 61 6c 75 65 28 42 69 new IntValue(Bi
2a80: 67 49 6e 74 28 31 29 29 20 29 3b 0d 0a 09 61 73 gInt(1)) );...as
2a90: 73 65 72 74 5f 65 71 28 20 65 76 61 6c 53 74 72 sert_eq( evalStr
2aa0: 69 6e 67 28 60 40 61 20 78 3d 31 3b 20 40 62 20 ing(`@a x=1; @b
2ab0: 78 3d 32 3b 20 40 62 28 78 29 60 29 2e 76 61 6c x=2; @b(x)`).val
2ac0: 2c 20 6e 65 77 20 49 6e 74 56 61 6c 75 65 28 42 , new IntValue(B
2ad0: 69 67 49 6e 74 28 32 29 29 20 29 3b 0d 0a 09 61 igInt(2)) );...a
2ae0: 73 73 65 72 74 5f 65 71 28 20 65 76 61 6c 53 74 ssert_eq( evalSt
2af0: 72 69 6e 67 28 60 6c 65 74 20 78 3d 31 3b 20 6c ring(`let x=1; l
2b00: 65 74 20 5f 20 3d 20 28 40 61 20 78 3d 32 3b 32 et _ = (@a x=2;2
2b10: 29 3b 20 78 60 29 2e 76 61 6c 2c 20 6e 65 77 20 ); x`).val, new
2b20: 49 6e 74 56 61 6c 75 65 28 42 69 67 49 6e 74 28 IntValue(BigInt(
2b30: 31 29 29 20 29 3b 0d 0a 09 61 73 73 65 72 74 5f 1)) );...assert_
2b40: 74 68 72 6f 77 21 54 68 72 6f 77 61 62 6c 65 28 throw!Throwable(
2b50: 20 65 76 61 6c 53 74 72 69 6e 67 28 60 6c 65 74 evalString(`let
2b60: 20 78 3d 31 3b 20 6c 65 74 20 5f 20 3d 20 28 40 x=1; let _ = (@
2b70: 61 20 78 3d 32 3b 32 29 3b 20 40 61 28 78 29 60 a x=2;2); @a(x)`
2b80: 29 20 29 3b 0d 0a 7d 0d 0a 0a 75 6e 69 74 74 65 ) );..}...unitte
2b90: 73 74 0a 7b 0a 09 61 73 73 65 72 74 5f 65 71 28 st.{..assert_eq(
2ba0: 20 65 76 61 6c 53 74 72 69 6e 67 28 60 76 61 72 evalString(`var
2bb0: 20 66 61 63 20 3d 20 66 75 6e 28 78 29 7b 0a 09 fac = fun(x){..
2bc0: 09 69 66 28 78 29 0a 09 09 09 7b 20 78 2a 66 61 .if(x)....{ x*fa
2bd0: 63 28 78 2d 31 29 3b 20 7d 0a 09 09 65 6c 73 65 c(x-1); }...else
2be0: 0a 09 09 09 7b 20 31 3b 20 7d 3b 0a 09 7d 3b 0a ....{ 1; };..};.
2bf0: 09 66 61 63 28 31 30 29 3b 60 29 2e 76 61 6c 2c .fac(10);`).val,
2c00: 20 6e 65 77 20 49 6e 74 56 61 6c 75 65 28 42 69 new IntValue(Bi
2c10: 67 49 6e 74 28 31 30 2a 39 2a 38 2a 35 30 34 30 gInt(10*9*8*5040
2c20: 29 29 29 3b 0a 09 61 73 73 65 72 74 5f 65 71 28 )));..assert_eq(
2c30: 20 65 76 61 6c 53 74 72 69 6e 67 28 60 76 61 72 evalString(`var
2c40: 20 66 69 62 20 3d 20 66 75 6e 28 78 29 7b 0a 09 fib = fun(x){..
2c50: 09 69 66 28 78 3c 32 29 0a 09 09 09 7b 20 31 3b .if(x<2)....{ 1;
2c60: 20 7d 0a 09 09 65 6c 73 65 0a 09 09 09 7b 20 66 }...else....{ f
2c70: 69 62 28 78 2d 31 29 20 2b 20 66 69 62 28 78 2d ib(x-1) + fib(x-
2c80: 32 29 3b 20 7d 3b 0a 09 7d 3b 0a 09 66 69 62 28 2); };..};..fib(
2c90: 31 30 29 3b 60 29 2e 76 61 6c 2c 20 6e 65 77 20 10);`).val, new
2ca0: 49 6e 74 56 61 6c 75 65 28 42 69 67 49 6e 74 28 IntValue(BigInt(
2cb0: 38 39 29 29 29 3b 0a 7d 0a 0d 0a 75 6e 69 74 74 89)));.}...unitt
2cc0: 65 73 74 0d 0a 7b 0d 0a 09 61 73 73 65 72 74 5f est..{...assert_
2cd0: 74 68 72 6f 77 21 54 68 72 6f 77 61 62 6c 65 28 throw!Throwable(
2ce0: 20 65 76 61 6c 53 74 72 69 6e 67 28 60 40 40 73 evalString(`@@s
2cf0: 28 78 29 7b 78 7d 3b 20 40 73 20 22 2b 22 3d 66 (x){x}; @s "+"=f
2d00: 75 6e 28 78 2c 79 29 7b 78 2d 79 7d 3b 40 73 28 un(x,y){x-y};@s(
2d10: 31 2b 32 29 60 29 20 29 3b 0d 0a 09 61 73 73 65 1+2)`) );...asse
2d20: 72 74 5f 65 71 28 20 65 76 61 6c 53 74 72 69 6e rt_eq( evalStrin
2d30: 67 28 60 40 40 73 28 78 29 7b 78 7d 3b 20 40 73 g(`@@s(x){x}; @s
2d40: 20 22 2b 22 3d 66 75 6e 28 78 2c 79 29 7b 78 2d "+"=fun(x,y){x-
2d50: 79 7d 3b 31 2b 32 60 29 2e 76 61 6c 2c 20 6e 65 y};1+2`).val, ne
2d60: 77 20 49 6e 74 56 61 6c 75 65 28 42 69 67 49 6e w IntValue(BigIn
2d70: 74 28 33 29 29 20 29 3b 0d 0a 09 61 73 73 65 72 t(3)) );...asser
2d80: 74 5f 65 71 28 20 65 76 61 6c 53 74 72 69 6e 67 t_eq( evalString
2d90: 28 60 40 40 73 28 78 29 7b 78 7d 3b 20 40 73 20 (`@@s(x){x}; @s
2da0: 22 2b 22 3d 66 75 6e 28 78 2c 79 29 7b 40 76 28 "+"=fun(x,y){@v(
2db0: 40 73 28 78 29 2d 40 73 28 79 29 29 7d 3b 31 2b @s(x)-@s(y))};1+
2dc0: 32 60 29 2e 76 61 6c 2c 20 6e 65 77 20 49 6e 74 2`).val, new Int
2dd0: 56 61 6c 75 65 28 42 69 67 49 6e 74 28 33 29 29 Value(BigInt(3))
2de0: 20 29 3b 0d 0a 09 61 73 73 65 72 74 5f 65 71 28 );...assert_eq(
2df0: 20 65 76 61 6c 53 74 72 69 6e 67 28 60 40 40 73 evalString(`@@s
2e00: 28 78 29 7b 78 7d 3b 20 40 73 20 22 2b 22 3d 66 (x){x}; @s "+"=f
2e10: 75 6e 28 78 2c 79 29 7b 40 76 28 40 73 28 78 29 un(x,y){@v(@s(x)
2e20: 2d 40 73 28 79 29 29 7d 3b 40 73 28 31 2b 32 29 -@s(y))};@s(1+2)
2e30: 60 29 2e 76 61 6c 2c 20 6e 65 77 20 49 6e 74 56 `).val, new IntV
2e40: 61 6c 75 65 28 42 69 67 49 6e 74 28 2d 31 29 29 alue(BigInt(-1))
2e50: 20 29 3b 0d 0a 7d 0d 0a 0d 0a 75 6e 69 74 74 65 );..}....unitte
2e60: 73 74 0d 0a 7b 0d 0a 09 61 73 73 65 72 74 5f 65 st..{...assert_e
2e70: 71 28 20 65 76 61 6c 53 74 72 69 6e 67 28 60 40 q( evalString(`@
2e80: 40 74 20 3d 20 66 75 6e 28 78 29 7b 78 2b 31 7d @t = fun(x){x+1}
2e90: 3b 20 40 74 28 31 32 33 29 60 29 2e 76 61 6c 2c ; @t(123)`).val,
2ea0: 20 6e 65 77 20 49 6e 74 56 61 6c 75 65 28 42 69 new IntValue(Bi
2eb0: 67 49 6e 74 28 31 32 34 29 29 20 29 3b 0d 0a 7d gInt(124)) );..}
2ec0: 0d 0a ..