0000: 2f 2a 2a 0d 0a 20 2a 20 41 75 74 68 6f 72 73 3a /**.. * Authors:
0010: 20 6b 2e 69 6e 61 62 61 0d 0a 20 2a 20 4c 69 63 k.inaba.. * Lic
0020: 65 6e 73 65 3a 20 4e 59 53 4c 20 30 2e 39 39 38 ense: NYSL 0.998
0030: 32 20 68 74 74 70 3a 2f 2f 77 77 77 2e 6b 6d 6f 2 http://www.kmo
0040: 6e 6f 73 2e 6e 65 74 2f 6e 79 73 6c 2f 0d 0a 20 nos.net/nysl/..
0050: 2a 0d 0a 20 2a 20 50 61 72 73 65 72 20 66 6f 72 *.. * Parser for
0060: 20 50 6f 6c 65 6d 79 20 70 72 6f 67 72 61 6d 6d Polemy programm
0070: 69 6e 67 20 6c 61 6e 67 75 61 67 65 0d 0a 20 2a ing language.. *
0080: 2f 0d 0a 6d 6f 64 75 6c 65 20 70 6f 6c 65 6d 79 /..module polemy
0090: 2e 70 61 72 73 65 3b 0d 0a 69 6d 70 6f 72 74 20 .parse;..import
00a0: 70 6f 6c 65 6d 79 2e 5f 63 6f 6d 6d 6f 6e 3b 0d polemy._common;.
00b0: 0a 69 6d 70 6f 72 74 20 70 6f 6c 65 6d 79 2e 6c .import polemy.l
00c0: 65 78 3b 0d 0a 69 6d 70 6f 72 74 20 70 6f 6c 65 ex;..import pole
00d0: 6d 79 2e 61 73 74 3b 0d 0a 0d 0a 2f 2f 2f 20 54 my.ast;..../// T
00e0: 68 72 6f 77 6e 20 77 68 65 6e 20 65 6e 63 6f 75 hrown when encou
00f0: 6e 74 65 72 65 64 20 61 20 73 79 6e 74 61 78 20 ntered a syntax
0100: 65 72 72 6f 72 0d 0a 0d 0a 63 6c 61 73 73 20 50 error....class P
0110: 61 72 73 65 45 78 63 65 70 74 69 6f 6e 20 3a 20 arseException :
0120: 45 78 63 65 70 74 69 6f 6e 0d 0a 7b 0d 0a 09 6d Exception..{...m
0130: 69 78 69 6e 20 45 78 63 65 70 74 69 6f 6e 57 69 ixin ExceptionWi
0140: 74 68 50 6f 73 69 74 69 6f 6e 3b 0d 0a 7d 0d 0a thPosition;..}..
0150: 0d 0a 2f 2f 2f 20 50 61 72 73 65 20 61 20 73 74 ../// Parse a st
0160: 72 69 6e 67 20 61 6e 64 20 72 65 74 75 72 6e 20 ring and return
0170: 69 74 73 20 41 53 54 0d 0a 2f 2f 2f 20 54 68 72 its AST../// Thr
0180: 6f 77 73 3a 20 50 61 72 73 65 45 78 63 65 70 74 ows: ParseExcept
0190: 69 6f 6e 2c 20 4c 65 78 45 78 63 65 70 74 69 6f ion, LexExceptio
01a0: 6e 2c 20 55 6e 65 78 70 65 63 74 65 64 45 4f 46 n, UnexpectedEOF
01b0: 0d 0a 0d 0a 41 53 54 20 70 61 72 73 65 53 74 72 ....AST parseStr
01c0: 69 6e 67 28 53 2c 20 54 2e 2e 2e 29 28 53 20 73 ing(S, T...)(S s
01d0: 74 72 2c 20 54 20 66 6e 5f 6c 6e 5f 63 6e 29 0d tr, T fn_ln_cn).
01e0: 0a 7b 0d 0a 09 72 65 74 75 72 6e 20 70 61 72 73 .{...return pars
01f0: 65 72 46 72 6f 6d 53 74 72 69 6e 67 28 73 74 72 erFromString(str
0200: 2c 20 66 6e 5f 6c 6e 5f 63 6e 29 2e 70 61 72 73 , fn_ln_cn).pars
0210: 65 28 29 3b 0d 0a 7d 0d 0a 0d 0a 2f 2f 2f 20 50 e();..}..../// P
0220: 61 72 73 65 20 74 68 65 20 63 6f 6e 74 65 6e 74 arse the content
0230: 20 6f 66 20 61 20 66 69 6c 65 20 61 6e 64 20 72 of a file and r
0240: 65 74 75 72 6e 20 69 74 73 20 41 53 54 0d 0a 2f eturn its AST../
0250: 2f 2f 20 54 68 72 6f 77 73 3a 20 50 61 72 73 65 // Throws: Parse
0260: 45 78 63 65 70 74 69 6f 6e 2c 20 4c 65 78 45 78 Exception, LexEx
0270: 63 65 70 74 69 6f 6e 2c 20 55 6e 65 78 70 65 63 ception, Unexpec
0280: 74 65 64 45 4f 46 0d 0a 0d 0a 41 53 54 20 70 61 tedEOF....AST pa
0290: 72 73 65 46 69 6c 65 28 53 2c 20 54 2e 2e 2e 29 rseFile(S, T...)
02a0: 28 53 20 66 69 6c 65 6e 61 6d 65 2c 20 54 20 6c (S filename, T l
02b0: 6e 5f 63 6e 29 0d 0a 7b 0d 0a 09 72 65 74 75 72 n_cn)..{...retur
02c0: 6e 20 70 61 72 73 65 72 46 72 6f 6d 46 69 6c 65 n parserFromFile
02d0: 28 66 69 6c 65 6e 61 6d 65 2c 20 6c 6e 5f 63 6e (filename, ln_cn
02e0: 29 2e 70 61 72 73 65 28 29 3b 0d 0a 7d 0d 0a 0d ).parse();..}...
02f0: 0a 2f 2f 20 4e 61 6d 65 64 20 43 6f 6e 73 74 72 .// Named Constr
0300: 75 63 74 6f 72 73 20 6f 66 20 50 61 72 73 65 72 uctors of Parser
0310: 0d 0a 0d 0a 70 72 69 76 61 74 65 20 61 75 74 6f ....private auto
0320: 20 70 61 72 73 65 72 46 72 6f 6d 4c 65 78 65 72 parserFromLexer
0330: 28 4c 65 78 65 72 29 28 4c 65 78 65 72 20 6c 65 (Lexer)(Lexer le
0340: 78 29 0d 0a 09 7b 20 72 65 74 75 72 6e 20 6e 65 x)...{ return ne
0350: 77 20 50 61 72 73 65 72 21 4c 65 78 65 72 28 6c w Parser!Lexer(l
0360: 65 78 29 3b 20 7d 0d 0a 0d 0a 70 72 69 76 61 74 ex); }....privat
0370: 65 20 61 75 74 6f 20 70 61 72 73 65 72 46 72 6f e auto parserFro
0380: 6d 53 74 72 69 6e 67 28 54 2e 2e 2e 29 28 54 20 mString(T...)(T
0390: 70 61 72 61 6d 73 29 0d 0a 09 7b 20 72 65 74 75 params)...{ retu
03a0: 72 6e 20 70 61 72 73 65 72 46 72 6f 6d 4c 65 78 rn parserFromLex
03b0: 65 72 28 6c 65 78 65 72 46 72 6f 6d 53 74 72 69 er(lexerFromStri
03c0: 6e 67 28 70 61 72 61 6d 73 29 29 3b 20 7d 0d 0a ng(params)); }..
03d0: 0d 0a 70 72 69 76 61 74 65 20 61 75 74 6f 20 70 ..private auto p
03e0: 61 72 73 65 72 46 72 6f 6d 46 69 6c 65 28 54 2e arserFromFile(T.
03f0: 2e 2e 29 28 54 20 70 61 72 61 6d 73 29 0d 0a 09 ..)(T params)...
0400: 7b 20 72 65 74 75 72 6e 20 70 61 72 73 65 72 46 { return parserF
0410: 72 6f 6d 4c 65 78 65 72 28 6c 65 78 65 72 46 72 romLexer(lexerFr
0420: 6f 6d 46 69 6c 65 28 70 61 72 61 6d 73 29 29 3b omFile(params));
0430: 20 7d 0d 0a 0d 0a 2f 2f 20 50 61 72 73 65 72 0d }....// Parser.
0440: 0a 0d 0a 70 72 69 76 61 74 65 20 63 6c 61 73 73 ...private class
0450: 20 50 61 72 73 65 72 28 4c 65 78 65 72 29 0d 0a Parser(Lexer)..
0460: 09 69 66 28 20 69 73 46 6f 72 77 61 72 64 52 61 .if( isForwardRa
0470: 6e 67 65 21 28 4c 65 78 65 72 29 20 26 26 20 69 nge!(Lexer) && i
0480: 73 28 45 6c 65 6d 65 6e 74 54 79 70 65 21 28 4c s(ElementType!(L
0490: 65 78 65 72 29 20 3d 3d 20 54 6f 6b 65 6e 29 20 exer) == Token)
04a0: 29 0d 0a 7b 0d 0a 09 41 53 54 20 70 61 72 73 65 )..{...AST parse
04b0: 28 29 0d 0a 09 7b 0d 0a 09 09 61 75 74 6f 20 65 ()...{....auto e
04c0: 20 3d 20 42 6f 64 79 28 29 3b 0d 0a 09 09 69 66 = Body();....if
04d0: 28 20 21 6c 65 78 2e 65 6d 70 74 79 20 29 0d 0a ( !lex.empty )..
04e0: 09 09 09 74 68 72 6f 77 20 67 65 6e 65 78 21 50 ...throw genex!P
04f0: 61 72 73 65 45 78 63 65 70 74 69 6f 6e 28 63 75 arseException(cu
0500: 72 72 65 6e 74 50 6f 73 69 74 69 6f 6e 28 29 2c rrentPosition(),
0510: 20 22 70 61 72 73 69 6e 67 20 65 6e 64 65 64 20 "parsing ended
0520: 62 75 74 20 73 6f 6d 65 20 74 6f 6b 65 6e 73 20 but some tokens
0530: 6c 65 66 74 22 29 3b 0d 0a 09 09 72 65 74 75 72 left");....retur
0540: 6e 20 65 3b 0d 0a 09 7d 0d 0a 0d 0a 09 41 53 54 n e;...}.....AST
0550: 20 42 6f 64 79 28 29 0d 0a 09 7b 0d 0a 09 09 2f Body()...{..../
0560: 2f 2f 20 42 6f 64 79 20 3a 3a 3d 20 44 65 63 6c // Body ::= Decl
0570: 61 72 61 74 69 6f 6e 0d 0a 09 09 2f 2f 2f 20 20 aration....///
0580: 20 20 20 20 20 20 7c 20 54 6f 70 4c 65 76 65 6c | TopLevel
0590: 45 78 70 72 65 73 73 69 6f 6e 0d 0a 0d 0a 09 09 Expression......
05a0: 69 66 28 20 63 6c 6f 73 69 6e 67 42 72 61 63 6b if( closingBrack
05b0: 65 74 28 29 20 29 0d 0a 09 09 09 72 65 74 75 72 et() ).....retur
05c0: 6e 20 64 6f 4e 6f 74 68 69 6e 67 45 78 70 72 65 n doNothingExpre
05d0: 73 73 69 6f 6e 28 29 3b 0d 0a 0d 0a 09 09 61 75 ssion();......au
05e0: 74 6f 20 73 61 76 65 64 20 3d 20 6c 65 78 2e 73 to saved = lex.s
05f0: 61 76 65 3b 0d 0a 09 09 69 66 28 20 61 75 74 6f ave;....if( auto
0600: 20 65 20 3d 20 44 65 63 6c 61 72 61 74 69 6f 6e e = Declaration
0610: 28 29 20 29 0d 0a 09 09 09 72 65 74 75 72 6e 20 () ).....return
0620: 65 3b 0d 0a 09 09 6c 65 78 20 3d 20 73 61 76 65 e;....lex = save
0630: 64 3b 0d 0a 09 09 72 65 74 75 72 6e 20 54 6f 70 d;....return Top
0640: 4c 65 76 65 6c 45 78 70 72 65 73 73 69 6f 6e 28 LevelExpression(
0650: 29 3b 0d 0a 09 7d 0d 0a 0d 0a 09 41 53 54 20 44 );...}.....AST D
0660: 65 63 6c 61 72 61 74 69 6f 6e 28 29 20 2f 2f 20 eclaration() //
0670: 72 65 74 75 72 6e 73 20 6e 75 6c 6c 20 69 66 20 returns null if
0680: 69 74 20 69 73 20 6e 6f 74 20 61 20 64 65 63 6c it is not a decl
0690: 61 72 61 74 69 6f 6e 0d 0a 09 7b 0d 0a 09 09 2f aration...{..../
06a0: 2f 2f 20 44 65 63 6c 61 72 61 74 69 6f 6e 20 3a // Declaration :
06b0: 3a 3d 0d 0a 09 09 2f 2f 2f 20 20 20 20 5b 22 40 :=..../// ["@
06c0: 22 20 4c 61 79 65 72 7c 22 6c 65 74 22 7c 22 76 " Layer|"let"|"v
06d0: 61 72 22 7c 22 64 65 66 22 5d 20 56 61 72 20 22 ar"|"def"] Var "
06e0: 3d 22 20 45 78 70 72 65 73 73 69 6f 6e 20 28 5b =" Expression ([
06f0: 22 3b 22 7c 22 69 6e 22 5d 20 42 6f 64 79 3f 29 ";"|"in"] Body?)
0700: 3f 0d 0a 09 09 2f 2f 2f 20 20 7c 20 5b 22 40 22 ?..../// | ["@"
0710: 20 4c 61 79 65 72 7c 22 6c 65 74 22 7c 22 76 61 Layer|"let"|"va
0720: 72 22 7c 22 64 65 66 22 5d 20 56 61 72 20 22 28 r"|"def"] Var "(
0730: 22 20 50 61 72 61 6d 25 22 2c 22 20 22 29 22 20 " Param%"," ")"
0740: 22 7b 22 20 42 6f 64 79 20 22 7d 22 20 28 5b 22 "{" Body "}" (["
0750: 3b 22 7c 22 69 6e 22 5d 20 42 6f 64 79 3f 29 3f ;"|"in"] Body?)?
0760: 0d 0a 09 09 2f 2f 2f 20 20 7c 20 5b 22 40 22 20 ..../// | ["@"
0770: 22 40 22 20 4c 61 79 65 72 20 22 3d 22 20 45 78 "@" Layer "=" Ex
0780: 70 72 65 73 73 69 6f 6e 20 28 5b 22 3b 22 7c 22 pression ([";"|"
0790: 69 6e 22 5d 20 42 6f 64 79 3f 29 3f 0d 0a 09 09 in"] Body?)?....
07a0: 2f 2f 2f 20 20 7c 20 5b 22 40 22 20 22 40 22 20 /// | ["@" "@"
07b0: 4c 61 79 65 72 20 22 28 22 20 50 61 72 61 6d 25 Layer "(" Param%
07c0: 22 2c 22 20 22 29 22 20 22 7b 22 20 42 6f 64 79 "," ")" "{" Body
07d0: 20 22 7d 22 20 28 5b 22 3b 22 7c 22 69 6e 22 5d "}" ([";"|"in"]
07e0: 20 42 6f 64 79 3f 29 3f 0d 0a 0d 0a 09 09 61 75 Body?)?......au
07f0: 74 6f 20 70 6f 73 20 3d 20 63 75 72 72 65 6e 74 to pos = current
0800: 50 6f 73 69 74 69 6f 6e 28 29 3b 0d 0a 09 09 73 Position();....s
0810: 74 72 69 6e 67 20 6c 61 79 65 72 20 3d 20 22 22 tring layer = ""
0820: 3b 0d 0a 09 09 62 6f 6f 6c 20 6c 61 79 65 72 52 ;....bool layerR
0830: 69 73 65 44 65 63 6c 20 3d 20 66 61 6c 73 65 3b iseDecl = false;
0840: 0d 0a 0d 0a 09 09 69 66 28 20 74 72 79 45 61 74 ......if( tryEat
0850: 28 22 40 22 29 20 29 0d 0a 09 09 7b 0d 0a 09 09 ("@") )....{....
0860: 09 6c 61 79 65 72 20 3d 20 22 40 22 20 7e 20 65 .layer = "@" ~ e
0870: 61 74 49 64 28 22 61 66 74 65 72 20 40 22 2c 20 atId("after @",
0880: 41 6c 6c 6f 77 51 75 6f 74 65 64 29 3b 0d 0a 09 AllowQuoted);...
0890: 09 09 69 66 28 20 6c 61 79 65 72 20 3d 3d 20 22 ..if( layer == "
08a0: 40 40 22 20 29 0d 0a 09 09 09 7b 0d 0a 09 09 09 @@" ).....{.....
08b0: 09 6c 61 79 65 72 20 3d 20 22 40 22 20 7e 20 65 .layer = "@" ~ e
08c0: 61 74 49 64 28 22 61 66 74 65 72 20 40 40 22 2c atId("after @@",
08d0: 20 41 6c 6c 6f 77 51 75 6f 74 65 64 29 3b 0d 0a AllowQuoted);..
08e0: 09 09 09 09 6c 61 79 65 72 52 69 73 65 44 65 63 ....layerRiseDec
08f0: 6c 20 3d 20 74 72 75 65 3b 0d 0a 09 09 09 7d 0d l = true;.....}.
0900: 0a 09 09 09 65 6c 73 65 0d 0a 09 09 09 7b 0d 0a ....else.....{..
0910: 09 09 09 09 69 66 28 20 74 72 79 45 61 74 28 22 ....if( tryEat("
0920: 28 22 29 20 29 0d 0a 09 09 09 09 09 72 65 74 75 (") ).......retu
0930: 72 6e 20 6e 75 6c 6c 3b 20 2f 2f 20 40 6c 61 79 rn null; // @lay
0940: 28 2e 2e 2e 29 20 65 78 70 72 65 73 73 69 6f 6e (...) expression
0950: 2c 20 6e 6f 74 20 61 20 64 65 63 6c 61 72 61 74 , not a declarat
0960: 69 6f 6e 0d 0a 09 09 09 7d 0d 0a 09 09 7d 0d 0a ion.....}....}..
0970: 0d 0a 09 09 2f 2f 20 5b 54 4f 44 4f 5d 20 52 65 ....// [TODO] Re
0980: 66 61 63 74 6f 72 0d 0a 09 09 69 66 28 20 6c 61 factor....if( la
0990: 79 65 72 52 69 73 65 44 65 63 6c 20 29 0d 0a 09 yerRiseDecl )...
09a0: 09 7b 0d 0a 09 09 09 73 74 72 69 6e 67 20 6b 77 .{.....string kw
09b0: 64 20 3d 20 22 40 22 20 7e 20 6c 61 79 65 72 3b d = "@" ~ layer;
09c0: 0d 0a 09 09 09 73 74 72 69 6e 67 20 76 61 72 20 .....string var
09d0: 3d 20 6c 61 79 65 72 3b 0d 0a 0d 0a 09 09 09 61 = layer;.......a
09e0: 75 74 6f 20 65 20 3d 20 74 72 79 45 61 74 28 22 uto e = tryEat("
09f0: 28 22 29 0d 0a 09 09 09 09 3f 20 70 61 72 73 65 (")......? parse
0a00: 4c 61 6d 62 64 61 41 66 74 65 72 4f 70 65 6e 50 LambdaAfterOpenP
0a10: 61 72 65 6e 28 70 6f 73 29 20 20 2f 2f 20 6c 65 aren(pos) // le
0a20: 74 20 76 61 72 20 28 20 2e 2e 2e 0d 0a 09 09 09 t var ( ........
0a30: 09 3a 20 28 65 61 74 28 22 3d 22 2c 20 22 61 66 .: (eat("=", "af
0a40: 74 65 72 20 22 7e 6b 77 64 29 2c 20 45 28 30 29 ter "~kwd), E(0)
0a50: 29 3b 20 2f 2f 20 6c 65 74 20 76 61 72 20 3d 20 ); // let var =
0a60: 2e 2e 2e 0d 0a 09 09 09 69 66 28 20 6d 6f 72 65 ........if( more
0a70: 44 65 63 6c 61 72 61 74 69 6f 6e 45 78 69 73 74 DeclarationExist
0a80: 73 28 29 20 29 0d 0a 09 09 09 09 72 65 74 75 72 s() )......retur
0a90: 6e 20 6e 65 77 20 4c 65 74 45 78 70 72 65 73 73 n new LetExpress
0aa0: 69 6f 6e 28 70 6f 73 2c 20 76 61 72 2c 20 22 28 ion(pos, var, "(
0ab0: 73 79 73 74 65 6d 29 22 2c 20 65 2c 20 42 6f 64 system)", e, Bod
0ac0: 79 28 29 29 3b 0d 0a 09 09 09 65 6c 73 65 0d 0a y());.....else..
0ad0: 09 09 09 09 72 65 74 75 72 6e 20 6e 65 77 20 4c ....return new L
0ae0: 65 74 45 78 70 72 65 73 73 69 6f 6e 28 70 6f 73 etExpression(pos
0af0: 2c 20 76 61 72 2c 20 22 28 73 79 73 74 65 6d 29 , var, "(system)
0b00: 22 2c 20 65 2c 20 6e 65 77 20 56 61 72 45 78 70 ", e, new VarExp
0b10: 72 65 73 73 69 6f 6e 28 70 6f 73 2c 20 76 61 72 ression(pos, var
0b20: 29 29 3b 0d 0a 09 09 7d 0d 0a 09 09 65 6c 73 65 ));....}....else
0b30: 0d 0a 09 09 7b 0d 0a 09 09 09 73 74 72 69 6e 67 ....{.....string
0b40: 20 6b 77 64 20 3d 20 6c 61 79 65 72 3b 0d 0a 09 kwd = layer;...
0b50: 09 09 69 66 28 20 6c 61 79 65 72 2e 65 6d 70 74 ..if( layer.empt
0b60: 79 20 26 26 20 21 74 72 79 45 61 74 28 6b 77 64 y && !tryEat(kwd
0b70: 3d 22 6c 65 74 22 29 20 26 26 20 21 74 72 79 45 ="let") && !tryE
0b80: 61 74 28 6b 77 64 3d 22 76 61 72 22 29 20 26 26 at(kwd="var") &&
0b90: 20 21 74 72 79 45 61 74 28 6b 77 64 3d 22 64 65 !tryEat(kwd="de
0ba0: 66 22 29 20 29 0d 0a 09 09 09 09 72 65 74 75 72 f") )......retur
0bb0: 6e 20 6e 75 6c 6c 3b 20 2f 2f 20 6e 6f 6e 65 20 n null; // none
0bc0: 6f 66 20 7b 40 6c 61 79 2c 20 6c 65 74 2c 20 76 of {@lay, let, v
0bd0: 61 72 2c 20 64 65 66 7d 20 6f 63 63 75 72 72 65 ar, def} occurre
0be0: 64 2c 20 69 74 27 73 20 6e 6f 74 20 61 20 64 65 d, it's not a de
0bf0: 63 6c 61 72 61 74 69 6f 6e 0d 0a 0d 0a 09 09 09 claration.......
0c00: 61 75 74 6f 20 76 61 72 70 6f 73 20 3d 20 63 75 auto varpos = cu
0c10: 72 72 65 6e 74 50 6f 73 69 74 69 6f 6e 28 29 3b rrentPosition();
0c20: 0d 0a 09 09 09 73 74 72 69 6e 67 20 76 61 72 20 .....string var
0c30: 3d 20 65 61 74 49 64 28 22 61 66 74 65 72 20 22 = eatId("after "
0c40: 7e 6b 77 64 2c 20 41 6c 6c 6f 77 51 75 6f 74 65 ~kwd, AllowQuote
0c50: 64 29 3b 20 2f 2f 20 6e 61 6d 65 20 6f 66 20 74 d); // name of t
0c60: 68 65 20 64 65 63 6c 61 72 65 64 20 76 61 72 69 he declared vari
0c70: 61 62 6c 65 0d 0a 0d 0a 09 09 09 61 75 74 6f 20 able.......auto
0c80: 65 20 3d 20 74 72 79 45 61 74 28 22 28 22 29 0d e = tryEat("(").
0c90: 0a 09 09 09 09 3f 20 70 61 72 73 65 4c 61 6d 62 .....? parseLamb
0ca0: 64 61 41 66 74 65 72 4f 70 65 6e 50 61 72 65 6e daAfterOpenParen
0cb0: 28 76 61 72 70 6f 73 29 20 20 2f 2f 20 6c 65 74 (varpos) // let
0cc0: 20 76 61 72 20 28 20 2e 2e 2e 0d 0a 09 09 09 09 var ( .........
0cd0: 3a 20 28 65 61 74 28 22 3d 22 2c 20 22 61 66 74 : (eat("=", "aft
0ce0: 65 72 20 22 7e 6b 77 64 29 2c 20 45 28 30 29 29 er "~kwd), E(0))
0cf0: 3b 20 20 20 20 2f 2f 20 6c 65 74 20 76 61 72 20 ; // let var
0d00: 3d 20 2e 2e 2e 0d 0a 09 09 09 69 66 28 20 6d 6f = ........if( mo
0d10: 72 65 44 65 63 6c 61 72 61 74 69 6f 6e 45 78 69 reDeclarationExi
0d20: 73 74 73 28 29 20 29 0d 0a 09 09 09 09 72 65 74 sts() )......ret
0d30: 75 72 6e 20 6e 65 77 20 4c 65 74 45 78 70 72 65 urn new LetExpre
0d40: 73 73 69 6f 6e 28 70 6f 73 2c 20 76 61 72 2c 20 ssion(pos, var,
0d50: 6c 61 79 65 72 2c 20 65 2c 20 42 6f 64 79 28 29 layer, e, Body()
0d60: 29 3b 0d 0a 09 09 09 65 6c 73 65 0d 0a 09 09 09 );.....else.....
0d70: 09 72 65 74 75 72 6e 20 6e 65 77 20 4c 65 74 45 .return new LetE
0d80: 78 70 72 65 73 73 69 6f 6e 28 70 6f 73 2c 20 76 xpression(pos, v
0d90: 61 72 2c 20 6c 61 79 65 72 2c 20 65 2c 20 6e 65 ar, layer, e, ne
0da0: 77 20 56 61 72 45 78 70 72 65 73 73 69 6f 6e 28 w VarExpression(
0db0: 76 61 72 70 6f 73 2c 20 76 61 72 29 29 3b 0d 0a varpos, var));..
0dc0: 09 09 7d 0d 0a 09 7d 0d 0a 0d 0a 09 41 53 54 20 ..}...}.....AST
0dd0: 54 6f 70 4c 65 76 65 6c 45 78 70 72 65 73 73 69 TopLevelExpressi
0de0: 6f 6e 28 29 0d 0a 09 7b 0d 0a 09 09 2f 2f 2f 20 on()...{....///
0df0: 54 6f 70 4c 65 76 65 6c 45 78 70 72 65 73 73 69 TopLevelExpressi
0e00: 6f 6e 20 3a 3a 3d 20 45 78 70 72 65 73 73 69 6f on ::= Expressio
0e10: 6e 20 28 5b 22 3b 22 7c 22 69 6e 22 5d 20 42 6f n ([";"|"in"] Bo
0e20: 64 79 3f 29 3f 0d 0a 0d 0a 09 09 61 75 74 6f 20 dy?)?......auto
0e30: 70 6f 73 20 3d 20 63 75 72 72 65 6e 74 50 6f 73 pos = currentPos
0e40: 69 74 69 6f 6e 28 29 3b 0d 0a 09 09 61 75 74 6f ition();....auto
0e50: 20 65 20 3d 20 45 28 30 29 3b 0d 0a 09 09 69 66 e = E(0);....if
0e60: 28 20 6d 6f 72 65 44 65 63 6c 61 72 61 74 69 6f ( moreDeclaratio
0e70: 6e 45 78 69 73 74 73 28 29 20 29 0d 0a 09 09 09 nExists() ).....
0e80: 72 65 74 75 72 6e 20 6e 65 77 20 4c 65 74 45 78 return new LetEx
0e90: 70 72 65 73 73 69 6f 6e 28 70 6f 73 2c 20 22 5f pression(pos, "_
0ea0: 22 2c 20 22 22 2c 20 65 2c 20 42 6f 64 79 28 29 ", "", e, Body()
0eb0: 29 3b 0d 0a 09 09 65 6c 73 65 0d 0a 09 09 09 72 );....else.....r
0ec0: 65 74 75 72 6e 20 65 3b 0d 0a 09 7d 0d 0a 0d 0a eturn e;...}....
0ed0: 09 70 72 69 76 61 74 65 20 62 6f 6f 6c 20 6d 6f .private bool mo
0ee0: 72 65 44 65 63 6c 61 72 61 74 69 6f 6e 45 78 69 reDeclarationExi
0ef0: 73 74 73 28 29 0d 0a 09 7b 0d 0a 09 09 72 65 74 sts()...{....ret
0f00: 75 72 6e 20 28 74 72 79 45 61 74 28 22 3b 22 29 urn (tryEat(";")
0f10: 20 7c 7c 20 74 72 79 45 61 74 28 22 69 6e 22 29 || tryEat("in")
0f20: 29 20 26 26 20 21 63 6c 6f 73 69 6e 67 42 72 61 ) && !closingBra
0f30: 63 6b 65 74 28 29 3b 0d 0a 09 7d 0d 0a 0d 0a 09 cket();...}.....
0f40: 70 72 69 76 61 74 65 20 62 6f 6f 6c 20 63 6c 6f private bool clo
0f50: 73 69 6e 67 42 72 61 63 6b 65 74 28 29 0d 0a 09 singBracket()...
0f60: 7b 0d 0a 09 09 72 65 74 75 72 6e 20 6c 65 78 2e {....return lex.
0f70: 65 6d 70 74 79 20 7c 7c 20 21 6c 65 78 2e 66 72 empty || !lex.fr
0f80: 6f 6e 74 2e 71 75 6f 74 65 64 20 26 26 20 5b 22 ont.quoted && ["
0f90: 7d 22 2c 22 29 22 2c 22 5d 22 5d 2e 63 61 6e 46 }",")","]"].canF
0fa0: 69 6e 64 28 6c 65 78 2e 66 72 6f 6e 74 2e 73 74 ind(lex.front.st
0fb0: 72 29 3b 0d 0a 09 7d 0d 0a 0d 0a 09 2f 2f 20 5b r);...}.....// [
0fc0: 54 4f 44 4f 5d 20 6d 61 6b 65 20 74 68 69 73 20 TODO] make this
0fd0: 63 75 73 74 6f 6d 69 7a 61 62 6c 65 20 66 72 6f customizable fro
0fe0: 6d 20 70 72 6f 67 72 61 6d 0d 0a 09 70 72 69 76 m program...priv
0ff0: 61 74 65 20 73 74 61 74 69 63 20 73 74 72 69 6e ate static strin
1000: 67 5b 5d 5b 5d 20 6f 70 65 72 61 74 6f 72 5f 70 g[][] operator_p
1010: 65 72 66 65 72 65 6e 63 65 73 20 3d 20 5b 0d 0a erferences = [..
1020: 09 09 5b 22 7c 7c 22 5d 2c 0d 0a 09 09 5b 22 26 ..["||"],....["&
1030: 26 22 5d 2c 0d 0a 09 09 5b 22 21 3d 22 5d 2c 0d &"],....["!="],.
1040: 0a 09 09 5b 22 3d 3d 22 5d 2c 0d 0a 09 09 5b 22 ...["=="],....["
1050: 3c 22 2c 22 3c 3d 22 2c 22 3e 22 2c 22 3e 3d 22 <","<=",">",">="
1060: 5d 2c 0d 0a 09 09 5b 22 7c 22 5d 2c 0d 0a 09 09 ],....["|"],....
1070: 5b 22 5e 22 5d 2c 0d 0a 09 09 5b 22 26 22 5d 2c ["^"],....["&"],
1080: 0d 0a 09 09 5b 22 3c 3c 22 2c 20 22 3e 3e 22 5d ....["<<", ">>"]
1090: 2c 0d 0a 09 09 5b 22 2b 22 2c 22 2d 22 5d 2c 0d ,....["+","-"],.
10a0: 0a 09 09 5b 22 7e 22 5d 2c 0d 0a 09 09 5b 22 2a ...["~"],....["*
10b0: 22 2c 22 2f 22 2c 22 25 22 5d 2c 0d 0a 09 09 5b ","/","%"],....[
10c0: 22 5e 5e 22 2c 22 2a 2a 22 5d 2c 0d 0a 09 09 5b "^^","**"],....[
10d0: 22 2e 22 2c 22 2e 3f 22 5d 0d 0a 09 5d 3b 0d 0a ".",".?"]...];..
10e0: 0d 0a 09 41 53 54 20 45 28 73 69 7a 65 5f 74 20 ...AST E(size_t
10f0: 6c 65 76 65 6c 29 0d 0a 09 7b 0d 0a 09 09 2f 2f level)...{....//
1100: 2f 20 45 78 70 72 65 73 73 69 6f 6e 20 3a 3a 3d / Expression ::=
1110: 20 28 42 69 6e 61 72 79 20 6c 65 66 74 2d 61 73 (Binary left-as
1120: 73 6f 63 69 61 74 69 76 65 20 6f 70 65 72 61 74 sociative operat
1130: 6f 72 73 20 6f 76 65 72 29 20 46 75 6e 63 61 6c ors over) Funcal
1140: 6c 0d 0a 0d 0a 09 09 41 53 54 20 72 65 63 28 41 l......AST rec(A
1150: 53 54 20 6c 68 73 29 0d 0a 09 09 7b 0d 0a 09 09 ST lhs)....{....
1160: 09 69 66 28 20 63 6c 6f 73 69 6e 67 42 72 61 63 .if( closingBrac
1170: 6b 65 74 28 29 20 29 0d 0a 09 09 09 09 72 65 74 ket() )......ret
1180: 75 72 6e 20 6c 68 73 3b 0d 0a 0d 0a 09 09 09 61 urn lhs;.......a
1190: 75 74 6f 20 70 6f 73 20 3d 20 63 75 72 72 65 6e uto pos = curren
11a0: 74 50 6f 73 69 74 69 6f 6e 28 29 3b 0d 0a 09 09 tPosition();....
11b0: 09 66 6f 72 65 61 63 68 28 6f 70 3b 20 6f 70 65 .foreach(op; ope
11c0: 72 61 74 6f 72 5f 70 65 72 66 65 72 65 6e 63 65 rator_perference
11d0: 73 5b 6c 65 76 65 6c 5d 29 0d 0a 09 09 09 09 69 s[level])......i
11e0: 66 28 20 74 72 79 45 61 74 28 6f 70 29 20 29 0d f( tryEat(op) ).
11f0: 0a 09 09 09 09 09 69 66 28 20 6f 70 5b 30 5d 3d ......if( op[0]=
1200: 3d 27 2e 27 20 29 0d 0a 09 09 09 09 09 09 72 65 ='.' )........re
1210: 74 75 72 6e 20 72 65 63 28 0d 0a 09 09 09 09 09 turn rec(.......
1220: 09 09 6e 65 77 20 46 75 6e 63 61 6c 6c 45 78 70 ..new FuncallExp
1230: 72 65 73 73 69 6f 6e 28 6c 68 73 2e 70 6f 73 2c ression(lhs.pos,
1240: 20 6e 65 77 20 56 61 72 45 78 70 72 65 73 73 69 new VarExpressi
1250: 6f 6e 28 70 6f 73 2c 20 6f 70 29 2c 20 6c 68 73 on(pos, op), lhs
1260: 2c 20 70 61 72 73 65 49 64 28 29 29 29 3b 0d 0a , parseId()));..
1270: 09 09 09 09 09 65 6c 73 65 0d 0a 09 09 09 09 09 .....else.......
1280: 72 65 74 75 72 6e 20 72 65 63 28 0d 0a 09 09 09 return rec(.....
1290: 09 09 09 6e 65 77 20 46 75 6e 63 61 6c 6c 45 78 ...new FuncallEx
12a0: 70 72 65 73 73 69 6f 6e 28 6c 68 73 2e 70 6f 73 pression(lhs.pos
12b0: 2c 20 6e 65 77 20 56 61 72 45 78 70 72 65 73 73 , new VarExpress
12c0: 69 6f 6e 28 70 6f 73 2c 20 6f 70 29 2c 20 6c 68 ion(pos, op), lh
12d0: 73 2c 20 45 28 6c 65 76 65 6c 2b 31 29 29 29 3b s, E(level+1)));
12e0: 0d 0a 09 09 09 72 65 74 75 72 6e 20 6c 68 73 3b .....return lhs;
12f0: 0d 0a 09 09 7d 0d 0a 0d 0a 09 09 69 66 28 20 6f ....}......if( o
1300: 70 65 72 61 74 6f 72 5f 70 65 72 66 65 72 65 6e perator_perferen
1310: 63 65 73 2e 6c 65 6e 67 74 68 20 3c 3d 20 6c 65 ces.length <= le
1320: 76 65 6c 20 29 0d 0a 09 09 09 72 65 74 75 72 6e vel ).....return
1330: 20 46 75 6e 63 61 6c 6c 28 29 3b 0d 0a 09 09 65 Funcall();....e
1340: 6c 73 65 0d 0a 09 09 09 72 65 74 75 72 6e 20 72 lse.....return r
1350: 65 63 28 45 28 6c 65 76 65 6c 2b 31 29 29 3b 0d ec(E(level+1));.
1360: 0a 09 7d 0d 0a 0d 0a 09 41 53 54 20 46 75 6e 63 ..}.....AST Func
1370: 61 6c 6c 28 29 0d 0a 09 7b 0d 0a 09 09 2f 2f 2f all()...{....///
1380: 20 46 75 6e 63 61 6c 6c 20 3a 3a 3d 20 42 61 73 Funcall ::= Bas
1390: 65 45 78 70 72 65 73 73 69 6f 6e 20 5b 22 28 22 eExpression ["("
13a0: 20 45 78 70 72 65 73 73 69 6f 6e 25 22 2c 22 20 Expression%","
13b0: 22 29 22 5d 2a 0d 0a 0d 0a 09 09 61 75 74 6f 20 ")"]*......auto
13c0: 65 20 3d 20 42 61 73 65 45 78 70 72 65 73 73 69 e = BaseExpressi
13d0: 6f 6e 28 29 3b 0d 0a 09 09 77 68 69 6c 65 28 20 on();....while(
13e0: 74 72 79 45 61 74 28 22 28 22 29 20 29 0d 0a 09 tryEat("(") )...
13f0: 09 7b 0d 0a 09 09 09 61 75 74 6f 20 70 6f 73 20 .{.....auto pos
1400: 3d 20 63 75 72 72 65 6e 74 50 6f 73 69 74 69 6f = currentPositio
1410: 6e 28 29 3b 0d 0a 09 09 09 41 53 54 5b 5d 20 61 n();.....AST[] a
1420: 72 67 73 3b 0d 0a 09 09 09 77 68 69 6c 65 28 20 rgs;.....while(
1430: 21 74 72 79 45 61 74 28 22 29 22 29 20 29 20 7b !tryEat(")") ) {
1440: 0d 0a 09 09 09 09 69 66 28 20 6c 65 78 2e 65 6d ......if( lex.em
1450: 70 74 79 20 29 0d 0a 09 09 09 09 09 74 68 72 6f pty ).......thro
1460: 77 20 67 65 6e 65 78 21 55 6e 65 78 70 65 63 74 w genex!Unexpect
1470: 65 64 45 4f 46 28 70 6f 73 2c 20 22 63 6c 6f 73 edEOF(pos, "clos
1480: 69 6e 67 20 27 29 27 20 66 6f 72 20 61 72 67 75 ing ')' for argu
1490: 6d 65 6e 74 73 20 6e 6f 74 20 66 6f 75 6e 64 22 ments not found"
14a0: 29 3b 0d 0a 09 09 09 09 61 72 67 73 20 7e 3d 20 );......args ~=
14b0: 45 28 30 29 3b 0d 0a 09 09 09 09 69 66 28 20 21 E(0);......if( !
14c0: 74 72 79 45 61 74 28 22 2c 22 29 20 29 20 7b 0d tryEat(",") ) {.
14d0: 0a 09 09 09 09 09 65 61 74 28 22 29 22 2c 20 22 ......eat(")", "
14e0: 61 66 74 65 72 20 66 75 6e 63 74 69 6f 6e 20 70 after function p
14f0: 61 72 61 6d 65 74 65 72 73 22 29 3b 0d 0a 09 09 arameters");....
1500: 09 09 09 62 72 65 61 6b 3b 0d 0a 09 09 09 09 7d ...break;......}
1510: 0d 0a 09 09 09 7d 0d 0a 09 09 09 65 20 3d 20 6e .....}.....e = n
1520: 65 77 20 46 75 6e 63 61 6c 6c 45 78 70 72 65 73 ew FuncallExpres
1530: 73 69 6f 6e 28 65 2e 70 6f 73 2c 20 65 2c 20 61 sion(e.pos, e, a
1540: 72 67 73 29 3b 0d 0a 09 09 7d 0d 0a 09 09 72 65 rgs);....}....re
1550: 74 75 72 6e 20 65 3b 0d 0a 09 7d 0d 0a 0d 0a 09 turn e;...}.....
1560: 41 53 54 20 42 61 73 65 45 78 70 72 65 73 73 69 AST BaseExpressi
1570: 6f 6e 28 29 0d 0a 09 7b 0d 0a 09 09 69 66 28 20 on()...{....if(
1580: 6c 65 78 2e 65 6d 70 74 79 20 29 0d 0a 09 09 09 lex.empty ).....
1590: 74 68 72 6f 77 20 67 65 6e 65 78 21 55 6e 65 78 throw genex!Unex
15a0: 70 65 63 74 65 64 45 4f 46 28 63 75 72 72 65 6e pectedEOF(curren
15b0: 74 50 6f 73 69 74 69 6f 6e 28 29 2c 20 22 52 65 tPosition(), "Re
15c0: 61 63 68 65 64 20 45 4f 46 20 77 68 65 6e 20 74 ached EOF when t
15d0: 72 69 65 64 20 74 6f 20 70 61 72 73 65 20 61 6e ried to parse an
15e0: 20 65 78 70 72 65 73 73 69 6f 6e 22 29 3b 0d 0a expression");..
15f0: 0d 0a 09 09 61 75 74 6f 20 70 6f 73 20 3d 20 6c ....auto pos = l
1600: 65 78 2e 66 72 6f 6e 74 2e 70 6f 73 3b 0d 0a 09 ex.front.pos;...
1610: 09 69 66 28 20 6c 65 78 2e 66 72 6f 6e 74 2e 71 .if( lex.front.q
1620: 75 6f 74 65 64 20 29 0d 0a 09 09 7b 0d 0a 09 09 uoted )....{....
1630: 09 73 63 6f 70 65 28 65 78 69 74 29 20 6c 65 78 .scope(exit) lex
1640: 2e 70 6f 70 46 72 6f 6e 74 3b 0d 0a 09 09 09 72 .popFront;.....r
1650: 65 74 75 72 6e 20 6e 65 77 20 53 74 72 4c 69 74 eturn new StrLit
1660: 65 72 61 6c 28 70 6f 73 2c 20 6c 65 78 2e 66 72 eral(pos, lex.fr
1670: 6f 6e 74 2e 73 74 72 29 3b 0d 0a 09 09 7d 0d 0a ont.str);....}..
1680: 09 09 69 66 28 20 69 73 4e 75 6d 62 65 72 28 6c ..if( isNumber(l
1690: 65 78 2e 66 72 6f 6e 74 2e 73 74 72 29 20 29 0d ex.front.str) ).
16a0: 0a 09 09 7b 0d 0a 09 09 09 73 63 6f 70 65 28 65 ...{.....scope(e
16b0: 78 69 74 29 20 6c 65 78 2e 70 6f 70 46 72 6f 6e xit) lex.popFron
16c0: 74 3b 0d 0a 09 09 09 72 65 74 75 72 6e 20 6e 65 t;.....return ne
16d0: 77 20 49 6e 74 4c 69 74 65 72 61 6c 28 70 6f 73 w IntLiteral(pos
16e0: 2c 20 42 69 67 49 6e 74 28 63 61 73 74 28 73 74 , BigInt(cast(st
16f0: 72 69 6e 67 29 6c 65 78 2e 66 72 6f 6e 74 2e 73 ring)lex.front.s
1700: 74 72 29 29 3b 0d 0a 09 09 7d 0d 0a 09 09 69 66 tr));....}....if
1710: 28 20 74 72 79 45 61 74 28 22 40 22 29 20 29 0d ( tryEat("@") ).
1720: 0a 09 09 7b 0d 0a 09 09 09 61 75 74 6f 20 6c 61 ...{.....auto la
1730: 79 20 3d 20 22 40 22 7e 65 61 74 49 64 28 22 66 y = "@"~eatId("f
1740: 6f 72 20 6c 61 79 65 72 20 49 44 22 29 3b 0d 0a or layer ID");..
1750: 09 09 09 65 61 74 28 22 28 22 2c 20 22 66 6f 72 ...eat("(", "for
1760: 20 6c 61 79 65 72 65 64 20 65 78 65 63 75 74 69 layered executi
1770: 6f 6e 22 29 3b 0d 0a 09 09 09 61 75 74 6f 20 65 on");.....auto e
1780: 20 3d 20 42 6f 64 79 28 29 3b 0d 0a 09 09 09 65 = Body();.....e
1790: 61 74 28 22 29 22 2c 20 22 61 66 74 65 72 20 22 at(")", "after "
17a0: 7e 6c 61 79 7e 22 28 2e 2e 2e 22 29 3b 0d 0a 09 ~lay~"(...");...
17b0: 09 09 72 65 74 75 72 6e 20 6e 65 77 20 4c 61 79 ..return new Lay
17c0: 65 72 65 64 45 78 70 72 65 73 73 69 6f 6e 28 70 eredExpression(p
17d0: 6f 73 2c 20 6c 61 79 2c 20 65 29 3b 0d 0a 09 09 os, lay, e);....
17e0: 7d 0d 0a 09 09 69 66 28 20 74 72 79 45 61 74 28 }....if( tryEat(
17f0: 22 28 22 29 20 29 0d 0a 09 09 7b 0d 0a 09 09 09 "(") )....{.....
1800: 61 75 74 6f 20 65 20 3d 20 42 6f 64 79 28 29 3b auto e = Body();
1810: 0d 0a 09 09 09 65 61 74 28 22 29 22 2c 20 22 61 .....eat(")", "a
1820: 66 74 65 72 20 70 61 72 65 6e 74 68 65 73 69 7a fter parenthesiz
1830: 65 64 20 65 78 70 72 65 73 73 69 6f 6e 22 29 3b ed expression");
1840: 0d 0a 09 09 09 72 65 74 75 72 6e 20 65 3b 0d 0a .....return e;..
1850: 09 09 7d 0d 0a 09 09 69 66 28 20 74 72 79 45 61 ..}....if( tryEa
1860: 74 28 22 7b 22 29 20 29 0d 0a 09 09 7b 0d 0a 09 t("{") )....{...
1870: 09 09 41 53 54 20 65 20 3d 20 6e 65 77 20 46 75 ..AST e = new Fu
1880: 6e 63 61 6c 6c 45 78 70 72 65 73 73 69 6f 6e 28 ncallExpression(
1890: 70 6f 73 2c 20 6e 65 77 20 56 61 72 45 78 70 72 pos, new VarExpr
18a0: 65 73 73 69 6f 6e 28 70 6f 73 2c 22 7b 7d 22 29 ession(pos,"{}")
18b0: 29 3b 0d 0a 09 09 09 69 66 28 20 74 72 79 45 61 );.....if( tryEa
18c0: 74 28 22 7d 22 29 20 29 0d 0a 09 09 09 09 72 65 t("}") )......re
18d0: 74 75 72 6e 20 65 3b 0d 0a 09 09 09 66 6f 72 28 turn e;.....for(
18e0: 3b 3b 29 0d 0a 09 09 09 7b 0d 0a 09 09 09 09 73 ;;).....{......s
18f0: 74 72 69 6e 67 20 6b 65 79 20 3d 20 65 61 74 49 tring key = eatI
1900: 64 28 22 66 6f 72 20 74 61 62 6c 65 20 6b 65 79 d("for table key
1910: 22 2c 20 41 6c 6c 6f 77 51 75 6f 74 65 64 29 3b ", AllowQuoted);
1920: 0d 0a 09 09 09 09 65 61 74 28 22 3a 22 2c 20 22 ......eat(":", "
1930: 61 66 74 65 72 20 74 61 62 6c 65 20 6b 65 79 22 after table key"
1940: 29 3b 0d 0a 09 09 09 09 41 53 54 20 76 61 6c 20 );......AST val
1950: 3d 20 45 28 30 29 3b 0d 0a 09 09 09 09 65 20 3d = E(0);......e =
1960: 20 6e 65 77 20 46 75 6e 63 61 6c 6c 45 78 70 72 new FuncallExpr
1970: 65 73 73 69 6f 6e 28 70 6f 73 2c 20 6e 65 77 20 ession(pos, new
1980: 56 61 72 45 78 70 72 65 73 73 69 6f 6e 28 70 6f VarExpression(po
1990: 73 2c 22 2e 3d 22 29 2c 0d 0a 09 09 09 09 09 09 s,".="),........
19a0: 65 2c 20 6e 65 77 20 53 74 72 4c 69 74 65 72 61 e, new StrLitera
19b0: 6c 28 70 6f 73 2c 6b 65 79 29 2c 20 76 61 6c 29 l(pos,key), val)
19c0: 3b 0d 0a 09 09 09 09 69 66 28 20 21 74 72 79 45 ;......if( !tryE
19d0: 61 74 28 22 2c 22 29 20 29 0d 0a 09 09 09 09 7b at(",") )......{
19e0: 0d 0a 09 09 09 09 09 65 61 74 28 22 7d 22 2c 20 .......eat("}",
19f0: 22 66 6f 72 20 74 68 65 20 65 6e 64 20 6f 66 20 "for the end of
1a00: 74 61 62 6c 65 20 6c 69 74 65 72 61 6c 22 29 3b table literal");
1a10: 0d 0a 09 09 09 09 09 62 72 65 61 6b 3b 0d 0a 09 .......break;...
1a20: 09 09 09 7d 0d 0a 09 09 09 7d 0d 0a 09 09 09 72 ...}.....}.....r
1a30: 65 74 75 72 6e 20 65 3b 0d 0a 09 09 7d 0d 0a 09 eturn e;....}...
1a40: 09 69 66 28 20 74 72 79 45 61 74 28 22 69 66 22 .if( tryEat("if"
1a50: 29 20 29 0d 0a 09 09 7b 0d 0a 09 09 09 65 61 74 ) )....{.....eat
1a60: 28 22 28 22 2c 20 22 61 66 74 65 72 20 69 66 22 ("(", "after if"
1a70: 29 3b 0d 0a 09 09 09 61 75 74 6f 20 63 6f 6e 64 );.....auto cond
1a80: 20 3d 20 45 28 30 29 3b 0d 0a 09 09 09 65 61 74 = E(0);.....eat
1a90: 28 22 29 22 2c 20 22 61 66 74 65 72 20 69 66 20 (")", "after if
1aa0: 63 6f 6e 64 69 74 69 6f 6e 22 29 3b 0d 0a 09 09 condition");....
1ab0: 09 61 75 74 6f 20 74 68 65 6e 50 6f 73 20 3d 20 .auto thenPos =
1ac0: 6c 65 78 2e 66 72 6f 6e 74 2e 70 6f 73 3b 0d 0a lex.front.pos;..
1ad0: 09 09 09 65 61 74 28 22 7b 22 2c 20 22 61 66 74 ...eat("{", "aft
1ae0: 65 72 20 69 66 20 63 6f 6e 64 69 74 69 6f 6e 22 er if condition"
1af0: 29 3b 0d 0a 09 09 09 61 75 74 6f 20 74 68 20 3d );.....auto th =
1b00: 20 42 6f 64 79 28 29 3b 0d 0a 09 09 09 65 61 74 Body();.....eat
1b10: 28 22 7d 22 2c 20 22 61 66 74 65 72 20 69 66 2d ("}", "after if-
1b20: 74 68 65 6e 20 62 6f 64 79 22 29 3b 0d 0a 09 09 then body");....
1b30: 09 61 75 74 6f 20 65 6c 20 3d 20 64 6f 4e 6f 74 .auto el = doNot
1b40: 68 69 6e 67 45 78 70 72 65 73 73 69 6f 6e 28 29 hingExpression()
1b50: 3b 0d 0a 09 09 09 61 75 74 6f 20 65 6c 73 65 50 ;.....auto elseP
1b60: 6f 73 20 3d 20 28 6c 65 78 2e 65 6d 70 74 79 20 os = (lex.empty
1b70: 3f 20 4c 65 78 50 6f 73 69 74 69 6f 6e 2e 64 75 ? LexPosition.du
1b80: 6d 6d 79 20 3a 20 6c 65 78 2e 66 72 6f 6e 74 2e mmy : lex.front.
1b90: 70 6f 73 29 3b 0d 0a 09 09 09 69 66 28 20 74 72 pos);.....if( tr
1ba0: 79 45 61 74 28 22 65 6c 73 65 22 29 20 29 20 7b yEat("else") ) {
1bb0: 0d 0a 09 09 09 09 65 61 74 28 22 7b 22 2c 20 22 ......eat("{", "
1bc0: 61 66 74 65 72 20 65 6c 73 65 22 29 3b 0d 0a 09 after else");...
1bd0: 09 09 09 65 6c 20 3d 20 42 6f 64 79 28 29 3b 0d ...el = Body();.
1be0: 0a 09 09 09 09 65 61 74 28 22 7d 22 2c 20 22 61 .....eat("}", "a
1bf0: 66 74 65 72 20 65 6c 73 65 20 62 6f 64 79 22 29 fter else body")
1c00: 3b 0d 0a 09 09 09 7d 0d 0a 09 09 09 72 65 74 75 ;.....}.....retu
1c10: 72 6e 20 6e 65 77 20 46 75 6e 63 61 6c 6c 45 78 rn new FuncallEx
1c20: 70 72 65 73 73 69 6f 6e 28 70 6f 73 2c 20 0d 0a pression(pos, ..
1c30: 09 09 09 09 6e 65 77 20 56 61 72 45 78 70 72 65 ....new VarExpre
1c40: 73 73 69 6f 6e 28 70 6f 73 2c 20 22 69 66 22 29 ssion(pos, "if")
1c50: 2c 0d 0a 09 09 09 09 63 6f 6e 64 2c 0d 0a 09 09 ,......cond,....
1c60: 09 09 6e 65 77 20 46 75 6e 4c 69 74 65 72 61 6c ..new FunLiteral
1c70: 28 74 68 65 6e 50 6f 73 2c 20 5b 5d 2c 20 74 68 (thenPos, [], th
1c80: 29 2c 0d 0a 09 09 09 09 6e 65 77 20 46 75 6e 4c ),......new FunL
1c90: 69 74 65 72 61 6c 28 65 6c 73 65 50 6f 73 2c 20 iteral(elsePos,
1ca0: 5b 5d 2c 20 65 6c 29 0d 0a 09 09 09 29 3b 0d 0a [], el).....);..
1cb0: 09 09 7d 0d 0a 09 09 69 66 28 20 74 72 79 45 61 ..}....if( tryEa
1cc0: 74 28 22 66 75 6e 22 29 20 7c 7c 20 74 72 79 45 t("fun") || tryE
1cd0: 61 74 28 22 5c 75 30 33 42 42 22 29 20 29 20 2f at("\u03BB") ) /
1ce0: 2f 20 6c 61 6d 62 64 61 21 21 0d 0a 09 09 7b 0d / lambda!!....{.
1cf0: 0a 09 09 09 65 61 74 28 22 28 22 2c 20 22 61 66 ....eat("(", "af
1d00: 74 65 72 20 66 75 6e 22 29 3b 0d 0a 09 09 09 72 ter fun");.....r
1d10: 65 74 75 72 6e 20 70 61 72 73 65 4c 61 6d 62 64 eturn parseLambd
1d20: 61 41 66 74 65 72 4f 70 65 6e 50 61 72 65 6e 28 aAfterOpenParen(
1d30: 70 6f 73 29 3b 0d 0a 09 09 7d 0d 0a 09 09 73 63 pos);....}....sc
1d40: 6f 70 65 28 65 78 69 74 29 20 6c 65 78 2e 70 6f ope(exit) lex.po
1d50: 70 46 72 6f 6e 74 3b 0d 0a 09 09 72 65 74 75 72 pFront;....retur
1d60: 6e 20 6e 65 77 20 56 61 72 45 78 70 72 65 73 73 n new VarExpress
1d70: 69 6f 6e 28 70 6f 73 2c 20 6c 65 78 2e 66 72 6f ion(pos, lex.fro
1d80: 6e 74 2e 73 74 72 29 3b 0d 0a 09 7d 0d 0a 0d 0a nt.str);...}....
1d90: 09 41 53 54 20 70 61 72 73 65 49 64 28 29 0d 0a .AST parseId()..
1da0: 09 7b 0d 0a 09 09 73 63 6f 70 65 28 65 78 69 74 .{....scope(exit
1db0: 29 20 6c 65 78 2e 70 6f 70 46 72 6f 6e 74 3b 0d ) lex.popFront;.
1dc0: 0a 09 09 72 65 74 75 72 6e 20 6e 65 77 20 53 74 ...return new St
1dd0: 72 4c 69 74 65 72 61 6c 28 63 75 72 72 65 6e 74 rLiteral(current
1de0: 50 6f 73 69 74 69 6f 6e 28 29 2c 20 6c 65 78 2e Position(), lex.
1df0: 66 72 6f 6e 74 2e 73 74 72 29 3b 0d 0a 09 7d 0d front.str);...}.
1e00: 0a 0d 0a 09 41 53 54 20 70 61 72 73 65 4c 61 6d ....AST parseLam
1e10: 62 64 61 41 66 74 65 72 4f 70 65 6e 50 61 72 65 bdaAfterOpenPare
1e20: 6e 28 69 6d 6d 75 74 61 62 6c 65 20 4c 65 78 50 n(immutable LexP
1e30: 6f 73 69 74 69 6f 6e 20 70 6f 73 29 0d 0a 09 7b osition pos)...{
1e40: 0d 0a 09 09 50 61 72 61 6d 65 74 65 72 5b 5d 20 ....Parameter[]
1e50: 70 61 72 61 6d 73 3b 0d 0a 09 09 77 68 69 6c 65 params;....while
1e60: 28 20 21 74 72 79 45 61 74 28 22 29 22 29 20 29 ( !tryEat(")") )
1e70: 0d 0a 09 09 7b 0d 0a 09 09 09 70 61 72 61 6d 73 ....{.....params
1e80: 20 7e 3d 20 70 61 72 73 65 50 61 72 61 6d 28 29 ~= parseParam()
1e90: 3b 0d 0a 09 09 09 69 66 28 20 21 74 72 79 45 61 ;.....if( !tryEa
1ea0: 74 28 22 2c 22 29 20 29 20 7b 0d 0a 09 09 09 09 t(",") ) {......
1eb0: 65 61 74 28 22 29 22 2c 20 22 61 66 74 65 72 20 eat(")", "after
1ec0: 66 75 6e 63 74 69 6f 6e 20 70 61 72 61 6d 65 74 function paramet
1ed0: 65 72 73 22 29 3b 0d 0a 09 09 09 09 62 72 65 61 ers");......brea
1ee0: 6b 3b 0d 0a 09 09 09 7d 0d 0a 09 09 7d 0d 0a 09 k;.....}....}...
1ef0: 09 65 61 74 28 22 7b 22 2c 20 22 61 66 74 65 72 .eat("{", "after
1f00: 20 66 75 6e 63 74 69 6f 6e 20 70 61 72 61 6d 65 function parame
1f10: 74 65 72 73 22 29 3b 0d 0a 09 09 61 75 74 6f 20 ters");....auto
1f20: 66 75 6e 62 6f 64 79 20 3d 20 42 6f 64 79 28 29 funbody = Body()
1f30: 3b 0d 0a 09 09 65 61 74 28 22 7d 22 2c 20 22 61 ;....eat("}", "a
1f40: 66 74 65 72 20 66 75 6e 63 74 69 6f 6e 20 62 6f fter function bo
1f50: 64 79 22 29 3b 0d 0a 09 09 72 65 74 75 72 6e 20 dy");....return
1f60: 6e 65 77 20 46 75 6e 4c 69 74 65 72 61 6c 28 70 new FunLiteral(p
1f70: 6f 73 2c 20 70 61 72 61 6d 73 2c 20 66 75 6e 62 os, params, funb
1f80: 6f 64 79 29 3b 0d 0a 09 7d 0d 0a 0d 0a 09 50 61 ody);...}.....Pa
1f90: 72 61 6d 65 74 65 72 20 70 61 72 73 65 50 61 72 rameter parsePar
1fa0: 61 6d 28 29 0d 0a 09 7b 0d 0a 09 09 73 74 72 69 am()...{....stri
1fb0: 6e 67 20 76 61 72 3b 0d 0a 09 09 73 74 72 69 6e ng var;....strin
1fc0: 67 5b 5d 20 6c 61 79 3b 0d 0a 09 09 77 68 69 6c g[] lay;....whil
1fd0: 65 28 20 21 63 6c 6f 73 69 6e 67 42 72 61 63 6b e( !closingBrack
1fe0: 65 74 28 29 20 26 26 20 21 6c 65 78 2e 65 6d 70 et() && !lex.emp
1ff0: 74 79 20 26 26 20 6c 65 78 2e 66 72 6f 6e 74 2e ty && lex.front.
2000: 73 74 72 21 3d 22 2c 22 20 29 0d 0a 09 09 7b 0d str!="," )....{.
2010: 0a 09 09 09 61 75 74 6f 20 70 6f 73 20 3d 20 63 ....auto pos = c
2020: 75 72 72 65 6e 74 50 6f 73 69 74 69 6f 6e 28 29 urrentPosition()
2030: 3b 0d 0a 09 09 09 73 74 72 69 6e 67 20 70 20 3d ;.....string p =
2040: 20 65 61 74 49 64 28 22 66 6f 72 20 66 75 6e 63 eatId("for func
2050: 74 69 6f 6e 20 70 61 72 61 6d 65 74 65 72 22 2c tion parameter",
2060: 20 41 6c 6c 6f 77 51 75 6f 74 65 64 29 3b 0d 0a AllowQuoted);..
2070: 09 09 09 69 66 28 20 70 20 3d 3d 20 22 40 22 20 ...if( p == "@"
2080: 29 0d 0a 09 09 09 09 6c 61 79 20 7e 3d 20 22 40 )......lay ~= "@
2090: 22 20 7e 20 65 61 74 49 64 28 22 61 66 74 65 72 " ~ eatId("after
20a0: 20 40 22 2c 20 41 6c 6c 6f 77 51 75 6f 74 65 64 @", AllowQuoted
20b0: 29 3b 0d 0a 09 09 09 65 6c 73 65 20 69 66 28 20 );.....else if(
20c0: 76 61 72 2e 65 6d 70 74 79 20 29 0d 0a 09 09 09 var.empty ).....
20d0: 09 76 61 72 20 3d 20 70 3b 0d 0a 09 09 09 65 6c .var = p;.....el
20e0: 73 65 0d 0a 09 09 09 09 74 68 72 6f 77 20 67 65 se......throw ge
20f0: 6e 65 78 21 50 61 72 73 65 45 78 63 65 70 74 69 nex!ParseExcepti
2100: 6f 6e 28 70 6f 73 2c 20 22 6f 6e 65 20 70 61 72 on(pos, "one par
2110: 61 6d 65 74 65 72 20 68 61 73 20 74 77 6f 20 6e ameter has two n
2120: 61 6d 65 73 22 29 3b 0d 0a 09 09 7d 0d 0a 09 09 ames");....}....
2130: 72 65 74 75 72 6e 20 6e 65 77 20 50 61 72 61 6d return new Param
2140: 65 74 65 72 28 76 61 72 2c 20 6c 61 79 29 3b 0d eter(var, lay);.
2150: 0a 09 7d 0d 0a 0d 0a 70 72 69 76 61 74 65 3a 0d ..}....private:.
2160: 0a 09 4c 65 78 65 72 20 6c 65 78 3b 0d 0a 09 74 ..Lexer lex;...t
2170: 68 69 73 28 4c 65 78 65 72 20 6c 65 78 29 20 7b his(Lexer lex) {
2180: 20 74 68 69 73 2e 6c 65 78 20 3d 20 6c 65 78 3b this.lex = lex;
2190: 20 7d 0d 0a 0d 0a 09 62 6f 6f 6c 20 69 73 4e 75 }.....bool isNu
21a0: 6d 62 65 72 28 73 74 72 69 6e 67 20 73 29 0d 0a mber(string s)..
21b0: 09 7b 0d 0a 09 09 72 65 74 75 72 6e 20 66 69 6e .{....return fin
21c0: 64 21 28 60 61 3c 27 30 27 20 7c 7c 20 27 39 27 d!(`a<'0' || '9'
21d0: 3c 61 60 29 28 73 29 2e 65 6d 70 74 79 3b 0d 0a <a`)(s).empty;..
21e0: 09 7d 0d 0a 09 0d 0a 09 76 6f 69 64 20 65 61 74 .}......void eat
21f0: 28 73 74 72 69 6e 67 20 6b 77 64 2c 20 6c 61 7a (string kwd, laz
2200: 79 20 73 74 72 69 6e 67 20 6d 73 67 29 0d 0a 09 y string msg)...
2210: 7b 0d 0a 09 09 69 66 28 20 21 74 72 79 45 61 74 {....if( !tryEat
2220: 28 6b 77 64 29 20 29 0d 0a 09 09 09 69 66 28 20 (kwd) ).....if(
2230: 6c 65 78 2e 65 6d 70 74 79 20 29 0d 0a 09 09 09 lex.empty ).....
2240: 09 74 68 72 6f 77 20 67 65 6e 65 78 21 55 6e 65 .throw genex!Une
2250: 78 70 65 63 74 65 64 45 4f 46 28 0d 0a 09 09 09 xpectedEOF(.....
2260: 09 09 63 75 72 72 65 6e 74 50 6f 73 69 74 69 6f ..currentPositio
2270: 6e 28 29 2c 20 73 70 72 69 6e 74 66 21 22 25 73 n(), sprintf!"%s
2280: 20 69 73 20 65 78 70 65 63 74 65 64 20 25 73 20 is expected %s
2290: 62 75 74 20 6e 6f 74 20 66 6f 75 6e 64 22 28 6b but not found"(k
22a0: 77 64 2c 6d 73 67 29 29 3b 0d 0a 09 09 09 65 6c wd,msg));.....el
22b0: 73 65 0d 0a 09 09 09 09 74 68 72 6f 77 20 67 65 se......throw ge
22c0: 6e 65 78 21 50 61 72 73 65 45 78 63 65 70 74 69 nex!ParseExcepti
22d0: 6f 6e 28 0d 0a 09 09 09 09 09 63 75 72 72 65 6e on(.......curren
22e0: 74 50 6f 73 69 74 69 6f 6e 28 29 2c 20 73 70 72 tPosition(), spr
22f0: 69 6e 74 66 21 22 25 73 20 69 73 20 65 78 70 65 intf!"%s is expe
2300: 63 74 65 64 20 66 6f 72 20 25 73 20 62 75 74 20 cted for %s but
2310: 6e 6f 74 20 66 6f 75 6e 64 22 28 6b 77 64 2c 6d not found"(kwd,m
2320: 73 67 29 29 3b 0d 0a 09 7d 0d 0a 0d 0a 09 62 6f sg));...}.....bo
2330: 6f 6c 20 74 72 79 45 61 74 28 73 74 72 69 6e 67 ol tryEat(string
2340: 20 6b 77 64 29 0d 0a 09 7b 0d 0a 09 09 69 66 28 kwd)...{....if(
2350: 20 6c 65 78 2e 65 6d 70 74 79 20 7c 7c 20 6c 65 lex.empty || le
2360: 78 2e 66 72 6f 6e 74 2e 71 75 6f 74 65 64 20 7c x.front.quoted |
2370: 7c 20 6c 65 78 2e 66 72 6f 6e 74 2e 73 74 72 21 | lex.front.str!
2380: 3d 6b 77 64 20 29 0d 0a 09 09 09 72 65 74 75 72 =kwd ).....retur
2390: 6e 20 66 61 6c 73 65 3b 0d 0a 09 09 6c 65 78 2e n false;....lex.
23a0: 70 6f 70 46 72 6f 6e 74 3b 0d 0a 09 09 72 65 74 popFront;....ret
23b0: 75 72 6e 20 74 72 75 65 3b 0d 0a 09 7d 0d 0a 0d urn true;...}...
23c0: 0a 09 65 6e 75 6d 20 7b 41 6c 6c 6f 77 51 75 6f ..enum {AllowQuo
23d0: 74 65 64 3d 74 72 75 65 2c 20 44 69 73 61 6c 6c ted=true, Disall
23e0: 6f 77 51 75 6f 74 65 64 3d 66 61 6c 73 65 7d 3b owQuoted=false};
23f0: 0d 0a 09 73 74 72 69 6e 67 20 65 61 74 49 64 28 ...string eatId(
2400: 6c 61 7a 79 20 73 74 72 69 6e 67 20 6d 73 67 2c lazy string msg,
2410: 20 62 6f 6f 6c 20 61 71 3d 44 69 73 61 6c 6c 6f bool aq=Disallo
2420: 77 51 75 6f 74 65 64 29 0d 0a 09 7b 0d 0a 09 09 wQuoted)...{....
2430: 69 66 28 20 6c 65 78 2e 65 6d 70 74 79 20 29 0d if( lex.empty ).
2440: 0a 09 09 09 74 68 72 6f 77 20 67 65 6e 65 78 21 ....throw genex!
2450: 55 6e 65 78 70 65 63 74 65 64 45 4f 46 28 63 75 UnexpectedEOF(cu
2460: 72 72 65 6e 74 50 6f 73 69 74 69 6f 6e 28 29 2c rrentPosition(),
2470: 20 22 69 64 65 6e 74 69 66 69 65 72 20 69 73 20 "identifier is
2480: 65 78 70 65 63 74 65 64 20 62 75 74 20 6e 6f 74 expected but not
2490: 20 66 6f 75 6e 64 20 22 7e 6d 73 67 29 3b 0d 0a found "~msg);..
24a0: 09 09 69 66 28 20 21 61 71 20 26 26 20 6c 65 78 ..if( !aq && lex
24b0: 2e 66 72 6f 6e 74 2e 71 75 6f 74 65 64 20 29 0d .front.quoted ).
24c0: 0a 09 09 09 74 68 72 6f 77 20 67 65 6e 65 78 21 ....throw genex!
24d0: 50 61 72 73 65 45 78 63 65 70 74 69 6f 6e 28 63 ParseException(c
24e0: 75 72 72 65 6e 74 50 6f 73 69 74 69 6f 6e 28 29 urrentPosition()
24f0: 2c 20 22 69 64 65 6e 74 69 66 69 65 72 20 69 73 , "identifier is
2500: 20 65 78 70 65 63 74 65 64 20 62 75 74 20 6e 6f expected but no
2510: 74 20 66 6f 75 6e 64 20 22 7e 6d 73 67 29 3b 0d t found "~msg);.
2520: 0a 09 09 73 63 6f 70 65 28 65 78 69 74 29 20 6c ...scope(exit) l
2530: 65 78 2e 70 6f 70 46 72 6f 6e 74 3b 0d 0a 09 09 ex.popFront;....
2540: 72 65 74 75 72 6e 20 6c 65 78 2e 66 72 6f 6e 74 return lex.front
2550: 2e 73 74 72 3b 0d 0a 09 7d 0d 0a 0d 0a 09 41 53 .str;...}.....AS
2560: 54 20 64 6f 4e 6f 74 68 69 6e 67 45 78 70 72 65 T doNothingExpre
2570: 73 73 69 6f 6e 28 29 0d 0a 09 7b 0d 0a 09 09 72 ssion()...{....r
2580: 65 74 75 72 6e 20 6e 65 77 20 49 6e 74 4c 69 74 eturn new IntLit
2590: 65 72 61 6c 28 63 75 72 72 65 6e 74 50 6f 73 69 eral(currentPosi
25a0: 74 69 6f 6e 28 29 2c 20 42 69 67 49 6e 74 28 31 tion(), BigInt(1
25b0: 37 38 29 29 3b 0d 0a 09 7d 0d 0a 0d 0a 09 69 6d 78));...}.....im
25c0: 6d 75 74 61 62 6c 65 28 4c 65 78 50 6f 73 69 74 mutable(LexPosit
25d0: 69 6f 6e 29 20 63 75 72 72 65 6e 74 50 6f 73 69 ion) currentPosi
25e0: 74 69 6f 6e 28 29 0d 0a 09 7b 0d 0a 09 09 72 65 tion()...{....re
25f0: 74 75 72 6e 20 6c 65 78 2e 65 6d 70 74 79 20 3f turn lex.empty ?
2600: 20 6e 75 6c 6c 20 3a 20 6c 65 78 2e 66 72 6f 6e null : lex.fron
2610: 74 2e 70 6f 73 3b 0d 0a 09 7d 0d 0a 7d 0d 0a 0d t.pos;...}..}...
2620: 0a 75 6e 69 74 74 65 73 74 0d 0a 7b 0d 0a 09 6d .unittest..{...m
2630: 69 78 69 6e 20 45 61 73 79 41 53 54 3b 0d 0a 0d ixin EasyAST;...
2640: 0a 09 61 73 73 65 72 74 5f 65 71 28 70 61 72 73 ..assert_eq(pars
2650: 65 53 74 72 69 6e 67 28 60 31 32 33 60 29 2c 20 eString(`123`),
2660: 69 6e 74 6c 28 31 32 33 29 29 3b 0d 0a 09 61 73 intl(123));...as
2670: 73 65 72 74 5f 65 71 28 70 61 72 73 65 53 74 72 sert_eq(parseStr
2680: 69 6e 67 28 60 22 66 6f 6f 22 60 29 2c 20 73 74 ing(`"foo"`), st
2690: 72 6c 28 22 66 6f 6f 22 29 29 3b 0d 0a 09 61 73 rl("foo"));...as
26a0: 73 65 72 74 5f 65 71 28 70 61 72 73 65 53 74 72 sert_eq(parseStr
26b0: 69 6e 67 28 60 66 75 6e 28 29 7b 31 7d 60 29 2c ing(`fun(){1}`),
26c0: 20 66 75 6e 28 5b 5d 2c 69 6e 74 6c 28 31 29 29 fun([],intl(1))
26d0: 29 3b 0d 0a 09 61 73 73 65 72 74 5f 65 71 28 70 );...assert_eq(p
26e0: 61 72 73 65 53 74 72 69 6e 67 28 60 66 75 6e 28 arseString(`fun(
26f0: 78 29 7b 31 7d 60 29 2c 20 66 75 6e 28 5b 22 78 x){1}`), fun(["x
2700: 22 5d 2c 69 6e 74 6c 28 31 29 29 29 3b 0d 0a 09 "],intl(1)));...
2710: 61 73 73 65 72 74 5f 65 71 28 70 61 72 73 65 53 assert_eq(parseS
2720: 74 72 69 6e 67 28 22 5c 75 30 33 42 42 28 29 7b tring("\u03BB(){
2730: 31 7d 22 29 2c 20 66 75 6e 28 5b 5d 2c 69 6e 74 1}"), fun([],int
2740: 6c 28 31 29 29 29 3b 0d 0a 09 61 73 73 65 72 74 l(1)));...assert
2750: 5f 65 71 28 70 61 72 73 65 53 74 72 69 6e 67 28 _eq(parseString(
2760: 22 5c 75 30 33 42 42 28 78 29 7b 31 7d 22 29 2c "\u03BB(x){1}"),
2770: 20 66 75 6e 28 5b 22 78 22 5d 2c 69 6e 74 6c 28 fun(["x"],intl(
2780: 31 29 29 29 3b 0d 0a 09 61 73 73 65 72 74 5f 65 1)));...assert_e
2790: 71 28 70 61 72 73 65 53 74 72 69 6e 67 28 60 31 q(parseString(`1
27a0: 3b 32 60 29 2c 20 6c 65 74 28 22 5f 22 2c 22 22 ;2`), let("_",""
27b0: 2c 69 6e 74 6c 28 31 29 2c 69 6e 74 6c 28 32 29 ,intl(1),intl(2)
27c0: 29 29 3b 0d 0a 09 61 73 73 65 72 74 5f 65 71 28 ));...assert_eq(
27d0: 70 61 72 73 65 53 74 72 69 6e 67 28 60 31 3b 32 parseString(`1;2
27e0: 3b 60 29 2c 20 6c 65 74 28 22 5f 22 2c 22 22 2c ;`), let("_","",
27f0: 69 6e 74 6c 28 31 29 2c 69 6e 74 6c 28 32 29 29 intl(1),intl(2))
2800: 29 3b 0d 0a 09 61 73 73 65 72 74 5f 65 71 28 70 );...assert_eq(p
2810: 61 72 73 65 53 74 72 69 6e 67 28 60 6c 65 74 20 arseString(`let
2820: 78 3d 31 20 69 6e 20 32 60 29 2c 20 6c 65 74 28 x=1 in 2`), let(
2830: 22 78 22 2c 22 22 2c 69 6e 74 6c 28 31 29 2c 69 "x","",intl(1),i
2840: 6e 74 6c 28 32 29 29 29 3b 0d 0a 09 61 73 73 65 ntl(2)));...asse
2850: 72 74 5f 65 71 28 70 61 72 73 65 53 74 72 69 6e rt_eq(parseStrin
2860: 67 28 60 76 61 72 20 78 3d 31 3b 32 3b 60 29 2c g(`var x=1;2;`),
2870: 20 6c 65 74 28 22 78 22 2c 22 22 2c 69 6e 74 6c let("x","",intl
2880: 28 31 29 2c 69 6e 74 6c 28 32 29 29 29 3b 0d 0a (1),intl(2)));..
2890: 09 61 73 73 65 72 74 5f 65 71 28 70 61 72 73 65 .assert_eq(parse
28a0: 53 74 72 69 6e 67 28 60 64 65 66 20 78 3d 31 60 String(`def x=1`
28b0: 29 2c 20 6c 65 74 28 22 78 22 2c 22 22 2c 69 6e ), let("x","",in
28c0: 74 6c 28 31 29 2c 76 61 72 28 22 78 22 29 29 29 tl(1),var("x")))
28d0: 3b 0d 0a 09 61 73 73 65 72 74 5f 65 71 28 70 61 ;...assert_eq(pa
28e0: 72 73 65 53 74 72 69 6e 67 28 60 40 76 61 6c 20 rseString(`@val
28f0: 78 3d 31 3b 60 29 2c 20 6c 65 74 28 22 78 22 2c x=1;`), let("x",
2900: 22 40 76 61 6c 22 2c 69 6e 74 6c 28 31 29 2c 76 "@val",intl(1),v
2910: 61 72 28 22 78 22 29 29 29 3b 0d 0a 09 61 73 73 ar("x")));...ass
2920: 65 72 74 5f 65 71 28 70 61 72 73 65 53 74 72 69 ert_eq(parseStri
2930: 6e 67 28 60 40 74 79 70 20 78 3d 22 23 69 6e 74 ng(`@typ x="#int
2940: 22 3b 60 29 2c 20 6c 65 74 28 22 78 22 2c 22 40 ";`), let("x","@
2950: 74 79 70 22 2c 73 74 72 6c 28 22 23 69 6e 74 22 typ",strl("#int"
2960: 29 2c 76 61 72 28 22 78 22 29 29 29 3b 0d 0a 09 ),var("x")));...
2970: 61 73 73 65 72 74 5f 65 71 28 70 61 72 73 65 53 assert_eq(parseS
2980: 74 72 69 6e 67 28 60 66 28 31 2c 32 29 60 29 2c tring(`f(1,2)`),
2990: 20 63 61 6c 6c 28 76 61 72 28 22 66 22 29 2c 69 call(var("f"),i
29a0: 6e 74 6c 28 31 29 2c 69 6e 74 6c 28 32 29 29 29 ntl(1),intl(2)))
29b0: 3b 0d 0a 09 61 73 73 65 72 74 5f 65 71 28 70 61 ;...assert_eq(pa
29c0: 72 73 65 53 74 72 69 6e 67 28 60 69 66 28 31 29 rseString(`if(1)
29d0: 7b 32 7d 60 29 2c 20 63 61 6c 6c 28 76 61 72 28 {2}`), call(var(
29e0: 22 69 66 22 29 2c 69 6e 74 6c 28 31 29 2c 66 75 "if"),intl(1),fu
29f0: 6e 28 5b 5d 2c 69 6e 74 6c 28 32 29 29 2c 66 75 n([],intl(2)),fu
2a00: 6e 28 5b 5d 2c 69 6e 74 6c 28 31 37 38 29 29 29 n([],intl(178)))
2a10: 29 3b 0d 0a 09 61 73 73 65 72 74 5f 65 71 28 70 );...assert_eq(p
2a20: 61 72 73 65 53 74 72 69 6e 67 28 60 69 66 28 31 arseString(`if(1
2a30: 29 7b 32 7d 65 6c 73 65 7b 33 7d 60 29 2c 20 63 ){2}else{3}`), c
2a40: 61 6c 6c 28 76 61 72 28 22 69 66 22 29 2c 69 6e all(var("if"),in
2a50: 74 6c 28 31 29 2c 66 75 6e 28 5b 5d 2c 69 6e 74 tl(1),fun([],int
2a60: 6c 28 32 29 29 2c 66 75 6e 28 5b 5d 2c 69 6e 74 l(2)),fun([],int
2a70: 6c 28 33 29 29 29 29 3b 0d 0a 09 61 73 73 65 72 l(3))));...asser
2a80: 74 5f 65 71 28 70 61 72 73 65 53 74 72 69 6e 67 t_eq(parseString
2a90: 28 60 69 66 28 31 29 7b 7d 65 6c 73 65 7b 33 7d (`if(1){}else{3}
2aa0: 28 29 28 29 60 29 2c 0d 0a 09 09 63 61 6c 6c 28 ()()`),....call(
2ab0: 63 61 6c 6c 28 63 61 6c 6c 28 76 61 72 28 22 69 call(call(var("i
2ac0: 66 22 29 2c 69 6e 74 6c 28 31 29 2c 66 75 6e 28 f"),intl(1),fun(
2ad0: 5b 5d 2c 69 6e 74 6c 28 31 37 38 29 29 2c 66 75 [],intl(178)),fu
2ae0: 6e 28 5b 5d 2c 69 6e 74 6c 28 33 29 29 29 29 29 n([],intl(3)))))
2af0: 29 3b 0d 0a 09 61 73 73 65 72 74 5f 65 71 28 70 );...assert_eq(p
2b00: 61 72 73 65 53 74 72 69 6e 67 28 60 31 2b 32 2a arseString(`1+2*
2b10: 33 60 29 2c 20 63 61 6c 6c 28 76 61 72 28 22 2b 3`), call(var("+
2b20: 22 29 2c 69 6e 74 6c 28 31 29 2c 63 61 6c 6c 28 "),intl(1),call(
2b30: 76 61 72 28 22 2a 22 29 2c 69 6e 74 6c 28 32 29 var("*"),intl(2)
2b40: 2c 69 6e 74 6c 28 33 29 29 29 29 3b 0d 0a 09 61 ,intl(3))));...a
2b50: 73 73 65 72 74 5f 65 71 28 70 61 72 73 65 53 74 ssert_eq(parseSt
2b60: 72 69 6e 67 28 60 28 31 2b 32 29 2a 33 60 29 2c ring(`(1+2)*3`),
2b70: 20 63 61 6c 6c 28 76 61 72 28 22 2a 22 29 2c 63 call(var("*"),c
2b80: 61 6c 6c 28 76 61 72 28 22 2b 22 29 2c 69 6e 74 all(var("+"),int
2b90: 6c 28 31 29 2c 69 6e 74 6c 28 32 29 29 2c 69 6e l(1),intl(2)),in
2ba0: 74 6c 28 33 29 29 29 3b 0d 0a 09 61 73 73 65 72 tl(3)));...asser
2bb0: 74 5f 65 71 28 70 61 72 73 65 53 74 72 69 6e 67 t_eq(parseString
2bc0: 28 60 31 2a 28 32 2b 33 29 60 29 2c 20 63 61 6c (`1*(2+3)`), cal
2bd0: 6c 28 76 61 72 28 22 2a 22 29 2c 69 6e 74 6c 28 l(var("*"),intl(
2be0: 31 29 2c 63 61 6c 6c 28 76 61 72 28 22 2b 22 29 1),call(var("+")
2bf0: 2c 69 6e 74 6c 28 32 29 2c 69 6e 74 6c 28 33 29 ,intl(2),intl(3)
2c00: 29 29 29 3b 0d 0a 09 61 73 73 65 72 74 5f 65 71 )));...assert_eq
2c10: 28 70 61 72 73 65 53 74 72 69 6e 67 28 60 31 2a (parseString(`1*
2c20: 32 2b 33 60 29 2c 20 63 61 6c 6c 28 76 61 72 28 2+3`), call(var(
2c30: 22 2b 22 29 2c 63 61 6c 6c 28 76 61 72 28 22 2a "+"),call(var("*
2c40: 22 29 2c 69 6e 74 6c 28 31 29 2c 69 6e 74 6c 28 "),intl(1),intl(
2c50: 32 29 29 2c 69 6e 74 6c 28 33 29 29 29 3b 0d 0a 2)),intl(3)));..
2c60: 09 61 73 73 65 72 74 5f 65 71 28 70 61 72 73 65 .assert_eq(parse
2c70: 53 74 72 69 6e 67 28 60 40 78 28 31 29 60 29 2c String(`@x(1)`),
2c80: 20 6c 61 79 28 22 40 78 22 2c 20 69 6e 74 6c 28 lay("@x", intl(
2c90: 31 29 29 29 3b 0d 0a 09 61 73 73 65 72 74 5f 65 1)));...assert_e
2ca0: 71 28 70 61 72 73 65 53 74 72 69 6e 67 28 60 66 q(parseString(`f
2cb0: 75 6e 28 78 20 40 76 20 40 74 2c 20 79 2c 20 7a un(x @v @t, y, z
2cc0: 20 40 74 29 7b 7d 60 29 2c 0d 0a 09 09 66 75 6e @t){}`),....fun
2cd0: 70 28 5b 70 61 72 61 6d 28 22 78 22 2c 5b 22 40 p([param("x",["@
2ce0: 76 22 2c 22 40 74 22 5d 29 2c 20 70 61 72 61 6d v","@t"]), param
2cf0: 28 22 79 22 2c 5b 5d 29 2c 20 70 61 72 61 6d 28 ("y",[]), param(
2d00: 22 7a 22 2c 5b 22 40 74 22 5d 29 5d 2c 20 69 6e "z",["@t"])], in
2d10: 74 6c 28 31 37 38 29 29 29 3b 0d 0a 0d 0a 09 61 tl(178)));.....a
2d20: 73 73 65 72 74 5f 65 71 28 70 61 72 73 65 53 74 ssert_eq(parseSt
2d30: 72 69 6e 67 28 60 0d 0a 09 09 6c 65 74 20 78 20 ring(`....let x
2d40: 3d 20 31 30 30 3b 20 23 63 6f 6d 6d 65 6e 74 0d = 100; #comment.
2d50: 0a 09 09 6c 65 74 20 79 20 3d 20 32 30 30 3b 20 ...let y = 200;
2d60: 23 63 6f 6d 6d 65 6e 74 21 21 21 21 21 0d 0a 09 #comment!!!!!...
2d70: 09 09 78 2b 79 0d 0a 09 60 29 2c 0d 0a 09 09 6c ..x+y...`),....l
2d80: 65 74 28 22 78 22 2c 20 22 22 2c 20 69 6e 74 6c et("x", "", intl
2d90: 28 31 30 30 29 2c 20 6c 65 74 28 22 79 22 2c 20 (100), let("y",
2da0: 22 22 2c 20 69 6e 74 6c 28 32 30 30 29 2c 20 63 "", intl(200), c
2db0: 61 6c 6c 28 76 61 72 28 22 2b 22 29 2c 20 76 61 all(var("+"), va
2dc0: 72 28 22 78 22 29 2c 20 76 61 72 28 22 79 22 29 r("x"), var("y")
2dd0: 29 29 29 0d 0a 09 29 3b 0d 0a 0d 0a 09 61 73 73 )))...);.....ass
2de0: 65 72 74 5f 65 71 28 70 61 72 73 65 53 74 72 69 ert_eq(parseStri
2df0: 6e 67 28 60 0d 0a 09 09 76 61 72 20 66 61 63 20 ng(`....var fac
2e00: 3d 20 66 75 6e 28 78 29 7b 20 69 66 28 78 20 3c = fun(x){ if(x <
2e10: 3d 20 31 29 20 7b 31 7d 20 65 6c 73 65 20 7b 78 = 1) {1} else {x
2e20: 2a 66 61 63 28 78 2d 31 29 7d 20 7d 3b 0d 0a 09 *fac(x-1)} };...
2e30: 09 66 61 63 28 31 30 29 0d 0a 09 60 29 2c 0d 0a .fac(10)...`),..
2e40: 09 09 6c 65 74 28 22 66 61 63 22 2c 20 22 22 2c ..let("fac", "",
2e50: 20 66 75 6e 28 5b 22 78 22 5d 2c 0d 0a 09 09 09 fun(["x"],.....
2e60: 63 61 6c 6c 28 76 61 72 28 22 69 66 22 29 2c 0d call(var("if"),.
2e70: 0a 09 09 09 09 63 61 6c 6c 28 76 61 72 28 22 3c .....call(var("<
2e80: 3d 22 29 2c 20 76 61 72 28 22 78 22 29 2c 20 69 ="), var("x"), i
2e90: 6e 74 6c 28 31 29 29 2c 0d 0a 09 09 09 09 66 75 ntl(1)),......fu
2ea0: 6e 28 5b 5d 2c 20 69 6e 74 6c 28 31 29 29 2c 0d n([], intl(1)),.
2eb0: 0a 09 09 09 09 66 75 6e 28 5b 5d 2c 20 63 61 6c .....fun([], cal
2ec0: 6c 28 76 61 72 28 22 2a 22 29 2c 20 76 61 72 28 l(var("*"), var(
2ed0: 22 78 22 29 2c 20 63 61 6c 6c 28 76 61 72 28 22 "x"), call(var("
2ee0: 66 61 63 22 29 2c 63 61 6c 6c 28 76 61 72 28 22 fac"),call(var("
2ef0: 2d 22 29 2c 76 61 72 28 22 78 22 29 2c 69 6e 74 -"),var("x"),int
2f00: 6c 28 31 29 29 29 29 29 0d 0a 09 09 09 29 29 2c l(1))))).....)),
2f10: 0d 0a 09 09 09 63 61 6c 6c 28 76 61 72 28 22 66 .....call(var("f
2f20: 61 63 22 29 2c 69 6e 74 6c 28 31 30 29 29 0d 0a ac"),intl(10))..
2f30: 09 09 29 0d 0a 09 29 3b 0d 0a 7d 0d 0a 0d 0a 75 ..)...);..}....u
2f40: 6e 69 74 74 65 73 74 0d 0a 7b 0d 0a 09 61 73 73 nittest..{...ass
2f50: 65 72 74 5f 74 68 72 6f 77 21 55 6e 65 78 70 65 ert_throw!Unexpe
2f60: 63 74 65 64 45 4f 46 28 70 61 72 73 65 53 74 72 ctedEOF(parseStr
2f70: 69 6e 67 28 60 31 2b 60 29 29 3b 0d 0a 09 61 73 ing(`1+`));...as
2f80: 73 65 72 74 5f 74 68 72 6f 77 21 50 61 72 73 65 sert_throw!Parse
2f90: 45 78 63 65 70 74 69 6f 6e 28 70 61 72 73 65 53 Exception(parseS
2fa0: 74 72 69 6e 67 28 60 31 2b 32 7d 60 29 29 3b 0d tring(`1+2}`));.
2fb0: 0a 09 61 73 73 65 72 74 5f 74 68 72 6f 77 21 55 ..assert_throw!U
2fc0: 6e 65 78 70 65 63 74 65 64 45 4f 46 28 70 61 72 nexpectedEOF(par
2fd0: 73 65 53 74 72 69 6e 67 28 60 6c 65 74 20 22 78 seString(`let "x
2fe0: 22 60 29 29 3b 0d 0a 09 61 73 73 65 72 74 5f 74 "`));...assert_t
2ff0: 68 72 6f 77 21 55 6e 65 78 70 65 63 74 65 64 45 hrow!UnexpectedE
3000: 4f 46 28 70 61 72 73 65 53 74 72 69 6e 67 28 60 OF(parseString(`
3010: 76 61 72 60 29 29 3b 0d 0a 09 61 73 73 65 72 74 var`));...assert
3020: 5f 74 68 72 6f 77 21 50 61 72 73 65 45 78 63 65 _throw!ParseExce
3030: 70 74 69 6f 6e 28 70 61 72 73 65 53 74 72 69 6e ption(parseStrin
3040: 67 28 60 40 76 61 6c 20 78 20 3d 3d 60 29 29 3b g(`@val x ==`));
3050: 0d 0a 09 61 73 73 65 72 74 5f 74 68 72 6f 77 21 ...assert_throw!
3060: 50 61 72 73 65 45 78 63 65 70 74 69 6f 6e 28 70 ParseException(p
3070: 61 72 73 65 53 74 72 69 6e 67 28 60 69 66 28 29 arseString(`if()
3080: 7b 31 7d 60 29 29 3b 0d 0a 09 61 73 73 65 72 74 {1}`));...assert
3090: 5f 74 68 72 6f 77 21 55 6e 65 78 70 65 63 74 65 _throw!Unexpecte
30a0: 64 45 4f 46 28 70 61 72 73 65 53 74 72 69 6e 67 dEOF(parseString
30b0: 28 60 66 28 60 29 29 3b 0d 0a 7d 0d 0a 0d 0a 75 (`f(`));..}....u
30c0: 6e 69 74 74 65 73 74 0d 0a 7b 0d 0a 09 6d 69 78 nittest..{...mix
30d0: 69 6e 20 45 61 73 79 41 53 54 3b 0d 0a 09 61 73 in EasyAST;...as
30e0: 73 65 72 74 5f 65 71 28 70 61 72 73 65 53 74 72 sert_eq(parseStr
30f0: 69 6e 67 28 60 64 65 66 20 66 6f 6f 28 78 29 20 ing(`def foo(x)
3100: 7b 20 78 2b 31 20 7d 3b 20 66 6f 6f 60 29 2c 0d { x+1 }; foo`),.
3110: 0a 09 09 6c 65 74 28 22 66 6f 6f 22 2c 20 22 22 ...let("foo", ""
3120: 2c 0d 0a 09 09 09 66 75 6e 28 5b 22 78 22 5d 2c ,.....fun(["x"],
3130: 20 63 61 6c 6c 28 76 61 72 28 22 2b 22 29 2c 20 call(var("+"),
3140: 76 61 72 28 22 78 22 29 2c 20 69 6e 74 6c 28 31 var("x"), intl(1
3150: 29 29 29 2c 0d 0a 09 09 09 76 61 72 28 22 66 6f ))),.....var("fo
3160: 6f 22 29 29 0d 0a 09 29 3b 0d 0a 0d 0a 09 61 73 o"))...);.....as
3170: 73 65 72 74 5f 65 71 28 70 61 72 73 65 53 74 72 sert_eq(parseStr
3180: 69 6e 67 28 60 40 40 74 79 70 65 20 28 20 78 20 ing(`@@type ( x
3190: 29 20 7b 20 78 20 7d 60 29 2c 0d 0a 09 09 6c 65 ) { x }`),....le
31a0: 74 28 22 40 74 79 70 65 22 2c 20 22 28 73 79 73 t("@type", "(sys
31b0: 74 65 6d 29 22 2c 20 66 75 6e 28 5b 22 78 22 5d tem)", fun(["x"]
31c0: 2c 20 76 61 72 28 22 78 22 29 29 2c 20 76 61 72 , var("x")), var
31d0: 28 22 40 74 79 70 65 22 29 29 20 29 3b 0d 0a 0d ("@type")) );...
31e0: 0a 09 61 73 73 65 72 74 5f 65 71 28 70 61 72 73 ..assert_eq(pars
31f0: 65 53 74 72 69 6e 67 28 60 7b 7d 60 29 2c 20 63 eString(`{}`), c
3200: 61 6c 6c 28 76 61 72 28 22 7b 7d 22 29 29 29 3b all(var("{}")));
3210: 0d 0a 09 61 73 73 65 72 74 5f 65 71 28 70 61 72 ...assert_eq(par
3220: 73 65 53 74 72 69 6e 67 28 60 7b 66 6f 6f 3a 31 seString(`{foo:1
3230: 2c 22 62 61 72 22 3a 32 7d 60 29 2c 0d 0a 09 09 ,"bar":2}`),....
3240: 63 61 6c 6c 28 76 61 72 28 22 2e 3d 22 29 2c 20 call(var(".="),
3250: 63 61 6c 6c 28 76 61 72 28 22 2e 3d 22 29 2c 20 call(var(".="),
3260: 63 61 6c 6c 28 76 61 72 28 22 7b 7d 22 29 29 2c call(var("{}")),
3270: 20 73 74 72 6c 28 22 66 6f 6f 22 29 2c 20 69 6e strl("foo"), in
3280: 74 6c 28 31 29 29 2c 20 73 74 72 6c 28 22 62 61 tl(1)), strl("ba
3290: 72 22 29 2c 20 69 6e 74 6c 28 32 29 29 29 3b 0d r"), intl(2)));.
32a0: 0a 09 61 73 73 65 72 74 5f 65 71 28 70 61 72 73 ..assert_eq(pars
32b0: 65 53 74 72 69 6e 67 28 60 7b 7d 2e 66 6f 6f 60 eString(`{}.foo`
32c0: 29 2c 20 63 61 6c 6c 28 76 61 72 28 22 2e 22 29 ), call(var(".")
32d0: 2c 63 61 6c 6c 28 76 61 72 28 22 7b 7d 22 29 29 ,call(var("{}"))
32e0: 2c 73 74 72 6c 28 22 66 6f 6f 22 29 29 29 3b 0d ,strl("foo")));.
32f0: 0a 09 61 73 73 65 72 74 5f 65 71 28 70 61 72 73 ..assert_eq(pars
3300: 65 53 74 72 69 6e 67 28 60 7b 7d 2e 3f 66 6f 6f eString(`{}.?foo
3310: 60 29 2c 20 63 61 6c 6c 28 76 61 72 28 22 2e 3f `), call(var(".?
3320: 22 29 2c 63 61 6c 6c 28 76 61 72 28 22 7b 7d 22 "),call(var("{}"
3330: 29 29 2c 73 74 72 6c 28 22 66 6f 6f 22 29 29 29 )),strl("foo")))
3340: 3b 0d 0a 7d 0d 0a ;..}..