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 69 66 n e)....{.....if
13a0: 28 20 65 2e 6c 61 79 20 3d 3d 20 22 40 6d 61 63 ( e.lay == "@mac
13b0: 72 6f 22 20 29 0d 0a 09 09 09 09 72 65 74 75 72 ro" )......retur
13c0: 6e 20 6d 61 63 72 6f 45 76 61 6c 28 65 2e 65 78 n macroEval(e.ex
13d0: 70 72 2c 20 63 74 78 2c 20 66 61 6c 73 65 29 3b pr, ctx, false);
13e0: 0d 0a 09 09 09 65 6c 73 65 0d 0a 09 09 09 09 72 .....else......r
13f0: 65 74 75 72 6e 20 65 76 61 6c 28 65 2e 65 78 70 eturn eval(e.exp
1400: 72 2c 20 63 74 78 2c 20 66 61 6c 73 65 2c 20 65 r, ctx, false, e
1410: 2e 6c 61 79 29 3b 0d 0a 09 09 7d 2c 0d 0a 09 09 .lay);....},....
1420: 28 4c 65 74 45 78 70 72 65 73 73 69 6f 6e 20 65 (LetExpression e
1430: 29 0d 0a 09 09 7b 0d 0a 09 09 09 2f 2f 20 66 6f )....{.....// fo
1440: 72 20 6c 65 74 72 65 63 2c 20 77 65 20 6e 65 65 r letrec, we nee
1450: 64 20 74 68 69 73 2c 20 62 75 74 20 73 68 6f 75 d this, but shou
1460: 6c 64 20 61 76 6f 69 64 20 6f 76 65 72 77 72 69 ld avoid overwri
1470: 74 69 6e 67 3f 3f 3f 3f 0d 0a 09 09 09 2f 2f 20 ting????.....//
1480: 63 74 78 2e 73 65 74 28 65 2e 76 61 72 2c 20 22 ctx.set(e.var, "
1490: 40 76 22 2c 20 6e 65 77 20 55 6e 64 65 66 69 6e @v", new Undefin
14a0: 65 64 56 61 6c 75 65 2c 20 65 2e 70 6f 73 29 3b edValue, e.pos);
14b0: 0d 0a 09 09 09 56 61 6c 75 65 20 76 20 3d 20 65 .....Value v = e
14c0: 76 61 6c 28 65 2e 69 6e 69 74 2c 20 63 74 78 2c val(e.init, ctx,
14d0: 20 74 72 75 65 2c 20 6c 61 79 29 3b 0d 0a 09 09 true, lay);....
14e0: 09 69 66 28 73 70 6c 69 74 43 74 78 29 0d 0a 09 .if(splitCtx)...
14f0: 09 09 09 63 74 78 20 3d 20 6e 65 77 20 54 61 62 ...ctx = new Tab
1500: 6c 65 28 63 74 78 2c 20 54 61 62 6c 65 2e 4b 69 le(ctx, Table.Ki
1510: 6e 64 2e 4e 6f 74 50 72 6f 70 61 67 61 74 65 53 nd.NotPropagateS
1520: 65 74 29 3b 0d 0a 09 09 09 63 74 78 2e 73 65 74 et);.....ctx.set
1530: 28 65 2e 76 61 72 2c 20 28 65 2e 6c 61 79 65 72 (e.var, (e.layer
1540: 2e 6c 65 6e 67 74 68 20 3f 20 65 2e 6c 61 79 65 .length ? e.laye
1550: 72 20 3a 20 6c 61 79 29 2c 20 76 2c 20 65 2e 70 r : lay), v, e.p
1560: 6f 73 29 3b 0d 0a 09 09 09 72 65 74 75 72 6e 20 os);.....return
1570: 65 76 61 6c 28 65 2e 65 78 70 72 2c 20 63 74 78 eval(e.expr, ctx
1580: 2c 20 66 61 6c 73 65 2c 20 6c 61 79 29 3b 0d 0a , false, lay);..
1590: 09 09 7d 2c 0d 0a 09 09 28 46 75 6e 63 61 6c 6c ..},....(Funcall
15a0: 45 78 70 72 65 73 73 69 6f 6e 20 65 29 0a 09 09 Expression e)...
15b0: 7b 0a 09 09 09 56 61 6c 75 65 20 5f 66 20 3d 20 {....Value _f =
15c0: 65 76 61 6c 28 65 2e 66 75 6e 2c 20 63 74 78 2c eval(e.fun, ctx,
15d0: 20 74 72 75 65 2c 20 6c 61 79 29 3b 0a 09 09 09 true, lay);....
15e0: 69 66 28 20 61 75 74 6f 20 66 20 3d 20 63 61 73 if( auto f = cas
15f0: 74 28 46 75 6e 56 61 6c 75 65 29 5f 66 20 29 20 t(FunValue)_f )
1600: 7b 0a 09 09 09 09 56 61 6c 75 65 5b 5d 20 61 72 {.....Value[] ar
1610: 67 73 3b 0a 09 09 09 09 66 6f 72 65 61 63 68 28 gs;.....foreach(
1620: 61 3b 20 65 2e 61 72 67 73 29 0a 09 09 09 09 09 a; e.args)......
1630: 61 72 67 73 20 7e 3d 20 65 76 61 6c 28 61 2c 20 args ~= eval(a,
1640: 63 74 78 2c 20 74 72 75 65 2c 20 6c 61 79 29 3b ctx, true, lay);
1650: 0a 09 09 09 09 72 65 74 75 72 6e 20 66 2e 63 61 .....return f.ca
1660: 6c 6c 28 65 2e 70 6f 73 2c 20 6c 61 79 2c 20 61 ll(e.pos, lay, a
1670: 72 67 73 29 3b 0a 09 09 09 7d 0d 0a 09 09 09 74 rgs);....}.....t
1680: 68 72 6f 77 20 67 65 6e 65 78 21 52 75 6e 74 69 hrow genex!Runti
1690: 6d 65 45 78 63 65 70 74 69 6f 6e 28 65 2e 70 6f meException(e.po
16a0: 73 2c 20 22 4e 6f 6e 2d 66 75 6e 63 69 6f 6e 20 s, "Non-funcion
16b0: 69 73 20 61 70 70 6c 69 65 64 22 29 3b 0a 09 09 is applied");...
16c0: 7d 2c 0a 09 09 28 46 75 6e 4c 69 74 65 72 61 6c },...(FunLiteral
16d0: 20 65 29 0a 09 09 7b 0d 0a 09 09 09 56 61 6c 75 e)...{.....Valu
16e0: 65 5b 56 61 6c 75 65 5b 5d 5d 5b 4c 61 79 65 72 e[Value[]][Layer
16f0: 5d 20 6d 65 6d 6f 3b 0d 0a 09 09 09 41 53 54 20 ] memo;.....AST
1700: 6d 61 63 72 6f 4d 65 6d 6f 20 3d 20 6e 75 6c 6c macroMemo = null
1710: 3b 20 2f 2f 20 63 61 63 68 65 0d 0a 0d 0a 09 09 ; // cache......
1720: 09 2f 2f 20 66 75 6e 76 61 6c 75 65 20 6e 65 65 .// funvalue nee
1730: 64 20 6e 6f 74 20 62 65 20 72 69 73 65 64 0d 0a d not be rised..
1740: 09 09 09 2f 2f 20 6e 6f 2c 20 6e 65 65 64 20 74 ...// no, need t
1750: 6f 20 62 65 20 72 69 73 65 64 20 21 21 20 20 73 o be rised !! s
1760: 75 70 70 6f 73 65 20 40 74 28 66 69 62 29 28 22 uppose @t(fib)("
1770: 69 6e 74 22 29 0a 09 09 09 72 65 74 75 72 6e 20 int")....return
1780: 6e 65 77 20 46 75 6e 56 61 6c 75 65 28 64 65 6c new FunValue(del
1790: 65 67 61 74 65 20 56 61 6c 75 65 28 69 6d 6d 75 egate Value(immu
17a0: 74 61 62 6c 65 20 4c 65 78 50 6f 73 69 74 69 6f table LexPositio
17b0: 6e 20 70 6f 73 2c 20 73 74 72 69 6e 67 20 6c 61 n pos, string la
17c0: 79 2c 20 56 61 6c 75 65 5b 5d 20 61 72 67 73 29 y, Value[] args)
17d0: 7b 0d 0a 09 09 09 09 2f 2f 20 54 4f 44 4f 3a 20 {......// TODO:
17e0: 6f 6e 6c 79 20 61 75 74 6f 20 72 61 69 73 65 64 only auto raised
17f0: 20 6f 6e 65 73 20 6e 65 65 64 20 6d 65 6d 6f 3f ones need memo?
1800: 20 6e 6f 3f 0d 0a 09 09 09 09 2f 2f 20 61 75 74 no?......// aut
1810: 6f 20 6d 65 6d 6f 69 7a 61 74 69 6f 6e 0d 0a 09 o memoization...
1820: 09 09 09 69 66 28 20 6c 61 79 20 21 3d 20 22 40 ...if( lay != "@
1830: 76 22 20 26 26 20 6c 61 79 20 21 3d 20 22 40 6d v" && lay != "@m
1840: 61 63 72 6f 22 20 29 0d 0a 09 09 09 09 7b 0d 0a acro" )......{..
1850: 09 09 09 09 09 69 66 28 20 61 75 74 6f 20 6d 65 .....if( auto me
1860: 6d 6f 6c 61 79 20 3d 20 6c 61 79 20 69 6e 20 6d molay = lay in m
1870: 65 6d 6f 20 29 0d 0a 09 09 09 09 09 09 69 66 28 emo )........if(
1880: 20 61 75 74 6f 20 70 76 20 3d 20 61 72 67 73 20 auto pv = args
1890: 69 6e 20 2a 6d 65 6d 6f 6c 61 79 20 29 0d 0a 09 in *memolay )...
18a0: 09 09 09 09 09 09 72 65 74 75 72 6e 20 2a 70 76 ......return *pv
18b0: 3b 0d 0a 09 09 09 09 09 6d 65 6d 6f 5b 6c 61 79 ;.......memo[lay
18c0: 5d 5b 61 72 67 73 5d 20 3d 20 28 63 61 73 74 28 ][args] = (cast(
18d0: 46 75 6e 56 61 6c 75 65 29 63 74 78 2e 67 65 74 FunValue)ctx.get
18e0: 28 6c 61 79 2c 20 22 28 73 79 73 74 65 6d 29 22 (lay, "(system)"
18f0: 2c 20 65 2e 70 6f 73 29 29 2e 63 61 6c 6c 28 65 , e.pos)).call(e
1900: 2e 70 6f 73 2c 20 22 40 76 22 2c 20 0d 0a 09 09 .pos, "@v", ....
1910: 09 09 09 09 5b 6e 65 77 20 55 6e 64 56 61 6c 75 ....[new UndValu
1920: 65 5d 0d 0a 09 09 09 09 09 29 3b 0d 0a 09 09 09 e].......);.....
1930: 09 7d 0d 0a 09 09 09 09 0a 09 09 09 09 69 66 28 .}...........if(
1940: 20 65 2e 70 61 72 61 6d 73 2e 6c 65 6e 67 74 68 e.params.length
1950: 20 21 3d 20 61 72 67 73 2e 6c 65 6e 67 74 68 20 != args.length
1960: 29 0a 09 09 09 09 09 74 68 72 6f 77 20 67 65 6e )......throw gen
1970: 65 78 21 52 75 6e 74 69 6d 65 45 78 63 65 70 74 ex!RuntimeExcept
1980: 69 6f 6e 28 65 2e 70 6f 73 2c 20 73 70 72 69 6e ion(e.pos, sprin
1990: 74 66 21 22 41 72 67 75 6d 65 6e 74 20 4e 75 6d tf!"Argument Num
19a0: 62 65 72 20 4d 69 73 6d 61 74 63 68 20 28 25 64 ber Mismatch (%d
19b0: 20 72 65 71 75 69 72 65 64 20 62 75 74 20 25 64 required but %d
19c0: 20 67 69 76 65 6e 29 22 0a 09 09 09 09 09 09 28 given)".......(
19d0: 65 2e 70 61 72 61 6d 73 2e 6c 65 6e 67 74 68 2c e.params.length,
19e0: 20 61 72 67 73 2e 6c 65 6e 67 74 68 29 29 3b 0a args.length));.
19f0: 09 09 09 09 54 61 62 6c 65 20 63 74 78 4e 65 6f ....Table ctxNeo
1a00: 20 3d 20 6e 65 77 20 54 61 62 6c 65 28 63 74 78 = new Table(ctx
1a10: 2c 20 54 61 62 6c 65 2e 4b 69 6e 64 2e 4e 6f 74 , Table.Kind.Not
1a20: 50 72 6f 70 61 67 61 74 65 53 65 74 29 3b 0a 09 PropagateSet);..
1a30: 09 09 09 66 6f 72 65 61 63 68 28 69 2c 70 3b 20 ...foreach(i,p;
1a40: 65 2e 70 61 72 61 6d 73 29 0a 09 09 09 09 09 63 e.params)......c
1a50: 74 78 4e 65 6f 2e 73 65 74 28 70 2e 6e 61 6d 65 txNeo.set(p.name
1a60: 2c 20 6c 61 79 2c 20 61 72 67 73 5b 69 5d 29 3b , lay, args[i]);
1a70: 0d 0a 0d 0a 09 09 09 09 2f 2f 20 40 6d 61 63 72 ........// @macr
1a80: 6f 20 72 75 6e 21 21 21 0d 0a 09 09 09 09 69 66 o run!!!......if
1a90: 28 20 6c 61 79 20 3d 3d 20 22 40 6d 61 63 72 6f ( lay == "@macro
1aa0: 22 20 29 0d 0a 09 09 09 09 09 72 65 74 75 72 6e " ).......return
1ab0: 20 6d 61 63 72 6f 45 76 61 6c 28 65 2e 66 75 6e macroEval(e.fun
1ac0: 62 6f 64 79 2c 20 63 74 78 4e 65 6f 2c 20 66 61 body, ctxNeo, fa
1ad0: 6c 73 65 29 3b 0d 0a 09 09 09 09 69 66 28 20 6d lse);......if( m
1ae0: 61 63 72 6f 4d 65 6d 6f 20 69 73 20 6e 75 6c 6c acroMemo is null
1af0: 20 29 0d 0a 09 09 09 09 09 6d 61 63 72 6f 4d 65 ).......macroMe
1b00: 6d 6f 20 3d 20 74 61 62 6c 65 54 6f 41 53 54 28 mo = tableToAST(
1b10: 22 40 76 22 2c 6d 61 63 72 6f 45 76 61 6c 28 65 "@v",macroEval(e
1b20: 2e 66 75 6e 62 6f 64 79 2c 20 63 74 78 4e 65 6f .funbody, ctxNeo
1b30: 2c 20 74 72 75 65 29 29 3b 0d 0a 09 09 09 09 61 , true));......a
1b40: 75 74 6f 20 76 20 3d 20 65 76 61 6c 28 6d 61 63 uto v = eval(mac
1b50: 72 6f 4d 65 6d 6f 2c 20 63 74 78 4e 65 6f 2c 20 roMemo, ctxNeo,
1b60: 74 72 75 65 2c 20 6c 61 79 29 3b 0d 0a 0d 0a 09 true, lay);.....
1b70: 09 09 09 2f 2f 61 75 74 6f 20 76 20 3d 20 65 76 ...//auto v = ev
1b80: 61 6c 28 65 2e 66 75 6e 62 6f 64 79 2c 20 63 74 al(e.funbody, ct
1b90: 78 4e 65 6f 2c 20 74 72 75 65 2c 20 6c 61 79 29 xNeo, true, lay)
1ba0: 3b 0d 0a 09 09 09 09 2f 2f 20 61 75 74 6f 20 6d ;......// auto m
1bb0: 65 6d 6f 69 7a 61 74 69 6f 6e 0d 0a 09 09 09 09 emoization......
1bc0: 69 66 28 20 6c 61 79 20 21 3d 20 22 40 76 22 20 if( lay != "@v"
1bd0: 26 26 20 6c 61 79 20 21 3d 20 22 40 6d 61 63 72 && lay != "@macr
1be0: 6f 22 20 29 0d 0a 09 09 09 09 09 6d 65 6d 6f 5b o" ).......memo[
1bf0: 6c 61 79 5d 5b 61 72 67 73 5d 20 3d 20 76 3b 0d lay][args] = v;.
1c00: 0a 09 09 09 09 72 65 74 75 72 6e 20 76 3b 0a 09 .....return v;..
1c10: 09 09 7d 29 3b 0a 09 09 7d 2c 0d 0a 09 09 64 65 ..});...},....de
1c20: 6c 65 67 61 74 65 20 56 61 6c 75 65 20 28 41 53 legate Value (AS
1c30: 54 20 65 29 0d 0a 09 09 7b 0a 09 09 09 74 68 72 T e)....{....thr
1c40: 6f 77 20 67 65 6e 65 78 21 52 75 6e 74 69 6d 65 ow genex!Runtime
1c50: 45 78 63 65 70 74 69 6f 6e 28 65 2e 70 6f 73 2c Exception(e.pos,
1c60: 20 73 70 72 69 6e 74 66 21 22 55 6e 6b 6e 6f 77 sprintf!"Unknow
1c70: 6e 20 4b 69 6e 64 20 6f 66 20 45 78 70 72 65 73 n Kind of Expres
1c80: 73 69 6f 6e 20 25 73 22 28 74 79 70 65 69 64 28 sion %s"(typeid(
1c90: 65 29 29 29 3b 0d 0a 09 09 7d 0d 0a 09 29 3b 0a e)));....}...);.
1ca0: 7d 0a 0d 0a 2f 2f 20 5b 54 4f 44 4f 5d 20 4f 70 }...// [TODO] Op
1cb0: 74 69 6d 69 7a 61 74 69 6f 6e 0d 0a 56 61 6c 75 timization..Valu
1cc0: 65 20 6d 61 63 72 6f 45 76 61 6c 28 41 53 54 20 e macroEval(AST
1cd0: 65 2c 20 54 61 62 6c 65 20 63 74 78 2c 20 62 6f e, Table ctx, bo
1ce0: 6f 6c 20 41 6c 77 61 79 73 4d 61 63 72 6f 29 0d ol AlwaysMacro).
1cf0: 0a 7b 0d 0a 09 4c 61 79 65 72 20 74 68 65 4c 61 .{...Layer theLa
1d00: 79 65 72 20 3d 20 22 40 76 22 3b 0d 0a 0d 0a 09 yer = "@v";.....
1d10: 54 61 62 6c 65 20 70 6f 73 20 3d 20 6e 65 77 20 Table pos = new
1d20: 54 61 62 6c 65 3b 0d 0a 09 70 6f 73 2e 73 65 74 Table;...pos.set
1d30: 28 22 66 69 6c 65 6e 61 6d 65 22 2c 20 74 68 65 ("filename", the
1d40: 4c 61 79 65 72 2c 20 6e 65 77 20 53 74 72 56 61 Layer, new StrVa
1d50: 6c 75 65 28 65 2e 70 6f 73 2e 66 69 6c 65 6e 61 lue(e.pos.filena
1d60: 6d 65 29 29 3b 0d 0a 09 70 6f 73 2e 73 65 74 28 me));...pos.set(
1d70: 22 6c 69 6e 65 6e 6f 22 2c 20 20 20 74 68 65 4c "lineno", theL
1d80: 61 79 65 72 2c 20 6e 65 77 20 49 6e 74 56 61 6c ayer, new IntVal
1d90: 75 65 28 42 69 67 49 6e 74 28 65 2e 70 6f 73 2e ue(BigInt(e.pos.
1da0: 6c 69 6e 65 6e 6f 29 29 29 3b 0d 0a 09 70 6f 73 lineno)));...pos
1db0: 2e 73 65 74 28 22 63 6f 6c 75 6d 6e 22 2c 20 20 .set("column",
1dc0: 20 74 68 65 4c 61 79 65 72 2c 20 6e 65 77 20 49 theLayer, new I
1dd0: 6e 74 56 61 6c 75 65 28 42 69 67 49 6e 74 28 65 ntValue(BigInt(e
1de0: 2e 70 6f 73 2e 63 6f 6c 75 6d 6e 29 29 29 3b 0d .pos.column)));.
1df0: 0a 09 72 65 74 75 72 6e 20 65 2e 6d 61 74 63 68 ..return e.match
1e00: 28 0d 0a 09 09 28 53 74 72 4c 69 74 65 72 61 6c (....(StrLiteral
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 73 74 new StrValue("st
1e80: 72 22 29 29 3b 0d 0a 09 09 09 74 2e 73 65 74 28 r"));.....t.set(
1e90: 22 64 61 74 61 22 2c 20 74 68 65 4c 61 79 65 72 "data", theLayer
1ea0: 2c 20 6e 65 77 20 53 74 72 56 61 6c 75 65 28 65 , new StrValue(e
1eb0: 2e 64 61 74 61 29 29 3b 0d 0a 09 09 09 72 65 74 .data));.....ret
1ec0: 75 72 6e 20 74 3b 0d 0a 09 09 7d 2c 0d 0a 09 09 urn t;....},....
1ed0: 28 49 6e 74 4c 69 74 65 72 61 6c 20 65 29 0d 0a (IntLiteral e)..
1ee0: 09 09 7b 0d 0a 09 09 09 54 61 62 6c 65 20 74 20 ..{.....Table t
1ef0: 3d 20 6e 65 77 20 54 61 62 6c 65 3b 0d 0a 09 09 = new Table;....
1f00: 09 74 2e 73 65 74 28 22 70 6f 73 22 2c 20 20 74 .t.set("pos", t
1f10: 68 65 4c 61 79 65 72 2c 20 70 6f 73 29 3b 0d 0a heLayer, pos);..
1f20: 09 09 09 74 2e 73 65 74 28 22 69 73 22 2c 20 20 ...t.set("is",
1f30: 20 74 68 65 4c 61 79 65 72 2c 20 6e 65 77 20 53 theLayer, new S
1f40: 74 72 56 61 6c 75 65 28 22 69 6e 74 22 29 29 3b trValue("int"));
1f50: 0d 0a 09 09 09 74 2e 73 65 74 28 22 64 61 74 61 .....t.set("data
1f60: 22 2c 20 74 68 65 4c 61 79 65 72 2c 20 6e 65 77 ", theLayer, new
1f70: 20 49 6e 74 56 61 6c 75 65 28 65 2e 64 61 74 61 IntValue(e.data
1f80: 29 29 3b 0d 0a 09 09 09 72 65 74 75 72 6e 20 74 ));.....return t
1f90: 3b 0d 0a 09 09 7d 2c 0d 0a 09 09 28 56 61 72 45 ;....},....(VarE
1fa0: 78 70 72 65 73 73 69 6f 6e 20 65 29 0d 0a 09 09 xpression e)....
1fb0: 7b 0d 0a 09 09 09 74 72 79 20 7b 0d 0a 09 09 09 {.....try {.....
1fc0: 09 72 65 74 75 72 6e 20 63 74 78 2e 67 65 74 28 .return ctx.get(
1fd0: 65 2e 76 61 72 2c 20 22 40 6d 61 63 72 6f 22 2c e.var, "@macro",
1fe0: 20 65 2e 70 6f 73 29 3b 0d 0a 09 09 09 7d 20 63 e.pos);.....} c
1ff0: 61 74 63 68 28 20 54 68 72 6f 77 61 62 6c 65 20 atch( Throwable
2000: 29 20 7b 2f 2f 20 5b 54 4f 44 4f 5d 20 6d 6f 72 ) {// [TODO] mor
2010: 65 20 70 72 65 63 69 65 73 2e 2e 2e 0d 0a 09 09 e precies.......
2020: 09 09 54 61 62 6c 65 20 74 20 3d 20 6e 65 77 20 ..Table t = new
2030: 54 61 62 6c 65 3b 0d 0a 09 09 09 09 74 2e 73 65 Table;......t.se
2040: 74 28 22 70 6f 73 22 2c 20 20 74 68 65 4c 61 79 t("pos", theLay
2050: 65 72 2c 20 70 6f 73 29 3b 0d 0a 09 09 09 09 74 er, pos);......t
2060: 2e 73 65 74 28 22 69 73 22 2c 20 20 20 74 68 65 .set("is", the
2070: 4c 61 79 65 72 2c 20 6e 65 77 20 53 74 72 56 61 Layer, new StrVa
2080: 6c 75 65 28 22 76 61 72 22 29 29 3b 0d 0a 09 09 lue("var"));....
2090: 09 09 74 2e 73 65 74 28 22 6e 61 6d 65 22 2c 20 ..t.set("name",
20a0: 74 68 65 4c 61 79 65 72 2c 20 6e 65 77 20 53 74 theLayer, new St
20b0: 72 56 61 6c 75 65 28 65 2e 76 61 72 29 29 3b 0d rValue(e.var));.
20c0: 0a 09 09 09 09 72 65 74 75 72 6e 20 63 61 73 74 .....return cast
20d0: 28 56 61 6c 75 65 29 74 3b 0d 0a 09 09 09 7d 0d (Value)t;.....}.
20e0: 0a 09 09 7d 2c 0d 0a 09 09 28 4c 61 79 65 72 65 ...},....(Layere
20f0: 64 45 78 70 72 65 73 73 69 6f 6e 20 65 29 0d 0a dExpression e)..
2100: 09 09 7b 0d 0a 09 09 09 69 66 28 20 41 6c 77 61 ..{.....if( Alwa
2110: 79 73 4d 61 63 72 6f 20 29 0d 0a 09 09 09 7b 0d ysMacro ).....{.
2120: 0a 09 09 09 09 54 61 62 6c 65 20 74 20 3d 20 6e .....Table t = n
2130: 65 77 20 54 61 62 6c 65 3b 0d 0a 09 09 09 09 74 ew Table;......t
2140: 2e 73 65 74 28 22 70 6f 73 22 2c 20 20 74 68 65 .set("pos", the
2150: 4c 61 79 65 72 2c 20 70 6f 73 29 3b 0d 0a 09 09 Layer, pos);....
2160: 09 09 74 2e 73 65 74 28 22 69 73 22 2c 20 20 20 ..t.set("is",
2170: 74 68 65 4c 61 79 65 72 2c 20 6e 65 77 20 53 74 theLayer, new St
2180: 72 56 61 6c 75 65 28 22 6c 61 79 22 29 29 3b 0d rValue("lay"));.
2190: 0a 09 09 09 09 74 2e 73 65 74 28 22 6c 61 79 65 .....t.set("laye
21a0: 72 22 2c 20 20 20 74 68 65 4c 61 79 65 72 2c 20 r", theLayer,
21b0: 6e 65 77 20 53 74 72 56 61 6c 75 65 28 65 2e 6c new StrValue(e.l
21c0: 61 79 29 29 3b 0d 0a 09 09 09 09 74 2e 73 65 74 ay));......t.set
21d0: 28 22 65 78 70 72 22 2c 20 74 68 65 4c 61 79 65 ("expr", theLaye
21e0: 72 2c 20 6d 61 63 72 6f 45 76 61 6c 28 65 2e 65 r, macroEval(e.e
21f0: 78 70 72 2c 63 74 78 2c 41 6c 77 61 79 73 4d 61 xpr,ctx,AlwaysMa
2200: 63 72 6f 29 29 3b 0d 0a 09 09 09 09 72 65 74 75 cro));......retu
2210: 72 6e 20 63 61 73 74 28 56 61 6c 75 65 29 74 3b rn cast(Value)t;
2220: 0d 0a 09 09 09 7d 0d 0a 09 09 09 65 6c 73 65 0d .....}.....else.
2230: 0a 09 09 09 7b 0d 0a 09 09 09 09 72 65 74 75 72 ....{......retur
2240: 6e 20 65 76 61 6c 28 65 2e 65 78 70 72 2c 20 63 n eval(e.expr, c
2250: 74 78 2c 20 74 72 75 65 2c 20 65 2e 6c 61 79 29 tx, true, e.lay)
2260: 3b 0d 0a 09 09 09 7d 0d 0a 09 09 7d 2c 0d 0a 09 ;.....}....},...
2270: 09 28 4c 65 74 45 78 70 72 65 73 73 69 6f 6e 20 .(LetExpression
2280: 65 29 0d 0a 09 09 7b 0d 0a 09 09 09 54 61 62 6c e)....{.....Tabl
2290: 65 20 74 20 3d 20 6e 65 77 20 54 61 62 6c 65 3b e t = new Table;
22a0: 0d 0a 09 09 09 74 2e 73 65 74 28 22 70 6f 73 22 .....t.set("pos"
22b0: 2c 20 20 74 68 65 4c 61 79 65 72 2c 20 70 6f 73 , theLayer, pos
22c0: 29 3b 0d 0a 09 09 09 74 2e 73 65 74 28 22 69 73 );.....t.set("is
22d0: 22 2c 20 20 20 74 68 65 4c 61 79 65 72 2c 20 6e ", theLayer, n
22e0: 65 77 20 53 74 72 56 61 6c 75 65 28 22 6c 65 74 ew StrValue("let
22f0: 22 29 29 3b 0d 0a 09 09 09 74 2e 73 65 74 28 22 "));.....t.set("
2300: 6e 61 6d 65 22 2c 20 74 68 65 4c 61 79 65 72 2c name", theLayer,
2310: 20 6e 65 77 20 53 74 72 56 61 6c 75 65 28 65 2e new StrValue(e.
2320: 76 61 72 29 29 3b 0d 0a 09 09 09 74 2e 73 65 74 var));.....t.set
2330: 28 22 69 6e 69 74 22 2c 20 74 68 65 4c 61 79 65 ("init", theLaye
2340: 72 2c 20 6d 61 63 72 6f 45 76 61 6c 28 65 2e 69 r, macroEval(e.i
2350: 6e 69 74 2c 63 74 78 2c 41 6c 77 61 79 73 4d 61 nit,ctx,AlwaysMa
2360: 63 72 6f 29 29 3b 0d 0a 09 09 09 74 2e 73 65 74 cro));.....t.set
2370: 28 22 65 78 70 72 22 2c 20 74 68 65 4c 61 79 65 ("expr", theLaye
2380: 72 2c 20 6d 61 63 72 6f 45 76 61 6c 28 65 2e 65 r, macroEval(e.e
2390: 78 70 72 2c 63 74 78 2c 41 6c 77 61 79 73 4d 61 xpr,ctx,AlwaysMa
23a0: 63 72 6f 29 29 3b 0d 0a 09 09 09 72 65 74 75 72 cro));.....retur
23b0: 6e 20 74 3b 0d 0a 09 09 7d 2c 0d 0a 09 09 28 46 n t;....},....(F
23c0: 75 6e 63 61 6c 6c 45 78 70 72 65 73 73 69 6f 6e uncallExpression
23d0: 20 65 29 0d 0a 09 09 7b 0d 0a 09 09 09 56 61 6c e)....{.....Val
23e0: 75 65 20 5f 66 20 3d 20 6d 61 63 72 6f 45 76 61 ue _f = macroEva
23f0: 6c 28 65 2e 66 75 6e 2c 63 74 78 2c 41 6c 77 61 l(e.fun,ctx,Alwa
2400: 79 73 4d 61 63 72 6f 29 3b 0d 0a 0d 0a 09 09 09 ysMacro);.......
2410: 2f 2f 20 63 6f 70 79 20 26 20 70 61 73 65 20 66 // copy & pase f
2420: 72 6f 6d 20 6e 6f 72 6d 61 6c 20 65 76 61 6c 0d rom normal eval.
2430: 0a 09 09 09 2f 2f 20 5b 54 4f 44 4f 5d 20 73 79 ....// [TODO] sy
2440: 6e 63 20 77 69 74 68 20 40 6c 61 79 65 72 64 20 nc with @layerd
2450: 70 61 72 61 6d 65 74 65 72 73 2e 0d 0a 09 09 09 parameters......
2460: 69 66 28 20 61 75 74 6f 20 66 20 3d 20 63 61 73 if( auto f = cas
2470: 74 28 46 75 6e 56 61 6c 75 65 29 5f 66 20 29 20 t(FunValue)_f )
2480: 7b 0d 0a 09 09 09 09 56 61 6c 75 65 5b 5d 20 61 {......Value[] a
2490: 72 67 73 3b 0d 0a 09 09 09 09 66 6f 72 65 61 63 rgs;......foreac
24a0: 68 28 61 3b 20 65 2e 61 72 67 73 29 0d 0a 09 09 h(a; e.args)....
24b0: 09 09 09 61 72 67 73 20 7e 3d 20 6d 61 63 72 6f ...args ~= macro
24c0: 45 76 61 6c 28 61 2c 20 63 74 78 2c 20 41 6c 77 Eval(a, ctx, Alw
24d0: 61 79 73 4d 61 63 72 6f 29 3b 0d 0a 09 09 09 09 aysMacro);......
24e0: 72 65 74 75 72 6e 20 66 2e 63 61 6c 6c 28 65 2e return f.call(e.
24f0: 70 6f 73 2c 20 22 40 6d 61 63 72 6f 22 2c 20 61 pos, "@macro", a
2500: 72 67 73 29 3b 20 2f 2f 20 65 78 70 6c 69 63 69 rgs); // explici
2510: 74 20 40 6d 61 63 72 6f 20 69 73 20 74 68 65 20 t @macro is the
2520: 62 65 73 74 3f 3f 3f 0d 0a 09 09 09 7d 0d 0a 09 best???.....}...
2530: 09 09 0d 0a 09 09 09 54 61 62 6c 65 20 74 20 3d .......Table t =
2540: 20 6e 65 77 20 54 61 62 6c 65 3b 0d 0a 09 09 09 new Table;.....
2550: 74 2e 73 65 74 28 22 70 6f 73 22 2c 20 20 74 68 t.set("pos", th
2560: 65 4c 61 79 65 72 2c 20 70 6f 73 29 3b 0d 0a 09 eLayer, pos);...
2570: 09 09 74 2e 73 65 74 28 22 69 73 22 2c 20 20 20 ..t.set("is",
2580: 74 68 65 4c 61 79 65 72 2c 20 6e 65 77 20 53 74 theLayer, new St
2590: 72 56 61 6c 75 65 28 22 61 70 70 22 29 29 3b 0d rValue("app"));.
25a0: 0a 09 09 09 74 2e 73 65 74 28 22 66 75 6e 22 2c ....t.set("fun",
25b0: 20 20 74 68 65 4c 61 79 65 72 2c 20 5f 66 29 3b theLayer, _f);
25c0: 0d 0a 09 09 09 54 61 62 6c 65 20 61 72 67 73 20 .....Table args
25d0: 3d 20 6e 65 77 20 54 61 62 6c 65 3b 0d 0a 09 09 = new Table;....
25e0: 09 66 6f 72 65 61 63 68 5f 72 65 76 65 72 73 65 .foreach_reverse
25f0: 28 61 3b 20 65 2e 61 72 67 73 29 20 7b 0d 0a 09 (a; e.args) {...
2600: 09 09 09 54 61 62 6c 65 20 63 6f 6e 73 20 3d 20 ...Table cons =
2610: 6e 65 77 20 54 61 62 6c 65 3b 0d 0a 09 09 09 09 new Table;......
2620: 63 6f 6e 73 2e 73 65 74 28 22 63 61 72 22 2c 74 cons.set("car",t
2630: 68 65 4c 61 79 65 72 2c 6d 61 63 72 6f 45 76 61 heLayer,macroEva
2640: 6c 28 61 2c 63 74 78 2c 41 6c 77 61 79 73 4d 61 l(a,ctx,AlwaysMa
2650: 63 72 6f 29 29 3b 0d 0a 09 09 09 09 63 6f 6e 73 cro));......cons
2660: 2e 73 65 74 28 22 63 64 72 22 2c 74 68 65 4c 61 .set("cdr",theLa
2670: 79 65 72 2c 61 72 67 73 29 3b 0d 0a 09 09 09 09 yer,args);......
2680: 61 72 67 73 20 3d 20 63 6f 6e 73 3b 0d 0a 09 09 args = cons;....
2690: 09 7d 0d 0a 09 09 09 74 2e 73 65 74 28 22 61 72 .}.....t.set("ar
26a0: 67 22 2c 20 74 68 65 4c 61 79 65 72 2c 20 61 72 g", theLayer, ar
26b0: 67 73 29 3b 0d 0a 09 09 09 72 65 74 75 72 6e 20 gs);.....return
26c0: 63 61 73 74 28 56 61 6c 75 65 29 74 3b 0d 0a 09 cast(Value)t;...
26d0: 09 7d 2c 0d 0a 09 09 28 46 75 6e 4c 69 74 65 72 .},....(FunLiter
26e0: 61 6c 20 65 29 0d 0a 09 09 7b 0d 0a 09 09 09 54 al e)....{.....T
26f0: 61 62 6c 65 20 74 20 3d 20 6e 65 77 20 54 61 62 able t = new Tab
2700: 6c 65 3b 0d 0a 09 09 09 74 2e 73 65 74 28 22 70 le;.....t.set("p
2710: 6f 73 22 2c 20 20 20 74 68 65 4c 61 79 65 72 2c os", theLayer,
2720: 20 70 6f 73 29 3b 0d 0a 09 09 09 74 2e 73 65 74 pos);.....t.set
2730: 28 22 69 73 22 2c 20 20 20 20 74 68 65 4c 61 79 ("is", theLay
2740: 65 72 2c 20 6e 65 77 20 53 74 72 56 61 6c 75 65 er, new StrValue
2750: 28 22 66 75 6e 22 29 29 3b 0d 0a 09 09 09 74 2e ("fun"));.....t.
2760: 73 65 74 28 22 62 6f 64 79 22 2c 20 20 74 68 65 set("body", the
2770: 4c 61 79 65 72 2c 20 6d 61 63 72 6f 45 76 61 6c Layer, macroEval
2780: 28 65 2e 66 75 6e 62 6f 64 79 2c 63 74 78 2c 41 (e.funbody,ctx,A
2790: 6c 77 61 79 73 4d 61 63 72 6f 29 29 3b 0d 0a 09 lwaysMacro));...
27a0: 09 09 54 61 62 6c 65 20 70 61 72 61 6d 20 3d 20 ..Table param =
27b0: 6e 65 77 20 54 61 62 6c 65 3b 0d 0a 09 09 09 66 new Table;.....f
27c0: 6f 72 65 61 63 68 5f 72 65 76 65 72 73 65 28 70 oreach_reverse(p
27d0: 3b 20 65 2e 70 61 72 61 6d 73 29 0d 0a 09 09 09 ; e.params).....
27e0: 7b 0d 0a 09 09 09 09 54 61 62 6c 65 20 63 6f 6e {......Table con
27f0: 73 20 3d 20 6e 65 77 20 54 61 62 6c 65 3b 0d 0a s = new Table;..
2800: 09 09 09 09 54 61 62 6c 65 20 6b 76 20 3d 20 6e ....Table kv = n
2810: 65 77 20 54 61 62 6c 65 3b 0d 0a 09 09 09 09 6b ew Table;......k
2820: 76 2e 73 65 74 28 22 6e 61 6d 65 22 2c 20 74 68 v.set("name", th
2830: 65 4c 61 79 65 72 2c 20 6e 65 77 20 53 74 72 56 eLayer, new StrV
2840: 61 6c 75 65 28 70 2e 6e 61 6d 65 29 29 3b 0d 0a alue(p.name));..
2850: 09 09 09 09 66 6f 72 65 61 63 68 5f 72 65 76 65 ....foreach_reve
2860: 72 73 65 28 6c 61 79 3b 20 70 2e 6c 61 79 65 72 rse(lay; p.layer
2870: 73 29 0d 0a 09 09 09 09 7b 0d 0a 09 09 09 09 09 s)......{.......
2880: 54 61 62 6c 65 20 63 6f 6e 73 32 20 3d 20 6e 65 Table cons2 = ne
2890: 77 20 54 61 62 6c 65 3b 0d 0a 09 09 09 09 09 63 w Table;.......c
28a0: 6f 6e 73 32 2e 73 65 74 28 22 63 61 72 22 2c 20 ons2.set("car",
28b0: 74 68 65 4c 61 79 65 72 2c 20 6e 65 77 20 53 74 theLayer, new St
28c0: 72 56 61 6c 75 65 28 6c 61 79 29 29 3b 0d 0a 09 rValue(lay));...
28d0: 09 09 09 09 63 6f 6e 73 32 2e 73 65 74 28 22 63 ....cons2.set("c
28e0: 64 72 22 2c 20 74 68 65 4c 61 79 65 72 2c 20 6b dr", theLayer, k
28f0: 76 29 3b 0d 0a 09 09 09 09 09 6b 76 20 3d 20 63 v);.......kv = c
2900: 6f 6e 73 32 3b 0d 0a 09 09 09 09 7d 0d 0a 09 09 ons2;......}....
2910: 09 09 63 6f 6e 73 2e 73 65 74 28 22 63 61 72 22 ..cons.set("car"
2920: 2c 20 74 68 65 4c 61 79 65 72 2c 20 6b 76 29 3b , theLayer, kv);
2930: 0d 0a 09 09 09 09 63 6f 6e 73 2e 73 65 74 28 22 ......cons.set("
2940: 63 64 72 22 2c 20 74 68 65 4c 61 79 65 72 2c 20 cdr", theLayer,
2950: 70 61 72 61 6d 29 3b 0d 0a 09 09 09 09 70 61 72 param);......par
2960: 61 6d 20 3d 20 63 6f 6e 73 3b 0d 0a 09 09 09 7d am = cons;.....}
2970: 0d 0a 09 09 09 74 2e 73 65 74 28 22 70 61 72 61 .....t.set("para
2980: 6d 22 2c 20 74 68 65 4c 61 79 65 72 2c 20 70 61 m", theLayer, pa
2990: 72 61 6d 29 3b 0d 0a 09 09 09 72 65 74 75 72 6e ram);.....return
29a0: 20 74 3b 0d 0a 09 09 7d 2c 0d 0a 09 09 64 65 6c t;....},....del
29b0: 65 67 61 74 65 20 56 61 6c 75 65 20 28 41 53 54 egate Value (AST
29c0: 20 65 29 0d 0a 09 09 7b 0d 0a 09 09 09 74 68 72 e)....{.....thr
29d0: 6f 77 20 67 65 6e 65 78 21 52 75 6e 74 69 6d 65 ow genex!Runtime
29e0: 45 78 63 65 70 74 69 6f 6e 28 65 2e 70 6f 73 2c Exception(e.pos,
29f0: 20 73 70 72 69 6e 74 66 21 22 55 6e 6b 6e 6f 77 sprintf!"Unknow
2a00: 6e 20 4b 69 6e 64 20 6f 66 20 45 78 70 72 65 73 n Kind of Expres
2a10: 73 69 6f 6e 20 25 73 22 28 74 79 70 65 69 64 28 sion %s"(typeid(
2a20: 65 29 29 29 3b 0d 0a 09 09 7d 0d 0a 09 29 3b 0d e)));....}...);.
2a30: 0a 7d 0d 0a 0d 0a 75 6e 69 74 74 65 73 74 0a 7b .}....unittest.{
2a40: 0d 0a 09 61 75 74 6f 20 72 20 3d 20 61 73 73 65 ...auto r = asse
2a50: 72 74 5f 6e 6f 74 68 72 6f 77 28 20 65 76 61 6c rt_nothrow( eval
2a60: 53 74 72 69 6e 67 28 60 76 61 72 20 78 20 3d 20 String(`var x =
2a70: 32 31 3b 20 78 20 2b 20 78 2a 78 3b 60 29 20 29 21; x + x*x;`) )
2a80: 3b 0a 09 61 73 73 65 72 74 5f 65 71 28 20 72 2e ;..assert_eq( r.
2a90: 76 61 6c 2c 20 6e 65 77 20 49 6e 74 56 61 6c 75 val, new IntValu
2aa0: 65 28 42 69 67 49 6e 74 28 32 31 2b 32 31 2a 32 e(BigInt(21+21*2
2ab0: 31 29 29 20 29 3b 0a 09 61 73 73 65 72 74 5f 65 1)) );..assert_e
2ac0: 71 28 20 72 2e 63 74 78 2e 67 65 74 28 22 78 22 q( r.ctx.get("x"
2ad0: 2c 22 40 76 22 29 2c 20 6e 65 77 20 49 6e 74 56 ,"@v"), new IntV
2ae0: 61 6c 75 65 28 42 69 67 49 6e 74 28 32 31 29 29 alue(BigInt(21))
2af0: 20 29 3b 0a 09 61 73 73 65 72 74 5f 6e 6f 74 68 );..assert_noth
2b00: 72 6f 77 28 20 72 2e 63 74 78 2e 67 65 74 28 22 row( r.ctx.get("
2b10: 78 22 2c 22 40 76 22 29 20 29 3b 0a 09 61 73 73 x","@v") );..ass
2b20: 65 72 74 5f 74 68 72 6f 77 21 52 75 6e 74 69 6d ert_throw!Runtim
2b30: 65 45 78 63 65 70 74 69 6f 6e 28 20 72 2e 63 74 eException( r.ct
2b40: 78 2e 67 65 74 28 22 79 22 2c 22 40 76 22 29 20 x.get("y","@v")
2b50: 29 3b 0a 7d 0a 75 6e 69 74 74 65 73 74 0d 0a 7b );.}.unittest..{
2b60: 0d 0a 09 61 75 74 6f 20 72 20 3d 20 61 73 73 65 ...auto r = asse
2b70: 72 74 5f 6e 6f 74 68 72 6f 77 28 20 65 76 61 6c rt_nothrow( eval
2b80: 53 74 72 69 6e 67 28 60 76 61 72 20 78 20 3d 20 String(`var x =
2b90: 32 31 3b 20 76 61 72 20 78 20 3d 20 78 20 2b 20 21; var x = x +
2ba0: 78 2a 78 3b 60 29 20 29 3b 0d 0a 09 61 73 73 65 x*x;`) );...asse
2bb0: 72 74 5f 65 71 28 20 72 2e 76 61 6c 2c 20 6e 65 rt_eq( r.val, ne
2bc0: 77 20 49 6e 74 56 61 6c 75 65 28 42 69 67 49 6e w IntValue(BigIn
2bd0: 74 28 32 31 2b 32 31 2a 32 31 29 29 20 29 3b 0d t(21+21*21)) );.
2be0: 0a 09 61 73 73 65 72 74 5f 65 71 28 20 72 2e 63 ..assert_eq( r.c
2bf0: 74 78 2e 67 65 74 28 22 78 22 2c 22 40 76 22 29 tx.get("x","@v")
2c00: 2c 20 6e 65 77 20 49 6e 74 56 61 6c 75 65 28 42 , new IntValue(B
2c10: 69 67 49 6e 74 28 32 31 2b 32 31 2a 32 31 29 29 igInt(21+21*21))
2c20: 20 29 3b 0d 0a 09 61 73 73 65 72 74 5f 6e 6f 74 );...assert_not
2c30: 68 72 6f 77 28 20 72 2e 63 74 78 2e 67 65 74 28 hrow( r.ctx.get(
2c40: 22 78 22 2c 22 40 76 22 29 20 29 3b 0d 0a 09 61 "x","@v") );...a
2c50: 73 73 65 72 74 5f 74 68 72 6f 77 21 52 75 6e 74 ssert_throw!Runt
2c60: 69 6d 65 45 78 63 65 70 74 69 6f 6e 28 20 72 2e imeException( r.
2c70: 63 74 78 2e 67 65 74 28 22 79 22 2c 22 40 76 22 ctx.get("y","@v"
2c80: 29 20 29 3b 0d 0a 7d 0d 0a 75 6e 69 74 74 65 73 ) );..}..unittes
2c90: 74 0d 0a 7b 0d 0a 09 61 73 73 65 72 74 5f 65 71 t..{...assert_eq
2ca0: 28 20 65 76 61 6c 53 74 72 69 6e 67 28 60 6c 65 ( evalString(`le
2cb0: 74 20 78 3d 31 3b 20 6c 65 74 20 79 3d 28 6c 65 t x=1; let y=(le
2cc0: 74 20 78 3d 32 29 3b 20 78 60 29 2e 76 61 6c 2c t x=2); x`).val,
2cd0: 20 6e 65 77 20 49 6e 74 56 61 6c 75 65 28 42 69 new IntValue(Bi
2ce0: 67 49 6e 74 28 31 29 29 20 29 3b 20 0d 0a 09 61 gInt(1)) ); ...a
2cf0: 73 73 65 72 74 5f 65 71 28 20 65 76 61 6c 53 74 ssert_eq( evalSt
2d00: 72 69 6e 67 28 60 6c 65 74 20 78 3d 31 3b 20 6c ring(`let x=1; l
2d10: 65 74 20 79 3d 28 6c 65 74 20 78 3d 32 3b 66 75 et y=(let x=2;fu
2d20: 6e 28 29 7b 78 7d 29 3b 20 79 28 29 60 29 2e 76 n(){x}); y()`).v
2d30: 61 6c 2c 20 6e 65 77 20 49 6e 74 56 61 6c 75 65 al, new IntValue
2d40: 28 42 69 67 49 6e 74 28 32 29 29 20 29 3b 20 0d (BigInt(2)) ); .
2d50: 0a 7d 0d 0a 75 6e 69 74 74 65 73 74 0d 0a 7b 0d .}..unittest..{.
2d60: 0a 09 61 73 73 65 72 74 5f 65 71 28 20 65 76 61 ..assert_eq( eva
2d70: 6c 53 74 72 69 6e 67 28 60 40 61 20 78 3d 31 3b lString(`@a x=1;
2d80: 20 40 62 20 78 3d 32 3b 20 40 61 28 78 29 60 29 @b x=2; @a(x)`)
2d90: 2e 76 61 6c 2c 20 6e 65 77 20 49 6e 74 56 61 6c .val, new IntVal
2da0: 75 65 28 42 69 67 49 6e 74 28 31 29 29 20 29 3b ue(BigInt(1)) );
2db0: 0d 0a 09 61 73 73 65 72 74 5f 65 71 28 20 65 76 ...assert_eq( ev
2dc0: 61 6c 53 74 72 69 6e 67 28 60 40 61 20 78 3d 31 alString(`@a x=1
2dd0: 3b 20 40 62 20 78 3d 32 3b 20 40 62 28 78 29 60 ; @b x=2; @b(x)`
2de0: 29 2e 76 61 6c 2c 20 6e 65 77 20 49 6e 74 56 61 ).val, new IntVa
2df0: 6c 75 65 28 42 69 67 49 6e 74 28 32 29 29 20 29 lue(BigInt(2)) )
2e00: 3b 0d 0a 09 61 73 73 65 72 74 5f 65 71 28 20 65 ;...assert_eq( e
2e10: 76 61 6c 53 74 72 69 6e 67 28 60 6c 65 74 20 78 valString(`let x
2e20: 3d 31 3b 20 6c 65 74 20 5f 20 3d 20 28 40 61 20 =1; let _ = (@a
2e30: 78 3d 32 3b 32 29 3b 20 78 60 29 2e 76 61 6c 2c x=2;2); x`).val,
2e40: 20 6e 65 77 20 49 6e 74 56 61 6c 75 65 28 42 69 new IntValue(Bi
2e50: 67 49 6e 74 28 31 29 29 20 29 3b 0d 0a 09 61 73 gInt(1)) );...as
2e60: 73 65 72 74 5f 74 68 72 6f 77 21 54 68 72 6f 77 sert_throw!Throw
2e70: 61 62 6c 65 28 20 65 76 61 6c 53 74 72 69 6e 67 able( evalString
2e80: 28 60 6c 65 74 20 78 3d 31 3b 20 6c 65 74 20 5f (`let x=1; let _
2e90: 20 3d 20 28 40 61 20 78 3d 32 3b 32 29 3b 20 40 = (@a x=2;2); @
2ea0: 61 28 78 29 60 29 20 29 3b 0d 0a 7d 0d 0a 0a 75 a(x)`) );..}...u
2eb0: 6e 69 74 74 65 73 74 0a 7b 0a 09 61 73 73 65 72 nittest.{..asser
2ec0: 74 5f 65 71 28 20 65 76 61 6c 53 74 72 69 6e 67 t_eq( evalString
2ed0: 28 60 76 61 72 20 66 61 63 20 3d 20 66 75 6e 28 (`var fac = fun(
2ee0: 78 29 7b 0a 09 09 69 66 28 78 29 0a 09 09 09 7b x){...if(x)....{
2ef0: 20 78 2a 66 61 63 28 78 2d 31 29 3b 20 7d 0a 09 x*fac(x-1); }..
2f00: 09 65 6c 73 65 0a 09 09 09 7b 20 31 3b 20 7d 3b .else....{ 1; };
2f10: 0a 09 7d 3b 0a 09 66 61 63 28 31 30 29 3b 60 29 ..};..fac(10);`)
2f20: 2e 76 61 6c 2c 20 6e 65 77 20 49 6e 74 56 61 6c .val, new IntVal
2f30: 75 65 28 42 69 67 49 6e 74 28 31 30 2a 39 2a 38 ue(BigInt(10*9*8
2f40: 2a 35 30 34 30 29 29 29 3b 0a 09 61 73 73 65 72 *5040)));..asser
2f50: 74 5f 65 71 28 20 65 76 61 6c 53 74 72 69 6e 67 t_eq( evalString
2f60: 28 60 76 61 72 20 66 69 62 20 3d 20 66 75 6e 28 (`var fib = fun(
2f70: 78 29 7b 0a 09 09 69 66 28 78 3c 32 29 0a 09 09 x){...if(x<2)...
2f80: 09 7b 20 31 3b 20 7d 0a 09 09 65 6c 73 65 0a 09 .{ 1; }...else..
2f90: 09 09 7b 20 66 69 62 28 78 2d 31 29 20 2b 20 66 ..{ fib(x-1) + f
2fa0: 69 62 28 78 2d 32 29 3b 20 7d 3b 0a 09 7d 3b 0a ib(x-2); };..};.
2fb0: 09 66 69 62 28 35 29 3b 60 29 2e 76 61 6c 2c 20 .fib(5);`).val,
2fc0: 6e 65 77 20 49 6e 74 56 61 6c 75 65 28 42 69 67 new IntValue(Big
2fd0: 49 6e 74 28 38 29 29 29 3b 0a 7d 0a 0d 0a 75 6e Int(8)));.}...un
2fe0: 69 74 74 65 73 74 0d 0a 7b 0d 0a 09 61 73 73 65 ittest..{...asse
2ff0: 72 74 5f 74 68 72 6f 77 21 54 68 72 6f 77 61 62 rt_throw!Throwab
3000: 6c 65 28 20 65 76 61 6c 53 74 72 69 6e 67 28 60 le( evalString(`
3010: 40 40 73 28 78 29 7b 78 7d 3b 20 40 73 20 22 2b @@s(x){x}; @s "+
3020: 22 3d 66 75 6e 28 78 2c 79 29 7b 78 2d 79 7d 3b "=fun(x,y){x-y};
3030: 40 73 28 31 2b 32 29 60 29 20 29 3b 0d 0a 09 61 @s(1+2)`) );...a
3040: 73 73 65 72 74 5f 65 71 28 20 65 76 61 6c 53 74 ssert_eq( evalSt
3050: 72 69 6e 67 28 60 40 40 73 28 78 29 7b 78 7d 3b ring(`@@s(x){x};
3060: 20 40 73 20 22 2b 22 3d 66 75 6e 28 78 2c 79 29 @s "+"=fun(x,y)
3070: 7b 78 2d 79 7d 3b 31 2b 32 60 29 2e 76 61 6c 2c {x-y};1+2`).val,
3080: 20 6e 65 77 20 49 6e 74 56 61 6c 75 65 28 42 69 new IntValue(Bi
3090: 67 49 6e 74 28 33 29 29 20 29 3b 0d 0a 09 61 73 gInt(3)) );...as
30a0: 73 65 72 74 5f 65 71 28 20 65 76 61 6c 53 74 72 sert_eq( evalStr
30b0: 69 6e 67 28 60 40 40 73 28 78 29 7b 78 7d 3b 20 ing(`@@s(x){x};
30c0: 40 73 20 22 2b 22 3d 66 75 6e 28 78 2c 79 29 7b @s "+"=fun(x,y){
30d0: 40 76 28 40 73 28 78 29 2d 40 73 28 79 29 29 7d @v(@s(x)-@s(y))}
30e0: 3b 31 2b 32 60 29 2e 76 61 6c 2c 20 6e 65 77 20 ;1+2`).val, new
30f0: 49 6e 74 56 61 6c 75 65 28 42 69 67 49 6e 74 28 IntValue(BigInt(
3100: 33 29 29 20 29 3b 0d 0a 09 61 73 73 65 72 74 5f 3)) );...assert_
3110: 65 71 28 20 65 76 61 6c 53 74 72 69 6e 67 28 60 eq( evalString(`
3120: 40 40 73 28 78 29 7b 78 7d 3b 20 40 73 20 22 2b @@s(x){x}; @s "+
3130: 22 3d 66 75 6e 28 78 2c 79 29 7b 40 76 28 40 73 "=fun(x,y){@v(@s
3140: 28 78 29 2d 40 73 28 79 29 29 7d 3b 40 73 28 31 (x)-@s(y))};@s(1
3150: 2b 32 29 60 29 2e 76 61 6c 2c 20 6e 65 77 20 49 +2)`).val, new I
3160: 6e 74 56 61 6c 75 65 28 42 69 67 49 6e 74 28 2d ntValue(BigInt(-
3170: 31 29 29 20 29 3b 0d 0a 7d 0d 0a 0d 0a 75 6e 69 1)) );..}....uni
3180: 74 74 65 73 74 0d 0a 7b 0d 0a 09 61 73 73 65 72 ttest..{...asser
3190: 74 5f 65 71 28 20 65 76 61 6c 53 74 72 69 6e 67 t_eq( evalString
31a0: 28 60 40 40 74 20 3d 20 66 75 6e 28 78 29 7b 78 (`@@t = fun(x){x
31b0: 2b 31 7d 3b 20 40 74 28 31 32 33 29 60 29 2e 76 +1}; @t(123)`).v
31c0: 61 6c 2c 20 6e 65 77 20 49 6e 74 56 61 6c 75 65 al, new IntValue
31d0: 28 42 69 67 49 6e 74 28 31 32 34 29 29 20 29 3b (BigInt(124)) );
31e0: 0d 0a 7d 0d 0a ..}..