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 66 .import polemy.f
00c0: 61 69 6c 75 72 65 3b 0d 0a 69 6d 70 6f 72 74 20 ailure;..import
00d0: 70 6f 6c 65 6d 79 2e 6c 65 78 3b 0d 0a 69 6d 70 polemy.lex;..imp
00e0: 6f 72 74 20 70 6f 6c 65 6d 79 2e 61 73 74 3b 0d ort polemy.ast;.
00f0: 0a 69 6d 70 6f 72 74 20 70 6f 6c 65 6d 79 2e 6c .import polemy.l
0100: 61 79 65 72 3b 0a 0d 0a 2f 2f 2f 20 50 61 72 73 ayer;.../// Pars
0110: 65 20 61 20 73 74 72 69 6e 67 20 61 6e 64 20 72 e a string and r
0120: 65 74 75 72 6e 20 69 74 73 20 41 53 54 0d 0a 0d eturn its AST...
0130: 0a 41 53 54 20 70 61 72 73 65 53 74 72 69 6e 67 .AST parseString
0140: 28 53 2c 20 54 2e 2e 2e 29 28 53 20 73 74 72 2c (S, T...)(S str,
0150: 20 54 20 66 6e 5f 6c 6e 5f 63 6e 29 0d 0a 7b 0d T fn_ln_cn)..{.
0160: 0a 09 72 65 74 75 72 6e 20 70 61 72 73 65 72 46 ..return parserF
0170: 72 6f 6d 53 74 72 69 6e 67 28 73 74 72 2c 20 66 romString(str, f
0180: 6e 5f 6c 6e 5f 63 6e 29 2e 70 61 72 73 65 28 29 n_ln_cn).parse()
0190: 3b 0d 0a 7d 0d 0a 0d 0a 2f 2f 2f 20 50 61 72 73 ;..}..../// Pars
01a0: 65 20 74 68 65 20 63 6f 6e 74 65 6e 74 20 6f 66 e the content of
01b0: 20 61 20 66 69 6c 65 20 61 6e 64 20 72 65 74 75 a file and retu
01c0: 72 6e 20 69 74 73 20 41 53 54 0d 0a 0d 0a 41 53 rn its AST....AS
01d0: 54 20 70 61 72 73 65 46 69 6c 65 28 53 2c 20 54 T parseFile(S, T
01e0: 2e 2e 2e 29 28 53 20 66 69 6c 65 6e 61 6d 65 2c ...)(S filename,
01f0: 20 54 20 6c 6e 5f 63 6e 29 0d 0a 7b 0d 0a 09 72 T ln_cn)..{...r
0200: 65 74 75 72 6e 20 70 61 72 73 65 72 46 72 6f 6d eturn parserFrom
0210: 46 69 6c 65 28 66 69 6c 65 6e 61 6d 65 2c 20 6c File(filename, l
0220: 6e 5f 63 6e 29 2e 70 61 72 73 65 28 29 3b 0d 0a n_cn).parse();..
0230: 7d 0d 0a 0d 0a 2f 2f 20 4e 61 6d 65 64 20 43 6f }....// Named Co
0240: 6e 73 74 72 75 63 74 6f 72 73 20 6f 66 20 50 61 nstructors of Pa
0250: 72 73 65 72 0d 0a 0d 0a 70 72 69 76 61 74 65 20 rser....private
0260: 61 75 74 6f 20 70 61 72 73 65 72 46 72 6f 6d 4c auto parserFromL
0270: 65 78 65 72 28 4c 65 78 65 72 29 28 4c 65 78 65 exer(Lexer)(Lexe
0280: 72 20 6c 65 78 29 0d 0a 09 7b 20 72 65 74 75 72 r lex)...{ retur
0290: 6e 20 6e 65 77 20 50 61 72 73 65 72 21 4c 65 78 n new Parser!Lex
02a0: 65 72 28 6c 65 78 29 3b 20 7d 0d 0a 0d 0a 70 72 er(lex); }....pr
02b0: 69 76 61 74 65 20 61 75 74 6f 20 70 61 72 73 65 ivate auto parse
02c0: 72 46 72 6f 6d 53 74 72 69 6e 67 28 54 2e 2e 2e rFromString(T...
02d0: 29 28 54 20 70 61 72 61 6d 73 29 0d 0a 09 7b 20 )(T params)...{
02e0: 72 65 74 75 72 6e 20 70 61 72 73 65 72 46 72 6f return parserFro
02f0: 6d 4c 65 78 65 72 28 6c 65 78 65 72 46 72 6f 6d mLexer(lexerFrom
0300: 53 74 72 69 6e 67 28 70 61 72 61 6d 73 29 29 3b String(params));
0310: 20 7d 0d 0a 0d 0a 70 72 69 76 61 74 65 20 61 75 }....private au
0320: 74 6f 20 70 61 72 73 65 72 46 72 6f 6d 46 69 6c to parserFromFil
0330: 65 28 54 2e 2e 2e 29 28 54 20 70 61 72 61 6d 73 e(T...)(T params
0340: 29 0d 0a 09 7b 20 72 65 74 75 72 6e 20 70 61 72 )...{ return par
0350: 73 65 72 46 72 6f 6d 4c 65 78 65 72 28 6c 65 78 serFromLexer(lex
0360: 65 72 46 72 6f 6d 46 69 6c 65 28 70 61 72 61 6d erFromFile(param
0370: 73 29 29 3b 20 7d 0d 0a 0d 0a 2f 2f 20 50 61 72 s)); }....// Par
0380: 73 65 72 0d 0a 0d 0a 70 72 69 76 61 74 65 20 63 ser....private c
0390: 6c 61 73 73 20 50 61 72 73 65 72 28 4c 65 78 65 lass Parser(Lexe
03a0: 72 29 0d 0a 09 69 66 28 20 69 73 46 6f 72 77 61 r)...if( isForwa
03b0: 72 64 52 61 6e 67 65 21 28 4c 65 78 65 72 29 20 rdRange!(Lexer)
03c0: 26 26 20 69 73 28 45 6c 65 6d 65 6e 74 54 79 70 && is(ElementTyp
03d0: 65 21 28 4c 65 78 65 72 29 20 3d 3d 20 54 6f 6b e!(Lexer) == Tok
03e0: 65 6e 29 20 29 0d 0a 7b 0d 0a 09 41 53 54 20 70 en) )..{...AST p
03f0: 61 72 73 65 28 29 0d 0a 09 7b 0d 0a 09 09 61 75 arse()...{....au
0400: 74 6f 20 65 20 3d 20 42 6f 64 79 28 29 3b 0d 0a to e = Body();..
0410: 09 09 69 66 28 20 21 6c 65 78 2e 65 6d 70 74 79 ..if( !lex.empty
0420: 20 29 0d 0a 09 09 09 74 68 72 6f 77 20 67 65 6e ).....throw gen
0430: 65 78 21 50 61 72 73 65 45 78 63 65 70 74 69 6f ex!ParseExceptio
0440: 6e 28 63 75 72 72 65 6e 74 50 6f 73 69 74 69 6f n(currentPositio
0450: 6e 28 29 2c 20 22 70 61 72 73 69 6e 67 20 65 6e n(), "parsing en
0460: 64 65 64 20 62 75 74 20 73 6f 6d 65 20 74 6f 6b ded but some tok
0470: 65 6e 73 20 6c 65 66 74 22 29 3b 0d 0a 09 09 72 ens left");....r
0480: 65 74 75 72 6e 20 65 3b 0d 0a 09 7d 0d 0a 0d 0a eturn e;...}....
0490: 09 41 53 54 20 42 6f 64 79 28 29 0d 0a 09 7b 0d .AST Body()...{.
04a0: 0a 09 09 2f 2f 2f 20 42 6f 64 79 20 3a 3a 3d 20 .../// Body ::=
04b0: 44 65 63 6c 61 72 61 74 69 6f 6e 0d 0a 09 09 2f Declaration..../
04c0: 2f 2f 20 20 20 20 20 20 20 20 7c 20 54 6f 70 4c // | TopL
04d0: 65 76 65 6c 45 78 70 72 65 73 73 69 6f 6e 0d 0a evelExpression..
04e0: 0d 0a 09 09 69 66 28 20 63 6c 6f 73 69 6e 67 42 ....if( closingB
04f0: 72 61 63 6b 65 74 28 29 20 29 0d 0a 09 09 09 72 racket() ).....r
0500: 65 74 75 72 6e 20 64 6f 4e 6f 74 68 69 6e 67 45 eturn doNothingE
0510: 78 70 72 65 73 73 69 6f 6e 28 29 3b 0d 0a 0d 0a xpression();....
0520: 09 09 61 75 74 6f 20 73 61 76 65 64 20 3d 20 6c ..auto saved = l
0530: 65 78 2e 73 61 76 65 3b 0d 0a 09 09 69 66 28 20 ex.save;....if(
0540: 61 75 74 6f 20 65 20 3d 20 44 65 63 6c 61 72 61 auto e = Declara
0550: 74 69 6f 6e 28 29 20 29 0d 0a 09 09 09 72 65 74 tion() ).....ret
0560: 75 72 6e 20 65 3b 0d 0a 09 09 6c 65 78 20 3d 20 urn e;....lex =
0570: 73 61 76 65 64 3b 0d 0a 09 09 72 65 74 75 72 6e saved;....return
0580: 20 54 6f 70 4c 65 76 65 6c 45 78 70 72 65 73 73 TopLevelExpress
0590: 69 6f 6e 28 29 3b 0d 0a 09 7d 0d 0a 0d 0a 09 41 ion();...}.....A
05a0: 53 54 20 44 65 63 6c 61 72 61 74 69 6f 6e 28 29 ST Declaration()
05b0: 20 2f 2f 20 72 65 74 75 72 6e 73 20 6e 75 6c 6c // returns null
05c0: 20 69 66 20 69 74 20 69 73 20 6e 6f 74 20 61 20 if it is not a
05d0: 64 65 63 6c 61 72 61 74 69 6f 6e 0d 0a 09 7b 0d declaration...{.
05e0: 0a 09 09 2f 2f 2f 20 44 65 63 6c 61 72 61 74 69 .../// Declarati
05f0: 6f 6e 20 3a 3a 3d 0d 0a 09 09 2f 2f 2f 20 20 20 on ::=....///
0600: 20 5b 22 40 22 20 4c 61 79 65 72 7c 22 6c 65 74 ["@" Layer|"let
0610: 22 7c 22 76 61 72 22 7c 22 64 65 66 22 5d 20 56 "|"var"|"def"] V
0620: 61 72 20 22 3d 22 20 45 78 70 72 65 73 73 69 6f ar "=" Expressio
0630: 6e 20 28 5b 22 3b 22 7c 22 69 6e 22 5d 20 42 6f n ([";"|"in"] Bo
0640: 64 79 3f 29 3f 0d 0a 09 09 2f 2f 2f 20 20 7c 20 dy?)?..../// |
0650: 5b 22 40 22 20 4c 61 79 65 72 7c 22 6c 65 74 22 ["@" Layer|"let"
0660: 7c 22 76 61 72 22 7c 22 64 65 66 22 5d 20 56 61 |"var"|"def"] Va
0670: 72 20 22 28 22 20 50 61 72 61 6d 25 22 2c 22 20 r "(" Param%","
0680: 22 29 22 20 22 7b 22 20 42 6f 64 79 20 22 7d 22 ")" "{" Body "}"
0690: 20 28 5b 22 3b 22 7c 22 69 6e 22 5d 20 42 6f 64 ([";"|"in"] Bod
06a0: 79 3f 29 3f 0d 0a 09 09 2f 2f 2f 20 20 7c 20 5b y?)?..../// | [
06b0: 22 40 22 20 22 40 22 20 4c 61 79 65 72 20 22 3d "@" "@" Layer "=
06c0: 22 20 45 78 70 72 65 73 73 69 6f 6e 20 28 5b 22 " Expression (["
06d0: 3b 22 7c 22 69 6e 22 5d 20 42 6f 64 79 3f 29 3f ;"|"in"] Body?)?
06e0: 0d 0a 09 09 2f 2f 2f 20 20 7c 20 5b 22 40 22 20 ..../// | ["@"
06f0: 22 40 22 20 4c 61 79 65 72 20 22 28 22 20 50 61 "@" Layer "(" Pa
0700: 72 61 6d 25 22 2c 22 20 22 29 22 20 22 7b 22 20 ram%"," ")" "{"
0710: 42 6f 64 79 20 22 7d 22 20 28 5b 22 3b 22 7c 22 Body "}" ([";"|"
0720: 69 6e 22 5d 20 42 6f 64 79 3f 29 3f 0d 0a 0d 0a in"] Body?)?....
0730: 09 09 61 75 74 6f 20 70 6f 73 20 3d 20 63 75 72 ..auto pos = cur
0740: 72 65 6e 74 50 6f 73 69 74 69 6f 6e 28 29 3b 0d rentPosition();.
0750: 0a 09 09 4c 61 79 65 72 20 6c 61 79 65 72 20 3d ...Layer layer =
0760: 20 22 22 3b 0d 0a 09 09 62 6f 6f 6c 20 6c 61 79 "";....bool lay
0770: 65 72 4c 69 66 74 44 65 63 6c 20 3d 20 66 61 6c erLiftDecl = fal
0780: 73 65 3b 0d 0a 0d 0a 09 09 69 66 28 20 74 72 79 se;......if( try
0790: 45 61 74 28 22 40 22 29 20 29 0d 0a 09 09 7b 0d Eat("@") )....{.
07a0: 0a 09 09 09 6c 61 79 65 72 20 3d 20 22 40 22 20 ....layer = "@"
07b0: 7e 20 65 61 74 49 64 28 22 61 66 74 65 72 20 40 ~ eatId("after @
07c0: 22 2c 20 41 6c 6c 6f 77 51 75 6f 74 65 64 29 3b ", AllowQuoted);
07d0: 0d 0a 09 09 09 69 66 28 20 6c 61 79 65 72 20 3d .....if( layer =
07e0: 3d 20 22 40 40 22 20 29 0d 0a 09 09 09 7b 0d 0a = "@@" ).....{..
07f0: 09 09 09 09 6c 61 79 65 72 20 3d 20 22 40 22 20 ....layer = "@"
0800: 7e 20 65 61 74 49 64 28 22 61 66 74 65 72 20 40 ~ eatId("after @
0810: 40 22 2c 20 41 6c 6c 6f 77 51 75 6f 74 65 64 29 @", AllowQuoted)
0820: 3b 0d 0a 09 09 09 09 6c 61 79 65 72 4c 69 66 74 ;......layerLift
0830: 44 65 63 6c 20 3d 20 74 72 75 65 3b 0d 0a 09 09 Decl = true;....
0840: 09 7d 0d 0a 09 09 09 65 6c 73 65 0d 0a 09 09 09 .}.....else.....
0850: 7b 0d 0a 09 09 09 09 69 66 28 20 74 72 79 45 61 {......if( tryEa
0860: 74 28 22 28 22 29 20 29 0d 0a 09 09 09 09 09 72 t("(") ).......r
0870: 65 74 75 72 6e 20 6e 75 6c 6c 3b 20 2f 2f 20 40 eturn null; // @
0880: 6c 61 79 28 2e 2e 2e 29 20 65 78 70 72 65 73 73 lay(...) express
0890: 69 6f 6e 2c 20 6e 6f 74 20 61 20 64 65 63 6c 61 ion, not a decla
08a0: 72 61 74 69 6f 6e 0d 0a 09 09 09 7d 0d 0a 09 09 ration.....}....
08b0: 7d 0d 0a 0d 0a 09 09 2f 2f 20 5b 54 4f 44 4f 5d }......// [TODO]
08c0: 20 52 65 66 61 63 74 6f 72 0d 0a 09 09 69 66 28 Refactor....if(
08d0: 20 6c 61 79 65 72 4c 69 66 74 44 65 63 6c 20 29 layerLiftDecl )
08e0: 0d 0a 09 09 7b 0d 0a 09 09 09 73 74 72 69 6e 67 ....{.....string
08f0: 20 6b 77 64 20 3d 20 22 40 22 20 7e 20 6c 61 79 kwd = "@" ~ lay
0900: 65 72 3b 0d 0a 09 09 09 73 74 72 69 6e 67 20 76 er;.....string v
0910: 61 72 20 3d 20 6c 61 79 65 72 3b 0d 0a 0d 0a 09 ar = layer;.....
0920: 09 09 61 75 74 6f 20 65 20 3d 20 74 72 79 45 61 ..auto e = tryEa
0930: 74 28 22 28 22 29 0d 0a 09 09 09 09 3f 20 70 61 t("(")......? pa
0940: 72 73 65 4c 61 6d 62 64 61 41 66 74 65 72 4f 70 rseLambdaAfterOp
0950: 65 6e 50 61 72 65 6e 28 70 6f 73 29 20 20 2f 2f enParen(pos) //
0960: 20 6c 65 74 20 76 61 72 20 28 20 2e 2e 2e 0d 0a let var ( .....
0970: 09 09 09 09 3a 20 28 65 61 74 28 22 3d 22 2c 20 ....: (eat("=",
0980: 22 61 66 74 65 72 20 22 7e 6b 77 64 29 2c 20 45 "after "~kwd), E
0990: 28 30 29 29 3b 20 2f 2f 20 6c 65 74 20 76 61 72 (0)); // let var
09a0: 20 3d 20 2e 2e 2e 0d 0a 09 09 09 69 66 28 20 6d = ........if( m
09b0: 6f 72 65 44 65 63 6c 61 72 61 74 69 6f 6e 45 78 oreDeclarationEx
09c0: 69 73 74 73 28 29 20 29 0d 0a 09 09 09 09 72 65 ists() )......re
09d0: 74 75 72 6e 20 6e 65 77 20 4c 65 74 45 78 70 72 turn new LetExpr
09e0: 65 73 73 69 6f 6e 28 70 6f 73 2c 20 76 61 72 2c ession(pos, var,
09f0: 20 53 79 73 74 65 6d 4c 61 79 65 72 2c 20 65 2c SystemLayer, e,
0a00: 20 42 6f 64 79 28 29 29 3b 0d 0a 09 09 09 65 6c Body());.....el
0a10: 73 65 0d 0a 09 09 09 09 72 65 74 75 72 6e 20 6e se......return n
0a20: 65 77 20 4c 65 74 45 78 70 72 65 73 73 69 6f 6e ew LetExpression
0a30: 28 70 6f 73 2c 20 76 61 72 2c 20 53 79 73 74 65 (pos, var, Syste
0a40: 6d 4c 61 79 65 72 2c 20 65 2c 0d 0a 09 09 09 09 mLayer, e,......
0a50: 09 6e 65 77 20 4c 61 79 65 72 65 64 45 78 70 72 .new LayeredExpr
0a60: 65 73 73 69 6f 6e 28 70 6f 73 2c 20 53 79 73 74 ession(pos, Syst
0a70: 65 6d 4c 61 79 65 72 2c 20 6e 65 77 20 56 61 72 emLayer, new Var
0a80: 45 78 70 72 65 73 73 69 6f 6e 28 70 6f 73 2c 20 Expression(pos,
0a90: 76 61 72 29 29 0d 0a 09 09 09 09 29 3b 0d 0a 09 var))......);...
0aa0: 09 7d 0d 0a 09 09 65 6c 73 65 0d 0a 09 09 7b 0d .}....else....{.
0ab0: 0a 09 09 09 73 74 72 69 6e 67 20 6b 77 64 20 3d ....string kwd =
0ac0: 20 6c 61 79 65 72 3b 0d 0a 09 09 09 69 66 28 20 layer;.....if(
0ad0: 6c 61 79 65 72 2e 65 6d 70 74 79 20 26 26 20 21 layer.empty && !
0ae0: 74 72 79 45 61 74 28 6b 77 64 3d 22 6c 65 74 22 tryEat(kwd="let"
0af0: 29 20 26 26 20 21 74 72 79 45 61 74 28 6b 77 64 ) && !tryEat(kwd
0b00: 3d 22 76 61 72 22 29 20 26 26 20 21 74 72 79 45 ="var") && !tryE
0b10: 61 74 28 6b 77 64 3d 22 64 65 66 22 29 20 29 0d at(kwd="def") ).
0b20: 0a 09 09 09 09 72 65 74 75 72 6e 20 6e 75 6c 6c .....return null
0b30: 3b 20 2f 2f 20 6e 6f 6e 65 20 6f 66 20 7b 40 6c ; // none of {@l
0b40: 61 79 2c 20 6c 65 74 2c 20 76 61 72 2c 20 64 65 ay, let, var, de
0b50: 66 7d 20 6f 63 63 75 72 72 65 64 2c 20 69 74 27 f} occurred, it'
0b60: 73 20 6e 6f 74 20 61 20 64 65 63 6c 61 72 61 74 s not a declarat
0b70: 69 6f 6e 0d 0a 0d 0a 09 09 09 61 75 74 6f 20 76 ion.......auto v
0b80: 61 72 70 6f 73 20 3d 20 63 75 72 72 65 6e 74 50 arpos = currentP
0b90: 6f 73 69 74 69 6f 6e 28 29 3b 0d 0a 09 09 09 73 osition();.....s
0ba0: 74 72 69 6e 67 20 76 61 72 20 3d 20 65 61 74 49 tring var = eatI
0bb0: 64 28 22 61 66 74 65 72 20 22 7e 6b 77 64 2c 20 d("after "~kwd,
0bc0: 41 6c 6c 6f 77 51 75 6f 74 65 64 29 3b 20 2f 2f AllowQuoted); //
0bd0: 20 6e 61 6d 65 20 6f 66 20 74 68 65 20 64 65 63 name of the dec
0be0: 6c 61 72 65 64 20 76 61 72 69 61 62 6c 65 0d 0a lared variable..
0bf0: 0d 0a 09 09 09 61 75 74 6f 20 65 20 3d 20 74 72 .....auto e = tr
0c00: 79 45 61 74 28 22 28 22 29 0d 0a 09 09 09 09 3f yEat("(")......?
0c10: 20 70 61 72 73 65 4c 61 6d 62 64 61 41 66 74 65 parseLambdaAfte
0c20: 72 4f 70 65 6e 50 61 72 65 6e 28 76 61 72 70 6f rOpenParen(varpo
0c30: 73 29 20 20 2f 2f 20 6c 65 74 20 76 61 72 20 28 s) // let var (
0c40: 20 2e 2e 2e 0d 0a 09 09 09 09 3a 20 28 65 61 74 .........: (eat
0c50: 28 22 3d 22 2c 20 22 61 66 74 65 72 20 22 7e 6b ("=", "after "~k
0c60: 77 64 29 2c 20 45 28 30 29 29 3b 20 20 20 20 2f wd), E(0)); /
0c70: 2f 20 6c 65 74 20 76 61 72 20 3d 20 2e 2e 2e 0d / let var = ....
0c80: 0a 09 09 09 69 66 28 20 6d 6f 72 65 44 65 63 6c ....if( moreDecl
0c90: 61 72 61 74 69 6f 6e 45 78 69 73 74 73 28 29 20 arationExists()
0ca0: 29 0d 0a 09 09 09 09 72 65 74 75 72 6e 20 6e 65 )......return ne
0cb0: 77 20 4c 65 74 45 78 70 72 65 73 73 69 6f 6e 28 w LetExpression(
0cc0: 70 6f 73 2c 20 76 61 72 2c 20 6c 61 79 65 72 2c pos, var, layer,
0cd0: 20 65 2c 20 42 6f 64 79 28 29 29 3b 0d 0a 09 09 e, Body());....
0ce0: 09 65 6c 73 65 0d 0a 09 09 09 09 72 65 74 75 72 .else......retur
0cf0: 6e 20 6e 65 77 20 4c 65 74 45 78 70 72 65 73 73 n new LetExpress
0d00: 69 6f 6e 28 70 6f 73 2c 20 76 61 72 2c 20 6c 61 ion(pos, var, la
0d10: 79 65 72 2c 20 65 2c 20 6e 65 77 20 56 61 72 45 yer, e, new VarE
0d20: 78 70 72 65 73 73 69 6f 6e 28 76 61 72 70 6f 73 xpression(varpos
0d30: 2c 20 76 61 72 29 29 3b 0d 0a 09 09 7d 0d 0a 09 , var));....}...
0d40: 7d 0d 0a 0d 0a 09 41 53 54 20 54 6f 70 4c 65 76 }.....AST TopLev
0d50: 65 6c 45 78 70 72 65 73 73 69 6f 6e 28 29 0d 0a elExpression()..
0d60: 09 7b 0d 0a 09 09 2f 2f 2f 20 54 6f 70 4c 65 76 .{..../// TopLev
0d70: 65 6c 45 78 70 72 65 73 73 69 6f 6e 20 3a 3a 3d elExpression ::=
0d80: 20 45 78 70 72 65 73 73 69 6f 6e 20 28 5b 22 3b Expression ([";
0d90: 22 7c 22 69 6e 22 5d 20 42 6f 64 79 3f 29 3f 0d "|"in"] Body?)?.
0da0: 0a 0d 0a 09 09 61 75 74 6f 20 70 6f 73 20 3d 20 .....auto pos =
0db0: 63 75 72 72 65 6e 74 50 6f 73 69 74 69 6f 6e 28 currentPosition(
0dc0: 29 3b 0d 0a 09 09 61 75 74 6f 20 65 20 3d 20 45 );....auto e = E
0dd0: 28 30 29 3b 0d 0a 09 09 69 66 28 20 6d 6f 72 65 (0);....if( more
0de0: 44 65 63 6c 61 72 61 74 69 6f 6e 45 78 69 73 74 DeclarationExist
0df0: 73 28 29 20 29 0d 0a 09 09 09 72 65 74 75 72 6e s() ).....return
0e00: 20 6e 65 77 20 4c 65 74 45 78 70 72 65 73 73 69 new LetExpressi
0e10: 6f 6e 28 70 6f 73 2c 20 22 5f 22 2c 20 22 22 2c on(pos, "_", "",
0e20: 20 65 2c 20 42 6f 64 79 28 29 29 3b 0d 0a 09 09 e, Body());....
0e30: 65 6c 73 65 0d 0a 09 09 09 72 65 74 75 72 6e 20 else.....return
0e40: 65 3b 0d 0a 09 7d 0d 0a 0d 0a 09 70 72 69 76 61 e;...}.....priva
0e50: 74 65 20 62 6f 6f 6c 20 6d 6f 72 65 44 65 63 6c te bool moreDecl
0e60: 61 72 61 74 69 6f 6e 45 78 69 73 74 73 28 29 0d arationExists().
0e70: 0a 09 7b 0d 0a 09 09 72 65 74 75 72 6e 20 28 74 ..{....return (t
0e80: 72 79 45 61 74 28 22 3b 22 29 20 7c 7c 20 74 72 ryEat(";") || tr
0e90: 79 45 61 74 28 22 69 6e 22 29 29 20 26 26 20 21 yEat("in")) && !
0ea0: 63 6c 6f 73 69 6e 67 42 72 61 63 6b 65 74 28 29 closingBracket()
0eb0: 3b 0d 0a 09 7d 0d 0a 0d 0a 09 70 72 69 76 61 74 ;...}.....privat
0ec0: 65 20 62 6f 6f 6c 20 63 6c 6f 73 69 6e 67 42 72 e bool closingBr
0ed0: 61 63 6b 65 74 28 29 0d 0a 09 7b 0d 0a 09 09 72 acket()...{....r
0ee0: 65 74 75 72 6e 20 6c 65 78 2e 65 6d 70 74 79 20 eturn lex.empty
0ef0: 7c 7c 20 21 6c 65 78 2e 66 72 6f 6e 74 2e 71 75 || !lex.front.qu
0f00: 6f 74 65 64 20 26 26 20 5b 22 7d 22 2c 22 29 22 oted && ["}",")"
0f10: 2c 22 5d 22 5d 2e 63 61 6e 46 69 6e 64 28 6c 65 ,"]"].canFind(le
0f20: 78 2e 66 72 6f 6e 74 2e 73 74 72 29 3b 0d 0a 09 x.front.str);...
0f30: 7d 0d 0a 0d 0a 09 2f 2f 20 5b 54 4f 44 4f 5d 20 }.....// [TODO]
0f40: 6d 61 6b 65 20 74 68 69 73 20 63 75 73 74 6f 6d make this custom
0f50: 69 7a 61 62 6c 65 20 66 72 6f 6d 20 70 72 6f 67 izable from prog
0f60: 72 61 6d 0d 0a 09 70 72 69 76 61 74 65 20 73 74 ram...private st
0f70: 61 74 69 63 20 73 74 72 69 6e 67 5b 5d 5b 5d 20 atic string[][]
0f80: 6f 70 65 72 61 74 6f 72 5f 70 65 72 66 65 72 65 operator_perfere
0f90: 6e 63 65 73 20 3d 20 5b 0d 0a 09 09 5b 22 7c 7c nces = [....["||
0fa0: 22 5d 2c 0d 0a 09 09 5b 22 26 26 22 5d 2c 0d 0a "],....["&&"],..
0fb0: 09 09 5b 22 21 3d 22 5d 2c 0d 0a 09 09 5b 22 3d ..["!="],....["=
0fc0: 3d 22 5d 2c 0d 0a 09 09 5b 22 3c 22 2c 22 3c 3d ="],....["<","<=
0fd0: 22 2c 22 3e 22 2c 22 3e 3d 22 5d 2c 0d 0a 09 09 ",">",">="],....
0fe0: 5b 22 7c 22 5d 2c 0d 0a 09 09 5b 22 5e 22 5d 2c ["|"],....["^"],
0ff0: 0d 0a 09 09 5b 22 26 22 5d 2c 0d 0a 09 09 5b 22 ....["&"],....["
1000: 3c 3c 22 2c 20 22 3e 3e 22 5d 2c 0d 0a 09 09 5b <<", ">>"],....[
1010: 22 2b 22 2c 22 2d 22 5d 2c 0d 0a 09 09 5b 22 7e "+","-"],....["~
1020: 22 5d 2c 0d 0a 09 09 5b 22 2a 22 2c 22 2f 22 2c "],....["*","/",
1030: 22 25 22 5d 2c 0d 0a 09 09 5b 22 5e 5e 22 2c 22 "%"],....["^^","
1040: 2a 2a 22 5d 2c 0d 0a 09 09 5b 22 2e 22 2c 22 2e **"],....[".",".
1050: 3f 22 5d 0d 0a 09 5d 3b 0d 0a 0d 0a 09 41 53 54 ?"]...];.....AST
1060: 20 45 28 73 69 7a 65 5f 74 20 6c 65 76 65 6c 29 E(size_t level)
1070: 0d 0a 09 7b 0d 0a 09 09 2f 2f 2f 20 45 78 70 72 ...{..../// Expr
1080: 65 73 73 69 6f 6e 20 3a 3a 3d 20 28 42 69 6e 61 ession ::= (Bina
1090: 72 79 20 6c 65 66 74 2d 61 73 73 6f 63 69 61 74 ry left-associat
10a0: 69 76 65 20 6f 70 65 72 61 74 6f 72 73 20 6f 76 ive operators ov
10b0: 65 72 29 20 46 75 6e 63 61 6c 6c 0d 0a 0d 0a 09 er) Funcall.....
10c0: 09 41 53 54 20 72 65 63 28 41 53 54 20 6c 68 73 .AST rec(AST lhs
10d0: 29 0d 0a 09 09 7b 0d 0a 09 09 09 69 66 28 20 63 )....{.....if( c
10e0: 6c 6f 73 69 6e 67 42 72 61 63 6b 65 74 28 29 20 losingBracket()
10f0: 29 0d 0a 09 09 09 09 72 65 74 75 72 6e 20 6c 68 )......return lh
1100: 73 3b 0d 0a 0d 0a 09 09 09 61 75 74 6f 20 70 6f s;.......auto po
1110: 73 20 3d 20 63 75 72 72 65 6e 74 50 6f 73 69 74 s = currentPosit
1120: 69 6f 6e 28 29 3b 0d 0a 09 09 09 66 6f 72 65 61 ion();.....forea
1130: 63 68 28 6f 70 3b 20 6f 70 65 72 61 74 6f 72 5f ch(op; operator_
1140: 70 65 72 66 65 72 65 6e 63 65 73 5b 6c 65 76 65 perferences[leve
1150: 6c 5d 29 0d 0a 09 09 09 09 69 66 28 20 74 72 79 l])......if( try
1160: 45 61 74 28 6f 70 29 20 29 0d 0a 09 09 09 09 09 Eat(op) ).......
1170: 69 66 28 20 6f 70 5b 30 5d 3d 3d 27 2e 27 20 29 if( op[0]=='.' )
1180: 0d 0a 09 09 09 09 09 09 72 65 74 75 72 6e 20 72 ........return r
1190: 65 63 28 0d 0a 09 09 09 09 09 09 09 6e 65 77 20 ec(.........new
11a0: 46 75 6e 63 61 6c 6c 45 78 70 72 65 73 73 69 6f FuncallExpressio
11b0: 6e 28 6c 68 73 2e 70 6f 73 2c 20 6e 65 77 20 56 n(lhs.pos, new V
11c0: 61 72 45 78 70 72 65 73 73 69 6f 6e 28 70 6f 73 arExpression(pos
11d0: 2c 20 6f 70 29 2c 20 6c 68 73 2c 20 70 61 72 73 , op), lhs, pars
11e0: 65 49 64 28 29 29 29 3b 0d 0a 09 09 09 09 09 65 eId()));.......e
11f0: 6c 73 65 0d 0a 09 09 09 09 09 72 65 74 75 72 6e lse.......return
1200: 20 72 65 63 28 0d 0a 09 09 09 09 09 09 6e 65 77 rec(........new
1210: 20 46 75 6e 63 61 6c 6c 45 78 70 72 65 73 73 69 FuncallExpressi
1220: 6f 6e 28 6c 68 73 2e 70 6f 73 2c 20 6e 65 77 20 on(lhs.pos, new
1230: 56 61 72 45 78 70 72 65 73 73 69 6f 6e 28 70 6f VarExpression(po
1240: 73 2c 20 6f 70 29 2c 20 6c 68 73 2c 20 45 28 6c s, op), lhs, E(l
1250: 65 76 65 6c 2b 31 29 29 29 3b 0d 0a 09 09 09 72 evel+1)));.....r
1260: 65 74 75 72 6e 20 6c 68 73 3b 0d 0a 09 09 7d 0d eturn lhs;....}.
1270: 0a 0d 0a 09 09 69 66 28 20 6f 70 65 72 61 74 6f .....if( operato
1280: 72 5f 70 65 72 66 65 72 65 6e 63 65 73 2e 6c 65 r_perferences.le
1290: 6e 67 74 68 20 3c 3d 20 6c 65 76 65 6c 20 29 0d ngth <= level ).
12a0: 0a 09 09 09 72 65 74 75 72 6e 20 46 75 6e 63 61 ....return Funca
12b0: 6c 6c 28 29 3b 0d 0a 09 09 65 6c 73 65 0d 0a 09 ll();....else...
12c0: 09 09 72 65 74 75 72 6e 20 72 65 63 28 45 28 6c ..return rec(E(l
12d0: 65 76 65 6c 2b 31 29 29 3b 0d 0a 09 7d 0d 0a 0d evel+1));...}...
12e0: 0a 09 41 53 54 20 46 75 6e 63 61 6c 6c 28 29 0d ..AST Funcall().
12f0: 0a 09 7b 0d 0a 09 09 2f 2f 2f 20 46 75 6e 63 61 ..{..../// Funca
1300: 6c 6c 20 3a 3a 3d 20 42 61 73 65 45 78 70 72 65 ll ::= BaseExpre
1310: 73 73 69 6f 6e 20 5b 22 28 22 20 45 78 70 72 65 ssion ["(" Expre
1320: 73 73 69 6f 6e 25 22 2c 22 20 22 29 22 5d 2a 0d ssion%"," ")"]*.
1330: 0a 0d 0a 09 09 61 75 74 6f 20 65 20 3d 20 42 61 .....auto e = Ba
1340: 73 65 45 78 70 72 65 73 73 69 6f 6e 28 29 3b 0d seExpression();.
1350: 0a 09 09 66 6f 72 28 3b 3b 29 0d 0a 09 09 09 69 ...for(;;).....i
1360: 66 28 20 74 72 79 45 61 74 28 22 28 22 29 20 29 f( tryEat("(") )
1370: 0d 0a 09 09 09 7b 0d 0a 09 09 09 09 61 75 74 6f .....{......auto
1380: 20 70 6f 73 20 3d 20 63 75 72 72 65 6e 74 50 6f pos = currentPo
1390: 73 69 74 69 6f 6e 28 29 3b 0d 0a 09 09 09 09 41 sition();......A
13a0: 53 54 5b 5d 20 61 72 67 73 3b 0d 0a 09 09 09 09 ST[] args;......
13b0: 77 68 69 6c 65 28 20 21 74 72 79 45 61 74 28 22 while( !tryEat("
13c0: 29 22 29 20 29 20 7b 0d 0a 09 09 09 09 09 69 66 )") ) {.......if
13d0: 28 20 6c 65 78 2e 65 6d 70 74 79 20 29 0d 0a 09 ( lex.empty )...
13e0: 09 09 09 09 09 74 68 72 6f 77 20 67 65 6e 65 78 .....throw genex
13f0: 21 55 6e 65 78 70 65 63 74 65 64 45 4f 46 28 70 !UnexpectedEOF(p
1400: 6f 73 2c 20 22 63 6c 6f 73 69 6e 67 20 27 29 27 os, "closing ')'
1410: 20 66 6f 72 20 61 72 67 75 6d 65 6e 74 73 20 6e for arguments n
1420: 6f 74 20 66 6f 75 6e 64 22 29 3b 0d 0a 09 09 09 ot found");.....
1430: 09 09 61 72 67 73 20 7e 3d 20 45 28 30 29 3b 0d ..args ~= E(0);.
1440: 0a 09 09 09 09 09 69 66 28 20 21 74 72 79 45 61 ......if( !tryEa
1450: 74 28 22 2c 22 29 20 29 20 7b 0d 0a 09 09 09 09 t(",") ) {......
1460: 09 09 65 61 74 28 22 29 22 2c 20 22 61 66 74 65 ..eat(")", "afte
1470: 72 20 66 75 6e 63 74 69 6f 6e 20 70 61 72 61 6d r function param
1480: 65 74 65 72 73 22 29 3b 0d 0a 09 09 09 09 09 09 eters");........
1490: 62 72 65 61 6b 3b 0d 0a 09 09 09 09 09 7d 0d 0a break;.......}..
14a0: 09 09 09 09 7d 0d 0a 09 09 09 09 65 20 3d 20 6e ....}......e = n
14b0: 65 77 20 46 75 6e 63 61 6c 6c 45 78 70 72 65 73 ew FuncallExpres
14c0: 73 69 6f 6e 28 65 2e 70 6f 73 2c 20 65 2c 20 61 sion(e.pos, e, a
14d0: 72 67 73 29 3b 0d 0a 09 09 09 7d 0d 0a 09 09 09 rgs);.....}.....
14e0: 65 6c 73 65 20 69 66 28 20 74 72 79 45 61 74 28 else if( tryEat(
14f0: 22 7b 22 29 20 29 0d 0a 09 09 09 7b 0d 0a 09 09 "{") ).....{....
1500: 09 09 65 20 3d 20 70 61 72 73 65 54 61 62 6c 65 ..e = parseTable
1510: 53 65 74 41 66 74 65 72 42 72 61 63 65 28 65 29 SetAfterBrace(e)
1520: 3b 0d 0a 09 09 09 7d 0d 0a 09 09 09 65 6c 73 65 ;.....}.....else
1530: 0d 0a 09 09 09 09 62 72 65 61 6b 3b 0d 0a 09 09 ......break;....
1540: 72 65 74 75 72 6e 20 65 3b 0d 0a 09 7d 0d 0a 0d return e;...}...
1550: 0a 09 41 53 54 20 70 61 72 73 65 54 61 62 6c 65 ..AST parseTable
1560: 53 65 74 41 66 74 65 72 42 72 61 63 65 28 41 53 SetAfterBrace(AS
1570: 54 20 65 29 0d 0a 09 7b 0d 0a 09 09 69 66 28 20 T e)...{....if(
1580: 74 72 79 45 61 74 28 22 7d 22 29 20 29 0d 0a 09 tryEat("}") )...
1590: 09 09 72 65 74 75 72 6e 20 65 3b 0d 0a 09 09 61 ..return e;....a
15a0: 75 74 6f 20 70 6f 73 20 3d 20 63 75 72 72 65 6e uto pos = curren
15b0: 74 50 6f 73 69 74 69 6f 6e 28 29 3b 0d 0a 09 09 tPosition();....
15c0: 66 6f 72 28 3b 3b 29 0d 0a 09 09 7b 0d 0a 09 09 for(;;)....{....
15d0: 09 73 74 72 69 6e 67 20 6b 65 79 20 3d 20 65 61 .string key = ea
15e0: 74 49 64 28 22 66 6f 72 20 74 61 62 6c 65 20 6b tId("for table k
15f0: 65 79 22 2c 20 41 6c 6c 6f 77 51 75 6f 74 65 64 ey", AllowQuoted
1600: 29 3b 0d 0a 09 09 09 65 61 74 28 22 3a 22 2c 20 );.....eat(":",
1610: 22 61 66 74 65 72 20 74 61 62 6c 65 20 6b 65 79 "after table key
1620: 22 29 3b 0d 0a 09 09 09 41 53 54 20 76 61 6c 20 ");.....AST val
1630: 3d 20 45 28 30 29 3b 0d 0a 09 09 09 65 20 3d 20 = E(0);.....e =
1640: 6e 65 77 20 46 75 6e 63 61 6c 6c 45 78 70 72 65 new FuncallExpre
1650: 73 73 69 6f 6e 28 70 6f 73 2c 20 6e 65 77 20 56 ssion(pos, new V
1660: 61 72 45 78 70 72 65 73 73 69 6f 6e 28 70 6f 73 arExpression(pos
1670: 2c 22 2e 3d 22 29 2c 0d 0a 09 09 09 09 09 65 2c ,".="),.......e,
1680: 20 6e 65 77 20 53 74 72 4c 69 74 65 72 61 6c 28 new StrLiteral(
1690: 70 6f 73 2c 6b 65 79 29 2c 20 76 61 6c 29 3b 0d pos,key), val);.
16a0: 0a 09 09 09 69 66 28 20 21 74 72 79 45 61 74 28 ....if( !tryEat(
16b0: 22 2c 22 29 20 29 0d 0a 09 09 09 7b 0d 0a 09 09 ",") ).....{....
16c0: 09 09 65 61 74 28 22 7d 22 2c 20 22 66 6f 72 20 ..eat("}", "for
16d0: 74 68 65 20 65 6e 64 20 6f 66 20 74 61 62 6c 65 the end of table
16e0: 20 6c 69 74 65 72 61 6c 22 29 3b 0d 0a 09 09 09 literal");.....
16f0: 09 62 72 65 61 6b 3b 0d 0a 09 09 09 7d 0d 0a 09 .break;.....}...
1700: 09 7d 0d 0a 09 09 72 65 74 75 72 6e 20 65 3b 0d .}....return e;.
1710: 0a 09 7d 0d 0a 0d 0a 09 41 53 54 20 42 61 73 65 ..}.....AST Base
1720: 45 78 70 72 65 73 73 69 6f 6e 28 29 0d 0a 09 7b Expression()...{
1730: 0d 0a 09 09 69 66 28 20 6c 65 78 2e 65 6d 70 74 ....if( lex.empt
1740: 79 20 29 0d 0a 09 09 09 74 68 72 6f 77 20 67 65 y ).....throw ge
1750: 6e 65 78 21 55 6e 65 78 70 65 63 74 65 64 45 4f nex!UnexpectedEO
1760: 46 28 63 75 72 72 65 6e 74 50 6f 73 69 74 69 6f F(currentPositio
1770: 6e 28 29 2c 20 22 52 65 61 63 68 65 64 20 45 4f n(), "Reached EO
1780: 46 20 77 68 65 6e 20 74 72 69 65 64 20 74 6f 20 F when tried to
1790: 70 61 72 73 65 20 61 6e 20 65 78 70 72 65 73 73 parse an express
17a0: 69 6f 6e 22 29 3b 0d 0a 0d 0a 09 09 61 75 74 6f ion");......auto
17b0: 20 70 6f 73 20 3d 20 6c 65 78 2e 66 72 6f 6e 74 pos = lex.front
17c0: 2e 70 6f 73 3b 0d 0a 09 09 69 66 28 20 6c 65 78 .pos;....if( lex
17d0: 2e 66 72 6f 6e 74 2e 71 75 6f 74 65 64 20 29 0d .front.quoted ).
17e0: 0a 09 09 7b 0d 0a 09 09 09 73 63 6f 70 65 28 65 ...{.....scope(e
17f0: 78 69 74 29 20 6c 65 78 2e 70 6f 70 46 72 6f 6e xit) lex.popFron
1800: 74 3b 0d 0a 09 09 09 72 65 74 75 72 6e 20 6e 65 t;.....return ne
1810: 77 20 53 74 72 4c 69 74 65 72 61 6c 28 70 6f 73 w StrLiteral(pos
1820: 2c 20 6c 65 78 2e 66 72 6f 6e 74 2e 73 74 72 29 , lex.front.str)
1830: 3b 0d 0a 09 09 7d 0d 0a 09 09 69 66 28 20 69 73 ;....}....if( is
1840: 4e 75 6d 62 65 72 28 6c 65 78 2e 66 72 6f 6e 74 Number(lex.front
1850: 2e 73 74 72 29 20 29 0d 0a 09 09 7b 0d 0a 09 09 .str) )....{....
1860: 09 73 63 6f 70 65 28 65 78 69 74 29 20 6c 65 78 .scope(exit) lex
1870: 2e 70 6f 70 46 72 6f 6e 74 3b 0d 0a 09 09 09 72 .popFront;.....r
1880: 65 74 75 72 6e 20 6e 65 77 20 49 6e 74 4c 69 74 eturn new IntLit
1890: 65 72 61 6c 28 70 6f 73 2c 20 42 69 67 49 6e 74 eral(pos, BigInt
18a0: 28 63 61 73 74 28 73 74 72 69 6e 67 29 6c 65 78 (cast(string)lex
18b0: 2e 66 72 6f 6e 74 2e 73 74 72 29 29 3b 0d 0a 09 .front.str));...
18c0: 09 7d 0d 0a 09 09 69 66 28 20 74 72 79 45 61 74 .}....if( tryEat
18d0: 28 22 40 22 29 20 29 0d 0a 09 09 7b 0d 0a 09 09 ("@") )....{....
18e0: 09 61 75 74 6f 20 6c 61 79 20 3d 20 22 40 22 7e .auto lay = "@"~
18f0: 65 61 74 49 64 28 22 66 6f 72 20 6c 61 79 65 72 eatId("for layer
1900: 20 49 44 22 29 3b 0d 0a 09 09 09 65 61 74 28 22 ID");.....eat("
1910: 28 22 2c 20 22 66 6f 72 20 6c 61 79 65 72 65 64 (", "for layered
1920: 20 65 78 65 63 75 74 69 6f 6e 22 29 3b 0d 0a 09 execution");...
1930: 09 09 61 75 74 6f 20 65 20 3d 20 42 6f 64 79 28 ..auto e = Body(
1940: 29 3b 0d 0a 09 09 09 65 61 74 28 22 29 22 2c 20 );.....eat(")",
1950: 22 61 66 74 65 72 20 22 7e 6c 61 79 7e 22 28 2e "after "~lay~"(.
1960: 2e 2e 22 29 3b 0d 0a 09 09 09 72 65 74 75 72 6e ..");.....return
1970: 20 6e 65 77 20 4c 61 79 65 72 65 64 45 78 70 72 new LayeredExpr
1980: 65 73 73 69 6f 6e 28 70 6f 73 2c 20 6c 61 79 2c ession(pos, lay,
1990: 20 65 29 3b 0d 0a 09 09 7d 0d 0a 09 09 69 66 28 e);....}....if(
19a0: 20 74 72 79 45 61 74 28 22 28 22 29 20 29 0d 0a tryEat("(") )..
19b0: 09 09 7b 0d 0a 09 09 09 61 75 74 6f 20 65 20 3d ..{.....auto e =
19c0: 20 42 6f 64 79 28 29 3b 0d 0a 09 09 09 65 61 74 Body();.....eat
19d0: 28 22 29 22 2c 20 22 61 66 74 65 72 20 70 61 72 (")", "after par
19e0: 65 6e 74 68 65 73 69 7a 65 64 20 65 78 70 72 65 enthesized expre
19f0: 73 73 69 6f 6e 22 29 3b 0d 0a 09 09 09 72 65 74 ssion");.....ret
1a00: 75 72 6e 20 65 3b 0d 0a 09 09 7d 0d 0a 09 09 69 urn e;....}....i
1a10: 66 28 20 74 72 79 45 61 74 28 22 7b 22 29 20 29 f( tryEat("{") )
1a20: 0d 0a 09 09 7b 0d 0a 09 09 09 41 53 54 20 65 20 ....{.....AST e
1a30: 3d 20 6e 65 77 20 46 75 6e 63 61 6c 6c 45 78 70 = new FuncallExp
1a40: 72 65 73 73 69 6f 6e 28 70 6f 73 2c 20 6e 65 77 ression(pos, new
1a50: 20 56 61 72 45 78 70 72 65 73 73 69 6f 6e 28 70 VarExpression(p
1a60: 6f 73 2c 22 7b 7d 22 29 29 3b 0d 0a 09 09 09 72 os,"{}"));.....r
1a70: 65 74 75 72 6e 20 70 61 72 73 65 54 61 62 6c 65 eturn parseTable
1a80: 53 65 74 41 66 74 65 72 42 72 61 63 65 28 65 29 SetAfterBrace(e)
1a90: 3b 0d 0a 09 09 7d 0d 0a 09 09 69 66 28 20 74 72 ;....}....if( tr
1aa0: 79 45 61 74 28 22 69 66 22 29 20 29 0d 0a 09 09 yEat("if") )....
1ab0: 7b 0d 0a 09 09 09 65 61 74 28 22 28 22 2c 20 22 {.....eat("(", "
1ac0: 61 66 74 65 72 20 69 66 22 29 3b 0d 0a 09 09 09 after if");.....
1ad0: 61 75 74 6f 20 63 6f 6e 64 20 3d 20 45 28 30 29 auto cond = E(0)
1ae0: 3b 0d 0a 09 09 09 65 61 74 28 22 29 22 2c 20 22 ;.....eat(")", "
1af0: 61 66 74 65 72 20 69 66 20 63 6f 6e 64 69 74 69 after if conditi
1b00: 6f 6e 22 29 3b 0d 0a 09 09 09 61 75 74 6f 20 74 on");.....auto t
1b10: 68 65 6e 50 6f 73 20 3d 20 6c 65 78 2e 66 72 6f henPos = lex.fro
1b20: 6e 74 2e 70 6f 73 3b 0d 0a 09 09 09 65 61 74 28 nt.pos;.....eat(
1b30: 22 7b 22 2c 20 22 61 66 74 65 72 20 69 66 20 63 "{", "after if c
1b40: 6f 6e 64 69 74 69 6f 6e 22 29 3b 0d 0a 09 09 09 ondition");.....
1b50: 61 75 74 6f 20 74 68 20 3d 20 42 6f 64 79 28 29 auto th = Body()
1b60: 3b 0d 0a 09 09 09 65 61 74 28 22 7d 22 2c 20 22 ;.....eat("}", "
1b70: 61 66 74 65 72 20 69 66 2d 74 68 65 6e 20 62 6f after if-then bo
1b80: 64 79 22 29 3b 0d 0a 09 09 09 61 75 74 6f 20 65 dy");.....auto e
1b90: 6c 20 3d 20 64 6f 4e 6f 74 68 69 6e 67 45 78 70 l = doNothingExp
1ba0: 72 65 73 73 69 6f 6e 28 29 3b 0d 0a 09 09 09 61 ression();.....a
1bb0: 75 74 6f 20 65 6c 73 65 50 6f 73 20 3d 20 28 6c uto elsePos = (l
1bc0: 65 78 2e 65 6d 70 74 79 20 3f 20 4c 65 78 50 6f ex.empty ? LexPo
1bd0: 73 69 74 69 6f 6e 2e 64 75 6d 6d 79 20 3a 20 6c sition.dummy : l
1be0: 65 78 2e 66 72 6f 6e 74 2e 70 6f 73 29 3b 0d 0a ex.front.pos);..
1bf0: 09 09 09 69 66 28 20 74 72 79 45 61 74 28 22 65 ...if( tryEat("e
1c00: 6c 73 65 22 29 20 29 20 7b 0d 0a 09 09 09 09 65 lse") ) {......e
1c10: 61 74 28 22 7b 22 2c 20 22 61 66 74 65 72 20 65 at("{", "after e
1c20: 6c 73 65 22 29 3b 0d 0a 09 09 09 09 65 6c 20 3d lse");......el =
1c30: 20 42 6f 64 79 28 29 3b 0d 0a 09 09 09 09 65 61 Body();......ea
1c40: 74 28 22 7d 22 2c 20 22 61 66 74 65 72 20 65 6c t("}", "after el
1c50: 73 65 20 62 6f 64 79 22 29 3b 0d 0a 09 09 09 7d se body");.....}
1c60: 0d 0a 09 09 09 72 65 74 75 72 6e 20 6e 65 77 20 .....return new
1c70: 46 75 6e 63 61 6c 6c 45 78 70 72 65 73 73 69 6f FuncallExpressio
1c80: 6e 28 70 6f 73 2c 20 0d 0a 09 09 09 09 6e 65 77 n(pos, ......new
1c90: 20 56 61 72 45 78 70 72 65 73 73 69 6f 6e 28 70 VarExpression(p
1ca0: 6f 73 2c 20 22 69 66 22 29 2c 0d 0a 09 09 09 09 os, "if"),......
1cb0: 63 6f 6e 64 2c 0d 0a 09 09 09 09 6e 65 77 20 46 cond,......new F
1cc0: 75 6e 4c 69 74 65 72 61 6c 28 74 68 65 6e 50 6f unLiteral(thenPo
1cd0: 73 2c 20 5b 5d 2c 20 74 68 29 2c 0d 0a 09 09 09 s, [], th),.....
1ce0: 09 6e 65 77 20 46 75 6e 4c 69 74 65 72 61 6c 28 .new FunLiteral(
1cf0: 65 6c 73 65 50 6f 73 2c 20 5b 5d 2c 20 65 6c 29 elsePos, [], el)
1d00: 0d 0a 09 09 09 29 3b 0d 0a 09 09 7d 0d 0a 09 09 .....);....}....
1d10: 69 66 28 20 74 72 79 45 61 74 28 22 66 75 6e 22 if( tryEat("fun"
1d20: 29 20 7c 7c 20 74 72 79 45 61 74 28 22 5c 75 30 ) || tryEat("\u0
1d30: 33 42 42 22 29 20 29 20 2f 2f 20 6c 61 6d 62 64 3BB") ) // lambd
1d40: 61 21 21 0d 0a 09 09 7b 0d 0a 09 09 09 65 61 74 a!!....{.....eat
1d50: 28 22 28 22 2c 20 22 61 66 74 65 72 20 66 75 6e ("(", "after fun
1d60: 22 29 3b 0d 0a 09 09 09 72 65 74 75 72 6e 20 70 ");.....return p
1d70: 61 72 73 65 4c 61 6d 62 64 61 41 66 74 65 72 4f arseLambdaAfterO
1d80: 70 65 6e 50 61 72 65 6e 28 70 6f 73 29 3b 0d 0a penParen(pos);..
1d90: 09 09 7d 0d 0a 09 09 73 63 6f 70 65 28 65 78 69 ..}....scope(exi
1da0: 74 29 20 6c 65 78 2e 70 6f 70 46 72 6f 6e 74 3b t) lex.popFront;
1db0: 0d 0a 09 09 72 65 74 75 72 6e 20 6e 65 77 20 56 ....return new V
1dc0: 61 72 45 78 70 72 65 73 73 69 6f 6e 28 70 6f 73 arExpression(pos
1dd0: 2c 20 6c 65 78 2e 66 72 6f 6e 74 2e 73 74 72 29 , lex.front.str)
1de0: 3b 0d 0a 09 7d 0d 0a 0d 0a 09 41 53 54 20 70 61 ;...}.....AST pa
1df0: 72 73 65 49 64 28 29 0d 0a 09 7b 0d 0a 09 09 73 rseId()...{....s
1e00: 63 6f 70 65 28 65 78 69 74 29 20 6c 65 78 2e 70 cope(exit) lex.p
1e10: 6f 70 46 72 6f 6e 74 3b 0d 0a 09 09 72 65 74 75 opFront;....retu
1e20: 72 6e 20 6e 65 77 20 53 74 72 4c 69 74 65 72 61 rn new StrLitera
1e30: 6c 28 63 75 72 72 65 6e 74 50 6f 73 69 74 69 6f l(currentPositio
1e40: 6e 28 29 2c 20 6c 65 78 2e 66 72 6f 6e 74 2e 73 n(), lex.front.s
1e50: 74 72 29 3b 0d 0a 09 7d 0d 0a 0d 0a 09 41 53 54 tr);...}.....AST
1e60: 20 70 61 72 73 65 4c 61 6d 62 64 61 41 66 74 65 parseLambdaAfte
1e70: 72 4f 70 65 6e 50 61 72 65 6e 28 69 6d 6d 75 74 rOpenParen(immut
1e80: 61 62 6c 65 20 4c 65 78 50 6f 73 69 74 69 6f 6e able LexPosition
1e90: 20 70 6f 73 29 0d 0a 09 7b 0d 0a 09 09 50 61 72 pos)...{....Par
1ea0: 61 6d 65 74 65 72 5b 5d 20 70 61 72 61 6d 73 3b ameter[] params;
1eb0: 0d 0a 09 09 77 68 69 6c 65 28 20 21 74 72 79 45 ....while( !tryE
1ec0: 61 74 28 22 29 22 29 20 29 0d 0a 09 09 7b 0d 0a at(")") )....{..
1ed0: 09 09 09 70 61 72 61 6d 73 20 7e 3d 20 70 61 72 ...params ~= par
1ee0: 73 65 50 61 72 61 6d 28 29 3b 0d 0a 09 09 09 69 seParam();.....i
1ef0: 66 28 20 21 74 72 79 45 61 74 28 22 2c 22 29 20 f( !tryEat(",")
1f00: 29 20 7b 0d 0a 09 09 09 09 65 61 74 28 22 29 22 ) {......eat(")"
1f10: 2c 20 22 61 66 74 65 72 20 66 75 6e 63 74 69 6f , "after functio
1f20: 6e 20 70 61 72 61 6d 65 74 65 72 73 22 29 3b 0d n parameters");.
1f30: 0a 09 09 09 09 62 72 65 61 6b 3b 0d 0a 09 09 09 .....break;.....
1f40: 7d 0d 0a 09 09 7d 0d 0a 09 09 65 61 74 28 22 7b }....}....eat("{
1f50: 22 2c 20 22 61 66 74 65 72 20 66 75 6e 63 74 69 ", "after functi
1f60: 6f 6e 20 70 61 72 61 6d 65 74 65 72 73 22 29 3b on parameters");
1f70: 0d 0a 09 09 61 75 74 6f 20 66 75 6e 62 6f 64 79 ....auto funbody
1f80: 20 3d 20 42 6f 64 79 28 29 3b 0d 0a 09 09 65 61 = Body();....ea
1f90: 74 28 22 7d 22 2c 20 22 61 66 74 65 72 20 66 75 t("}", "after fu
1fa0: 6e 63 74 69 6f 6e 20 62 6f 64 79 22 29 3b 0d 0a nction body");..
1fb0: 09 09 72 65 74 75 72 6e 20 6e 65 77 20 46 75 6e ..return new Fun
1fc0: 4c 69 74 65 72 61 6c 28 70 6f 73 2c 20 70 61 72 Literal(pos, par
1fd0: 61 6d 73 2c 20 66 75 6e 62 6f 64 79 29 3b 0d 0a ams, funbody);..
1fe0: 09 7d 0d 0a 0d 0a 09 50 61 72 61 6d 65 74 65 72 .}.....Parameter
1ff0: 20 70 61 72 73 65 50 61 72 61 6d 28 29 0d 0a 09 parseParam()...
2000: 7b 0d 0a 09 09 73 74 72 69 6e 67 20 76 61 72 3b {....string var;
2010: 0d 0a 09 09 73 74 72 69 6e 67 5b 5d 20 6c 61 79 ....string[] lay
2020: 3b 0d 0a 09 09 77 68 69 6c 65 28 20 21 63 6c 6f ;....while( !clo
2030: 73 69 6e 67 42 72 61 63 6b 65 74 28 29 20 26 26 singBracket() &&
2040: 20 21 6c 65 78 2e 65 6d 70 74 79 20 26 26 20 6c !lex.empty && l
2050: 65 78 2e 66 72 6f 6e 74 2e 73 74 72 21 3d 22 2c ex.front.str!=",
2060: 22 20 29 0d 0a 09 09 7b 0d 0a 09 09 09 61 75 74 " )....{.....aut
2070: 6f 20 70 6f 73 20 3d 20 63 75 72 72 65 6e 74 50 o pos = currentP
2080: 6f 73 69 74 69 6f 6e 28 29 3b 0d 0a 09 09 09 73 osition();.....s
2090: 74 72 69 6e 67 20 70 20 3d 20 65 61 74 49 64 28 tring p = eatId(
20a0: 22 66 6f 72 20 66 75 6e 63 74 69 6f 6e 20 70 61 "for function pa
20b0: 72 61 6d 65 74 65 72 22 2c 20 41 6c 6c 6f 77 51 rameter", AllowQ
20c0: 75 6f 74 65 64 29 3b 0d 0a 09 09 09 69 66 28 20 uoted);.....if(
20d0: 70 20 3d 3d 20 22 40 22 20 29 0d 0a 09 09 09 09 p == "@" )......
20e0: 6c 61 79 20 7e 3d 20 22 40 22 20 7e 20 65 61 74 lay ~= "@" ~ eat
20f0: 49 64 28 22 61 66 74 65 72 20 40 22 2c 20 41 6c Id("after @", Al
2100: 6c 6f 77 51 75 6f 74 65 64 29 3b 0d 0a 09 09 09 lowQuoted);.....
2110: 65 6c 73 65 20 69 66 28 20 76 61 72 2e 65 6d 70 else if( var.emp
2120: 74 79 20 29 0d 0a 09 09 09 09 76 61 72 20 3d 20 ty )......var =
2130: 70 3b 0d 0a 09 09 09 65 6c 73 65 0d 0a 09 09 09 p;.....else.....
2140: 09 74 68 72 6f 77 20 67 65 6e 65 78 21 50 61 72 .throw genex!Par
2150: 73 65 45 78 63 65 70 74 69 6f 6e 28 70 6f 73 2c seException(pos,
2160: 20 22 6f 6e 65 20 70 61 72 61 6d 65 74 65 72 20 "one parameter
2170: 68 61 73 20 74 77 6f 20 6e 61 6d 65 73 22 29 3b has two names");
2180: 0d 0a 09 09 7d 0d 0a 09 09 72 65 74 75 72 6e 20 ....}....return
2190: 6e 65 77 20 50 61 72 61 6d 65 74 65 72 28 76 61 new Parameter(va
21a0: 72 2c 20 6c 61 79 29 3b 0d 0a 09 7d 0d 0a 0d 0a r, lay);...}....
21b0: 70 72 69 76 61 74 65 3a 0d 0a 09 4c 65 78 65 72 private:...Lexer
21c0: 20 6c 65 78 3b 0d 0a 09 74 68 69 73 28 4c 65 78 lex;...this(Lex
21d0: 65 72 20 6c 65 78 29 20 7b 20 74 68 69 73 2e 6c er lex) { this.l
21e0: 65 78 20 3d 20 6c 65 78 3b 20 7d 0d 0a 0d 0a 09 ex = lex; }.....
21f0: 62 6f 6f 6c 20 69 73 4e 75 6d 62 65 72 28 73 74 bool isNumber(st
2200: 72 69 6e 67 20 73 29 0d 0a 09 7b 0d 0a 09 09 72 ring s)...{....r
2210: 65 74 75 72 6e 20 66 69 6e 64 21 28 60 61 3c 27 eturn find!(`a<'
2220: 30 27 20 7c 7c 20 27 39 27 3c 61 60 29 28 73 29 0' || '9'<a`)(s)
2230: 2e 65 6d 70 74 79 3b 0d 0a 09 7d 0d 0a 09 0d 0a .empty;...}.....
2240: 09 76 6f 69 64 20 65 61 74 28 73 74 72 69 6e 67 .void eat(string
2250: 20 6b 77 64 2c 20 6c 61 7a 79 20 73 74 72 69 6e kwd, lazy strin
2260: 67 20 6d 73 67 29 0d 0a 09 7b 0d 0a 09 09 69 66 g msg)...{....if
2270: 28 20 21 74 72 79 45 61 74 28 6b 77 64 29 20 29 ( !tryEat(kwd) )
2280: 0d 0a 09 09 09 69 66 28 20 6c 65 78 2e 65 6d 70 .....if( lex.emp
2290: 74 79 20 29 0d 0a 09 09 09 09 74 68 72 6f 77 20 ty )......throw
22a0: 67 65 6e 65 78 21 55 6e 65 78 70 65 63 74 65 64 genex!Unexpected
22b0: 45 4f 46 28 0d 0a 09 09 09 09 09 63 75 72 72 65 EOF(.......curre
22c0: 6e 74 50 6f 73 69 74 69 6f 6e 28 29 2c 20 73 70 ntPosition(), sp
22d0: 72 69 6e 74 66 21 22 25 73 20 69 73 20 65 78 70 rintf!"%s is exp
22e0: 65 63 74 65 64 20 25 73 20 62 75 74 20 6e 6f 74 ected %s but not
22f0: 20 66 6f 75 6e 64 22 28 6b 77 64 2c 6d 73 67 29 found"(kwd,msg)
2300: 29 3b 0d 0a 09 09 09 65 6c 73 65 0d 0a 09 09 09 );.....else.....
2310: 09 74 68 72 6f 77 20 67 65 6e 65 78 21 50 61 72 .throw genex!Par
2320: 73 65 45 78 63 65 70 74 69 6f 6e 28 0d 0a 09 09 seException(....
2330: 09 09 09 63 75 72 72 65 6e 74 50 6f 73 69 74 69 ...currentPositi
2340: 6f 6e 28 29 2c 20 73 70 72 69 6e 74 66 21 22 25 on(), sprintf!"%
2350: 73 20 69 73 20 65 78 70 65 63 74 65 64 20 66 6f s is expected fo
2360: 72 20 25 73 20 62 75 74 20 6e 6f 74 20 66 6f 75 r %s but not fou
2370: 6e 64 22 28 6b 77 64 2c 6d 73 67 29 29 3b 0d 0a nd"(kwd,msg));..
2380: 09 7d 0d 0a 0d 0a 09 62 6f 6f 6c 20 74 72 79 45 .}.....bool tryE
2390: 61 74 28 73 74 72 69 6e 67 20 6b 77 64 29 0d 0a at(string kwd)..
23a0: 09 7b 0d 0a 09 09 69 66 28 20 6c 65 78 2e 65 6d .{....if( lex.em
23b0: 70 74 79 20 7c 7c 20 6c 65 78 2e 66 72 6f 6e 74 pty || lex.front
23c0: 2e 71 75 6f 74 65 64 20 7c 7c 20 6c 65 78 2e 66 .quoted || lex.f
23d0: 72 6f 6e 74 2e 73 74 72 21 3d 6b 77 64 20 29 0d ront.str!=kwd ).
23e0: 0a 09 09 09 72 65 74 75 72 6e 20 66 61 6c 73 65 ....return false
23f0: 3b 0d 0a 09 09 6c 65 78 2e 70 6f 70 46 72 6f 6e ;....lex.popFron
2400: 74 3b 0d 0a 09 09 72 65 74 75 72 6e 20 74 72 75 t;....return tru
2410: 65 3b 0d 0a 09 7d 0d 0a 0d 0a 09 65 6e 75 6d 20 e;...}.....enum
2420: 7b 41 6c 6c 6f 77 51 75 6f 74 65 64 3d 74 72 75 {AllowQuoted=tru
2430: 65 2c 20 44 69 73 61 6c 6c 6f 77 51 75 6f 74 65 e, DisallowQuote
2440: 64 3d 66 61 6c 73 65 7d 3b 0d 0a 09 73 74 72 69 d=false};...stri
2450: 6e 67 20 65 61 74 49 64 28 6c 61 7a 79 20 73 74 ng eatId(lazy st
2460: 72 69 6e 67 20 6d 73 67 2c 20 62 6f 6f 6c 20 61 ring msg, bool a
2470: 71 3d 44 69 73 61 6c 6c 6f 77 51 75 6f 74 65 64 q=DisallowQuoted
2480: 29 0d 0a 09 7b 0d 0a 09 09 69 66 28 20 6c 65 78 )...{....if( lex
2490: 2e 65 6d 70 74 79 20 29 0d 0a 09 09 09 74 68 72 .empty ).....thr
24a0: 6f 77 20 67 65 6e 65 78 21 55 6e 65 78 70 65 63 ow genex!Unexpec
24b0: 74 65 64 45 4f 46 28 63 75 72 72 65 6e 74 50 6f tedEOF(currentPo
24c0: 73 69 74 69 6f 6e 28 29 2c 20 22 69 64 65 6e 74 sition(), "ident
24d0: 69 66 69 65 72 20 69 73 20 65 78 70 65 63 74 65 ifier is expecte
24e0: 64 20 62 75 74 20 6e 6f 74 20 66 6f 75 6e 64 20 d but not found
24f0: 22 7e 6d 73 67 29 3b 0d 0a 09 09 69 66 28 20 21 "~msg);....if( !
2500: 61 71 20 26 26 20 6c 65 78 2e 66 72 6f 6e 74 2e aq && lex.front.
2510: 71 75 6f 74 65 64 20 29 0d 0a 09 09 09 74 68 72 quoted ).....thr
2520: 6f 77 20 67 65 6e 65 78 21 50 61 72 73 65 45 78 ow genex!ParseEx
2530: 63 65 70 74 69 6f 6e 28 63 75 72 72 65 6e 74 50 ception(currentP
2540: 6f 73 69 74 69 6f 6e 28 29 2c 20 22 69 64 65 6e osition(), "iden
2550: 74 69 66 69 65 72 20 69 73 20 65 78 70 65 63 74 tifier is expect
2560: 65 64 20 62 75 74 20 6e 6f 74 20 66 6f 75 6e 64 ed but not found
2570: 20 22 7e 6d 73 67 29 3b 0d 0a 09 09 73 63 6f 70 "~msg);....scop
2580: 65 28 65 78 69 74 29 20 6c 65 78 2e 70 6f 70 46 e(exit) lex.popF
2590: 72 6f 6e 74 3b 0d 0a 09 09 72 65 74 75 72 6e 20 ront;....return
25a0: 6c 65 78 2e 66 72 6f 6e 74 2e 73 74 72 3b 0d 0a lex.front.str;..
25b0: 09 7d 0d 0a 0d 0a 09 41 53 54 20 64 6f 4e 6f 74 .}.....AST doNot
25c0: 68 69 6e 67 45 78 70 72 65 73 73 69 6f 6e 28 29 hingExpression()
25d0: 0d 0a 09 7b 0d 0a 09 09 72 65 74 75 72 6e 20 6e ...{....return n
25e0: 65 77 20 53 74 72 4c 69 74 65 72 61 6c 28 63 75 ew StrLiteral(cu
25f0: 72 72 65 6e 74 50 6f 73 69 74 69 6f 6e 28 29 2c rrentPosition(),
2600: 20 22 28 65 6d 70 74 79 20 66 75 6e 63 74 69 6f "(empty functio
2610: 6e 20 62 6f 64 79 29 22 29 3b 0d 0a 09 7d 0d 0a n body)");...}..
2620: 0d 0a 09 69 6d 6d 75 74 61 62 6c 65 28 4c 65 78 ...immutable(Lex
2630: 50 6f 73 69 74 69 6f 6e 29 20 63 75 72 72 65 6e Position) curren
2640: 74 50 6f 73 69 74 69 6f 6e 28 29 0d 0a 09 7b 0d tPosition()...{.
2650: 0a 09 09 72 65 74 75 72 6e 20 6c 65 78 2e 65 6d ...return lex.em
2660: 70 74 79 20 3f 20 6e 75 6c 6c 20 3a 20 6c 65 78 pty ? null : lex
2670: 2e 66 72 6f 6e 74 2e 70 6f 73 3b 0d 0a 09 7d 0d .front.pos;...}.
2680: 0a 7d 0d 0a 0d 0a 75 6e 69 74 74 65 73 74 0d 0a .}....unittest..
2690: 7b 0d 0a 09 6d 69 78 69 6e 20 45 61 73 79 41 53 {...mixin EasyAS
26a0: 54 3b 0d 0a 0d 0a 09 61 73 73 65 72 74 5f 65 71 T;.....assert_eq
26b0: 28 70 61 72 73 65 53 74 72 69 6e 67 28 60 31 32 (parseString(`12
26c0: 33 60 29 2c 20 69 6e 74 6c 28 31 32 33 29 29 3b 3`), intl(123));
26d0: 0d 0a 09 61 73 73 65 72 74 5f 65 71 28 70 61 72 ...assert_eq(par
26e0: 73 65 53 74 72 69 6e 67 28 60 22 66 6f 6f 22 60 seString(`"foo"`
26f0: 29 2c 20 73 74 72 6c 28 22 66 6f 6f 22 29 29 3b ), strl("foo"));
2700: 0d 0a 09 61 73 73 65 72 74 5f 65 71 28 70 61 72 ...assert_eq(par
2710: 73 65 53 74 72 69 6e 67 28 60 66 75 6e 28 29 7b seString(`fun(){
2720: 31 7d 60 29 2c 20 66 75 6e 28 5b 5d 2c 69 6e 74 1}`), fun([],int
2730: 6c 28 31 29 29 29 3b 0d 0a 09 61 73 73 65 72 74 l(1)));...assert
2740: 5f 65 71 28 70 61 72 73 65 53 74 72 69 6e 67 28 _eq(parseString(
2750: 60 66 75 6e 28 78 29 7b 31 7d 60 29 2c 20 66 75 `fun(x){1}`), fu
2760: 6e 28 5b 22 78 22 5d 2c 69 6e 74 6c 28 31 29 29 n(["x"],intl(1))
2770: 29 3b 0d 0a 09 61 73 73 65 72 74 5f 65 71 28 70 );...assert_eq(p
2780: 61 72 73 65 53 74 72 69 6e 67 28 22 5c 75 30 33 arseString("\u03
2790: 42 42 28 29 7b 31 7d 22 29 2c 20 66 75 6e 28 5b BB(){1}"), fun([
27a0: 5d 2c 69 6e 74 6c 28 31 29 29 29 3b 0d 0a 09 61 ],intl(1)));...a
27b0: 73 73 65 72 74 5f 65 71 28 70 61 72 73 65 53 74 ssert_eq(parseSt
27c0: 72 69 6e 67 28 22 5c 75 30 33 42 42 28 78 29 7b ring("\u03BB(x){
27d0: 31 7d 22 29 2c 20 66 75 6e 28 5b 22 78 22 5d 2c 1}"), fun(["x"],
27e0: 69 6e 74 6c 28 31 29 29 29 3b 0d 0a 09 61 73 73 intl(1)));...ass
27f0: 65 72 74 5f 65 71 28 70 61 72 73 65 53 74 72 69 ert_eq(parseStri
2800: 6e 67 28 60 31 3b 32 60 29 2c 20 6c 65 74 28 22 ng(`1;2`), let("
2810: 5f 22 2c 22 22 2c 69 6e 74 6c 28 31 29 2c 69 6e _","",intl(1),in
2820: 74 6c 28 32 29 29 29 3b 0d 0a 09 61 73 73 65 72 tl(2)));...asser
2830: 74 5f 65 71 28 70 61 72 73 65 53 74 72 69 6e 67 t_eq(parseString
2840: 28 60 31 3b 32 3b 60 29 2c 20 6c 65 74 28 22 5f (`1;2;`), let("_
2850: 22 2c 22 22 2c 69 6e 74 6c 28 31 29 2c 69 6e 74 ","",intl(1),int
2860: 6c 28 32 29 29 29 3b 0d 0a 09 61 73 73 65 72 74 l(2)));...assert
2870: 5f 65 71 28 70 61 72 73 65 53 74 72 69 6e 67 28 _eq(parseString(
2880: 60 6c 65 74 20 78 3d 31 20 69 6e 20 32 60 29 2c `let x=1 in 2`),
2890: 20 6c 65 74 28 22 78 22 2c 22 22 2c 69 6e 74 6c let("x","",intl
28a0: 28 31 29 2c 69 6e 74 6c 28 32 29 29 29 3b 0d 0a (1),intl(2)));..
28b0: 09 61 73 73 65 72 74 5f 65 71 28 70 61 72 73 65 .assert_eq(parse
28c0: 53 74 72 69 6e 67 28 60 76 61 72 20 78 3d 31 3b String(`var x=1;
28d0: 32 3b 60 29 2c 20 6c 65 74 28 22 78 22 2c 22 22 2;`), let("x",""
28e0: 2c 69 6e 74 6c 28 31 29 2c 69 6e 74 6c 28 32 29 ,intl(1),intl(2)
28f0: 29 29 3b 0d 0a 09 61 73 73 65 72 74 5f 65 71 28 ));...assert_eq(
2900: 70 61 72 73 65 53 74 72 69 6e 67 28 60 64 65 66 parseString(`def
2910: 20 78 3d 31 60 29 2c 20 6c 65 74 28 22 78 22 2c x=1`), let("x",
2920: 22 22 2c 69 6e 74 6c 28 31 29 2c 76 61 72 28 22 "",intl(1),var("
2930: 78 22 29 29 29 3b 0d 0a 09 61 73 73 65 72 74 5f x")));...assert_
2940: 65 71 28 70 61 72 73 65 53 74 72 69 6e 67 28 60 eq(parseString(`
2950: 40 76 61 6c 20 78 3d 31 3b 60 29 2c 20 6c 65 74 @val x=1;`), let
2960: 28 22 78 22 2c 22 40 76 61 6c 22 2c 69 6e 74 6c ("x","@val",intl
2970: 28 31 29 2c 76 61 72 28 22 78 22 29 29 29 3b 0d (1),var("x")));.
2980: 0a 09 61 73 73 65 72 74 5f 65 71 28 70 61 72 73 ..assert_eq(pars
2990: 65 53 74 72 69 6e 67 28 60 40 74 79 70 20 78 3d eString(`@typ x=
29a0: 22 23 69 6e 74 22 3b 60 29 2c 20 6c 65 74 28 22 "#int";`), let("
29b0: 78 22 2c 22 40 74 79 70 22 2c 73 74 72 6c 28 22 x","@typ",strl("
29c0: 23 69 6e 74 22 29 2c 76 61 72 28 22 78 22 29 29 #int"),var("x"))
29d0: 29 3b 0d 0a 09 61 73 73 65 72 74 5f 65 71 28 70 );...assert_eq(p
29e0: 61 72 73 65 53 74 72 69 6e 67 28 60 66 28 31 2c arseString(`f(1,
29f0: 32 29 60 29 2c 20 63 61 6c 6c 28 76 61 72 28 22 2)`), call(var("
2a00: 66 22 29 2c 69 6e 74 6c 28 31 29 2c 69 6e 74 6c f"),intl(1),intl
2a10: 28 32 29 29 29 3b 0d 0a 09 61 73 73 65 72 74 5f (2)));...assert_
2a20: 65 71 28 70 61 72 73 65 53 74 72 69 6e 67 28 60 eq(parseString(`
2a30: 69 66 28 31 29 7b 32 7d 60 29 2c 20 63 61 6c 6c if(1){2}`), call
2a40: 28 76 61 72 28 22 69 66 22 29 2c 69 6e 74 6c 28 (var("if"),intl(
2a50: 31 29 2c 66 75 6e 28 5b 5d 2c 69 6e 74 6c 28 32 1),fun([],intl(2
2a60: 29 29 2c 66 75 6e 28 5b 5d 2c 73 74 72 6c 28 22 )),fun([],strl("
2a70: 28 65 6d 70 74 79 20 66 75 6e 63 74 69 6f 6e 20 (empty function
2a80: 62 6f 64 79 29 22 29 29 29 29 3b 0d 0a 09 61 73 body)"))));...as
2a90: 73 65 72 74 5f 65 71 28 70 61 72 73 65 53 74 72 sert_eq(parseStr
2aa0: 69 6e 67 28 60 69 66 28 31 29 7b 32 7d 65 6c 73 ing(`if(1){2}els
2ab0: 65 7b 33 7d 60 29 2c 20 63 61 6c 6c 28 76 61 72 e{3}`), call(var
2ac0: 28 22 69 66 22 29 2c 69 6e 74 6c 28 31 29 2c 66 ("if"),intl(1),f
2ad0: 75 6e 28 5b 5d 2c 69 6e 74 6c 28 32 29 29 2c 66 un([],intl(2)),f
2ae0: 75 6e 28 5b 5d 2c 69 6e 74 6c 28 33 29 29 29 29 un([],intl(3))))
2af0: 3b 0d 0a 09 61 73 73 65 72 74 5f 65 71 28 70 61 ;...assert_eq(pa
2b00: 72 73 65 53 74 72 69 6e 67 28 60 69 66 28 31 29 rseString(`if(1)
2b10: 7b 7d 65 6c 73 65 7b 33 7d 28 29 28 29 60 29 2c {}else{3}()()`),
2b20: 0d 0a 09 09 63 61 6c 6c 28 63 61 6c 6c 28 63 61 ....call(call(ca
2b30: 6c 6c 28 76 61 72 28 22 69 66 22 29 2c 69 6e 74 ll(var("if"),int
2b40: 6c 28 31 29 2c 66 75 6e 28 5b 5d 2c 73 74 72 6c l(1),fun([],strl
2b50: 28 22 28 65 6d 70 74 79 20 66 75 6e 63 74 69 6f ("(empty functio
2b60: 6e 20 62 6f 64 79 29 22 29 29 2c 66 75 6e 28 5b n body)")),fun([
2b70: 5d 2c 69 6e 74 6c 28 33 29 29 29 29 29 29 3b 0d ],intl(3))))));.
2b80: 0a 09 61 73 73 65 72 74 5f 65 71 28 70 61 72 73 ..assert_eq(pars
2b90: 65 53 74 72 69 6e 67 28 60 31 2b 32 2a 33 60 29 eString(`1+2*3`)
2ba0: 2c 20 63 61 6c 6c 28 76 61 72 28 22 2b 22 29 2c , call(var("+"),
2bb0: 69 6e 74 6c 28 31 29 2c 63 61 6c 6c 28 76 61 72 intl(1),call(var
2bc0: 28 22 2a 22 29 2c 69 6e 74 6c 28 32 29 2c 69 6e ("*"),intl(2),in
2bd0: 74 6c 28 33 29 29 29 29 3b 0d 0a 09 61 73 73 65 tl(3))));...asse
2be0: 72 74 5f 65 71 28 70 61 72 73 65 53 74 72 69 6e rt_eq(parseStrin
2bf0: 67 28 60 28 31 2b 32 29 2a 33 60 29 2c 20 63 61 g(`(1+2)*3`), ca
2c00: 6c 6c 28 76 61 72 28 22 2a 22 29 2c 63 61 6c 6c ll(var("*"),call
2c10: 28 76 61 72 28 22 2b 22 29 2c 69 6e 74 6c 28 31 (var("+"),intl(1
2c20: 29 2c 69 6e 74 6c 28 32 29 29 2c 69 6e 74 6c 28 ),intl(2)),intl(
2c30: 33 29 29 29 3b 0d 0a 09 61 73 73 65 72 74 5f 65 3)));...assert_e
2c40: 71 28 70 61 72 73 65 53 74 72 69 6e 67 28 60 31 q(parseString(`1
2c50: 2a 28 32 2b 33 29 60 29 2c 20 63 61 6c 6c 28 76 *(2+3)`), call(v
2c60: 61 72 28 22 2a 22 29 2c 69 6e 74 6c 28 31 29 2c ar("*"),intl(1),
2c70: 63 61 6c 6c 28 76 61 72 28 22 2b 22 29 2c 69 6e call(var("+"),in
2c80: 74 6c 28 32 29 2c 69 6e 74 6c 28 33 29 29 29 29 tl(2),intl(3))))
2c90: 3b 0d 0a 09 61 73 73 65 72 74 5f 65 71 28 70 61 ;...assert_eq(pa
2ca0: 72 73 65 53 74 72 69 6e 67 28 60 31 2a 32 2b 33 rseString(`1*2+3
2cb0: 60 29 2c 20 63 61 6c 6c 28 76 61 72 28 22 2b 22 `), call(var("+"
2cc0: 29 2c 63 61 6c 6c 28 76 61 72 28 22 2a 22 29 2c ),call(var("*"),
2cd0: 69 6e 74 6c 28 31 29 2c 69 6e 74 6c 28 32 29 29 intl(1),intl(2))
2ce0: 2c 69 6e 74 6c 28 33 29 29 29 3b 0d 0a 09 61 73 ,intl(3)));...as
2cf0: 73 65 72 74 5f 65 71 28 70 61 72 73 65 53 74 72 sert_eq(parseStr
2d00: 69 6e 67 28 60 40 78 28 31 29 60 29 2c 20 6c 61 ing(`@x(1)`), la
2d10: 79 28 22 40 78 22 2c 20 69 6e 74 6c 28 31 29 29 y("@x", intl(1))
2d20: 29 3b 0d 0a 09 61 73 73 65 72 74 5f 65 71 28 70 );...assert_eq(p
2d30: 61 72 73 65 53 74 72 69 6e 67 28 60 66 75 6e 28 arseString(`fun(
2d40: 78 20 40 76 20 40 74 2c 20 79 2c 20 7a 20 40 74 x @v @t, y, z @t
2d50: 29 7b 7d 60 29 2c 0d 0a 09 09 66 75 6e 70 28 5b ){}`),....funp([
2d60: 70 61 72 61 6d 28 22 78 22 2c 5b 22 40 76 22 2c param("x",["@v",
2d70: 22 40 74 22 5d 29 2c 20 70 61 72 61 6d 28 22 79 "@t"]), param("y
2d80: 22 2c 5b 5d 29 2c 20 70 61 72 61 6d 28 22 7a 22 ",[]), param("z"
2d90: 2c 5b 22 40 74 22 5d 29 5d 2c 20 73 74 72 6c 28 ,["@t"])], strl(
2da0: 22 28 65 6d 70 74 79 20 66 75 6e 63 74 69 6f 6e "(empty function
2db0: 20 62 6f 64 79 29 22 29 29 29 3b 0d 0a 0d 0a 09 body)")));.....
2dc0: 61 73 73 65 72 74 5f 65 71 28 70 61 72 73 65 53 assert_eq(parseS
2dd0: 74 72 69 6e 67 28 60 0d 0a 09 09 6c 65 74 20 78 tring(`....let x
2de0: 20 3d 20 31 30 30 3b 20 23 63 6f 6d 6d 65 6e 74 = 100; #comment
2df0: 0d 0a 09 09 6c 65 74 20 79 20 3d 20 32 30 30 3b ....let y = 200;
2e00: 20 23 63 6f 6d 6d 65 6e 74 21 21 21 21 21 0d 0a #comment!!!!!..
2e10: 09 09 09 78 2b 79 0d 0a 09 60 29 2c 0d 0a 09 09 ...x+y...`),....
2e20: 6c 65 74 28 22 78 22 2c 20 22 22 2c 20 69 6e 74 let("x", "", int
2e30: 6c 28 31 30 30 29 2c 20 6c 65 74 28 22 79 22 2c l(100), let("y",
2e40: 20 22 22 2c 20 69 6e 74 6c 28 32 30 30 29 2c 20 "", intl(200),
2e50: 63 61 6c 6c 28 76 61 72 28 22 2b 22 29 2c 20 76 call(var("+"), v
2e60: 61 72 28 22 78 22 29 2c 20 76 61 72 28 22 79 22 ar("x"), var("y"
2e70: 29 29 29 29 0d 0a 09 29 3b 0d 0a 0d 0a 09 61 73 ))))...);.....as
2e80: 73 65 72 74 5f 65 71 28 70 61 72 73 65 53 74 72 sert_eq(parseStr
2e90: 69 6e 67 28 60 0d 0a 09 09 76 61 72 20 66 61 63 ing(`....var fac
2ea0: 20 3d 20 66 75 6e 28 78 29 7b 20 69 66 28 78 20 = fun(x){ if(x
2eb0: 3c 3d 20 31 29 20 7b 31 7d 20 65 6c 73 65 20 7b <= 1) {1} else {
2ec0: 78 2a 66 61 63 28 78 2d 31 29 7d 20 7d 3b 0d 0a x*fac(x-1)} };..
2ed0: 09 09 66 61 63 28 31 30 29 0d 0a 09 60 29 2c 0d ..fac(10)...`),.
2ee0: 0a 09 09 6c 65 74 28 22 66 61 63 22 2c 20 22 22 ...let("fac", ""
2ef0: 2c 20 66 75 6e 28 5b 22 78 22 5d 2c 0d 0a 09 09 , fun(["x"],....
2f00: 09 63 61 6c 6c 28 76 61 72 28 22 69 66 22 29 2c .call(var("if"),
2f10: 0d 0a 09 09 09 09 63 61 6c 6c 28 76 61 72 28 22 ......call(var("
2f20: 3c 3d 22 29 2c 20 76 61 72 28 22 78 22 29 2c 20 <="), var("x"),
2f30: 69 6e 74 6c 28 31 29 29 2c 0d 0a 09 09 09 09 66 intl(1)),......f
2f40: 75 6e 28 5b 5d 2c 20 69 6e 74 6c 28 31 29 29 2c un([], intl(1)),
2f50: 0d 0a 09 09 09 09 66 75 6e 28 5b 5d 2c 20 63 61 ......fun([], ca
2f60: 6c 6c 28 76 61 72 28 22 2a 22 29 2c 20 76 61 72 ll(var("*"), var
2f70: 28 22 78 22 29 2c 20 63 61 6c 6c 28 76 61 72 28 ("x"), call(var(
2f80: 22 66 61 63 22 29 2c 63 61 6c 6c 28 76 61 72 28 "fac"),call(var(
2f90: 22 2d 22 29 2c 76 61 72 28 22 78 22 29 2c 69 6e "-"),var("x"),in
2fa0: 74 6c 28 31 29 29 29 29 29 0d 0a 09 09 09 29 29 tl(1))))).....))
2fb0: 2c 0d 0a 09 09 09 63 61 6c 6c 28 76 61 72 28 22 ,.....call(var("
2fc0: 66 61 63 22 29 2c 69 6e 74 6c 28 31 30 29 29 0d fac"),intl(10)).
2fd0: 0a 09 09 29 0d 0a 09 29 3b 0d 0a 7d 0d 0a 0d 0a ...)...);..}....
2fe0: 75 6e 69 74 74 65 73 74 0d 0a 7b 0d 0a 09 61 73 unittest..{...as
2ff0: 73 65 72 74 5f 74 68 72 6f 77 21 55 6e 65 78 70 sert_throw!Unexp
3000: 65 63 74 65 64 45 4f 46 28 70 61 72 73 65 53 74 ectedEOF(parseSt
3010: 72 69 6e 67 28 60 31 2b 60 29 29 3b 0d 0a 09 61 ring(`1+`));...a
3020: 73 73 65 72 74 5f 74 68 72 6f 77 21 50 61 72 73 ssert_throw!Pars
3030: 65 45 78 63 65 70 74 69 6f 6e 28 70 61 72 73 65 eException(parse
3040: 53 74 72 69 6e 67 28 60 31 2b 32 7d 60 29 29 3b String(`1+2}`));
3050: 0d 0a 09 61 73 73 65 72 74 5f 74 68 72 6f 77 21 ...assert_throw!
3060: 55 6e 65 78 70 65 63 74 65 64 45 4f 46 28 70 61 UnexpectedEOF(pa
3070: 72 73 65 53 74 72 69 6e 67 28 60 6c 65 74 20 22 rseString(`let "
3080: 78 22 60 29 29 3b 0d 0a 09 61 73 73 65 72 74 5f x"`));...assert_
3090: 74 68 72 6f 77 21 55 6e 65 78 70 65 63 74 65 64 throw!Unexpected
30a0: 45 4f 46 28 70 61 72 73 65 53 74 72 69 6e 67 28 EOF(parseString(
30b0: 60 76 61 72 60 29 29 3b 0d 0a 09 61 73 73 65 72 `var`));...asser
30c0: 74 5f 74 68 72 6f 77 21 50 61 72 73 65 45 78 63 t_throw!ParseExc
30d0: 65 70 74 69 6f 6e 28 70 61 72 73 65 53 74 72 69 eption(parseStri
30e0: 6e 67 28 60 40 76 61 6c 20 78 20 3d 3d 60 29 29 ng(`@val x ==`))
30f0: 3b 0d 0a 09 61 73 73 65 72 74 5f 74 68 72 6f 77 ;...assert_throw
3100: 21 50 61 72 73 65 45 78 63 65 70 74 69 6f 6e 28 !ParseException(
3110: 70 61 72 73 65 53 74 72 69 6e 67 28 60 69 66 28 parseString(`if(
3120: 29 7b 31 7d 60 29 29 3b 0d 0a 09 61 73 73 65 72 ){1}`));...asser
3130: 74 5f 74 68 72 6f 77 21 55 6e 65 78 70 65 63 74 t_throw!Unexpect
3140: 65 64 45 4f 46 28 70 61 72 73 65 53 74 72 69 6e edEOF(parseStrin
3150: 67 28 60 66 28 60 29 29 3b 0d 0a 7d 0d 0a 0d 0a g(`f(`));..}....
3160: 75 6e 69 74 74 65 73 74 0d 0a 7b 0d 0a 09 6d 69 unittest..{...mi
3170: 78 69 6e 20 45 61 73 79 41 53 54 3b 0d 0a 09 61 xin EasyAST;...a
3180: 73 73 65 72 74 5f 65 71 28 70 61 72 73 65 53 74 ssert_eq(parseSt
3190: 72 69 6e 67 28 60 64 65 66 20 66 6f 6f 28 78 29 ring(`def foo(x)
31a0: 20 7b 20 78 2b 31 20 7d 3b 20 66 6f 6f 60 29 2c { x+1 }; foo`),
31b0: 0d 0a 09 09 6c 65 74 28 22 66 6f 6f 22 2c 20 22 ....let("foo", "
31c0: 22 2c 0d 0a 09 09 09 66 75 6e 28 5b 22 78 22 5d ",.....fun(["x"]
31d0: 2c 20 63 61 6c 6c 28 76 61 72 28 22 2b 22 29 2c , call(var("+"),
31e0: 20 76 61 72 28 22 78 22 29 2c 20 69 6e 74 6c 28 var("x"), intl(
31f0: 31 29 29 29 2c 0d 0a 09 09 09 76 61 72 28 22 66 1))),.....var("f
3200: 6f 6f 22 29 29 0d 0a 09 29 3b 0d 0a 0d 0a 09 61 oo"))...);.....a
3210: 73 73 65 72 74 5f 65 71 28 70 61 72 73 65 53 74 ssert_eq(parseSt
3220: 72 69 6e 67 28 60 40 40 74 79 70 65 20 28 20 78 ring(`@@type ( x
3230: 20 29 20 7b 20 78 20 7d 60 29 2c 0d 0a 09 09 6c ) { x }`),....l
3240: 65 74 28 22 40 74 79 70 65 22 2c 20 53 79 73 74 et("@type", Syst
3250: 65 6d 4c 61 79 65 72 2c 20 66 75 6e 28 5b 22 78 emLayer, fun(["x
3260: 22 5d 2c 20 76 61 72 28 22 78 22 29 29 2c 20 6c "], var("x")), l
3270: 61 79 28 53 79 73 74 65 6d 4c 61 79 65 72 2c 20 ay(SystemLayer,
3280: 76 61 72 28 22 40 74 79 70 65 22 29 29 29 20 29 var("@type"))) )
3290: 3b 0d 0a 0d 0a 09 61 73 73 65 72 74 5f 65 71 28 ;.....assert_eq(
32a0: 70 61 72 73 65 53 74 72 69 6e 67 28 60 7b 7d 60 parseString(`{}`
32b0: 29 2c 20 63 61 6c 6c 28 76 61 72 28 22 7b 7d 22 ), call(var("{}"
32c0: 29 29 29 3b 0d 0a 09 61 73 73 65 72 74 5f 65 71 )));...assert_eq
32d0: 28 70 61 72 73 65 53 74 72 69 6e 67 28 60 7b 66 (parseString(`{f
32e0: 6f 6f 3a 31 2c 22 62 61 72 22 3a 32 7d 60 29 2c oo:1,"bar":2}`),
32f0: 0d 0a 09 09 63 61 6c 6c 28 76 61 72 28 22 2e 3d ....call(var(".=
3300: 22 29 2c 20 63 61 6c 6c 28 76 61 72 28 22 2e 3d "), call(var(".=
3310: 22 29 2c 20 63 61 6c 6c 28 76 61 72 28 22 7b 7d "), call(var("{}
3320: 22 29 29 2c 20 73 74 72 6c 28 22 66 6f 6f 22 29 ")), strl("foo")
3330: 2c 20 69 6e 74 6c 28 31 29 29 2c 20 73 74 72 6c , intl(1)), strl
3340: 28 22 62 61 72 22 29 2c 20 69 6e 74 6c 28 32 29 ("bar"), intl(2)
3350: 29 29 3b 0d 0a 09 61 73 73 65 72 74 5f 65 71 28 ));...assert_eq(
3360: 70 61 72 73 65 53 74 72 69 6e 67 28 60 7b 7d 2e parseString(`{}.
3370: 66 6f 6f 60 29 2c 20 63 61 6c 6c 28 76 61 72 28 foo`), call(var(
3380: 22 2e 22 29 2c 63 61 6c 6c 28 76 61 72 28 22 7b "."),call(var("{
3390: 7d 22 29 29 2c 73 74 72 6c 28 22 66 6f 6f 22 29 }")),strl("foo")
33a0: 29 29 3b 0d 0a 09 61 73 73 65 72 74 5f 65 71 28 ));...assert_eq(
33b0: 70 61 72 73 65 53 74 72 69 6e 67 28 60 7b 7d 2e parseString(`{}.
33c0: 3f 66 6f 6f 60 29 2c 20 63 61 6c 6c 28 76 61 72 ?foo`), call(var
33d0: 28 22 2e 3f 22 29 2c 63 61 6c 6c 28 76 61 72 28 (".?"),call(var(
33e0: 22 7b 7d 22 29 29 2c 73 74 72 6c 28 22 66 6f 6f "{}")),strl("foo
33f0: 22 29 29 29 3b 0d 0a 09 61 73 73 65 72 74 5f 65 ")));...assert_e
3400: 71 28 70 61 72 73 65 53 74 72 69 6e 67 28 60 78 q(parseString(`x
3410: 7b 79 3a 31 7d 60 29 2c 20 63 61 6c 6c 28 76 61 {y:1}`), call(va
3420: 72 28 22 2e 3d 22 29 2c 76 61 72 28 22 78 22 29 r(".="),var("x")
3430: 2c 73 74 72 6c 28 22 79 22 29 2c 69 6e 74 6c 28 ,strl("y"),intl(
3440: 31 29 29 29 3b 0d 0a 7d 0d 0a 1)));..}..