Hex Artifact Content
Not logged in

Artifact 6c61d557752efef563ab2ec514f8273c3675d6f6:


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 0d 0a 69 6d 70 6f 72 74 20 70 6f  ayer;..import po
0110: 6c 65 6d 79 2e 66 72 65 73 68 3b 0a 0d 0a 2f 2f  lemy.fresh;...//
0120: 2f 20 50 61 72 73 65 20 61 20 73 74 72 69 6e 67  / Parse a string
0130: 20 61 6e 64 20 72 65 74 75 72 6e 20 69 74 73 20   and return its 
0140: 41 53 54 0d 0a 0d 0a 41 53 54 20 70 61 72 73 65  AST....AST parse
0150: 53 74 72 69 6e 67 28 53 2c 20 54 2e 2e 2e 29 28  String(S, T...)(
0160: 53 20 73 74 72 2c 20 54 20 66 6e 5f 6c 6e 5f 63  S str, T fn_ln_c
0170: 6e 29 0d 0a 7b 0d 0a 09 72 65 74 75 72 6e 20 70  n)..{...return p
0180: 61 72 73 65 72 46 72 6f 6d 53 74 72 69 6e 67 28  arserFromString(
0190: 73 74 72 2c 20 66 6e 5f 6c 6e 5f 63 6e 29 2e 70  str, fn_ln_cn).p
01a0: 61 72 73 65 28 29 3b 0d 0a 7d 0d 0a 0d 0a 2f 2f  arse();..}....//
01b0: 2f 20 50 61 72 73 65 20 74 68 65 20 63 6f 6e 74  / Parse the cont
01c0: 65 6e 74 20 6f 66 20 61 20 66 69 6c 65 20 61 6e  ent of a file an
01d0: 64 20 72 65 74 75 72 6e 20 69 74 73 20 41 53 54  d return its AST
01e0: 0d 0a 0d 0a 41 53 54 20 70 61 72 73 65 46 69 6c  ....AST parseFil
01f0: 65 28 53 2c 20 54 2e 2e 2e 29 28 53 20 66 69 6c  e(S, T...)(S fil
0200: 65 6e 61 6d 65 2c 20 54 20 6c 6e 5f 63 6e 29 0d  ename, T ln_cn).
0210: 0a 7b 0d 0a 09 72 65 74 75 72 6e 20 70 61 72 73  .{...return pars
0220: 65 72 46 72 6f 6d 46 69 6c 65 28 66 69 6c 65 6e  erFromFile(filen
0230: 61 6d 65 2c 20 6c 6e 5f 63 6e 29 2e 70 61 72 73  ame, ln_cn).pars
0240: 65 28 29 3b 0d 0a 7d 0d 0a 0d 0a 2f 2f 20 4e 61  e();..}....// Na
0250: 6d 65 64 20 43 6f 6e 73 74 72 75 63 74 6f 72 73  med Constructors
0260: 20 6f 66 20 50 61 72 73 65 72 0d 0a 0d 0a 70 72   of Parser....pr
0270: 69 76 61 74 65 20 61 75 74 6f 20 70 61 72 73 65  ivate auto parse
0280: 72 46 72 6f 6d 4c 65 78 65 72 28 4c 65 78 65 72  rFromLexer(Lexer
0290: 29 28 4c 65 78 65 72 20 6c 65 78 29 0d 0a 09 7b  )(Lexer lex)...{
02a0: 20 72 65 74 75 72 6e 20 6e 65 77 20 50 61 72 73   return new Pars
02b0: 65 72 21 4c 65 78 65 72 28 6c 65 78 29 3b 20 7d  er!Lexer(lex); }
02c0: 0d 0a 0d 0a 70 72 69 76 61 74 65 20 61 75 74 6f  ....private auto
02d0: 20 70 61 72 73 65 72 46 72 6f 6d 53 74 72 69 6e   parserFromStrin
02e0: 67 28 54 2e 2e 2e 29 28 54 20 70 61 72 61 6d 73  g(T...)(T params
02f0: 29 0d 0a 09 7b 20 72 65 74 75 72 6e 20 70 61 72  )...{ return par
0300: 73 65 72 46 72 6f 6d 4c 65 78 65 72 28 6c 65 78  serFromLexer(lex
0310: 65 72 46 72 6f 6d 53 74 72 69 6e 67 28 70 61 72  erFromString(par
0320: 61 6d 73 29 29 3b 20 7d 0d 0a 0d 0a 70 72 69 76  ams)); }....priv
0330: 61 74 65 20 61 75 74 6f 20 70 61 72 73 65 72 46  ate auto parserF
0340: 72 6f 6d 46 69 6c 65 28 54 2e 2e 2e 29 28 54 20  romFile(T...)(T 
0350: 70 61 72 61 6d 73 29 0d 0a 09 7b 20 72 65 74 75  params)...{ retu
0360: 72 6e 20 70 61 72 73 65 72 46 72 6f 6d 4c 65 78  rn parserFromLex
0370: 65 72 28 6c 65 78 65 72 46 72 6f 6d 46 69 6c 65  er(lexerFromFile
0380: 28 70 61 72 61 6d 73 29 29 3b 20 7d 0d 0a 0d 0a  (params)); }....
0390: 2f 2f 20 50 61 72 73 65 72 0d 0a 0d 0a 70 72 69  // Parser....pri
03a0: 76 61 74 65 20 63 6c 61 73 73 20 50 61 72 73 65  vate class Parse
03b0: 72 28 4c 65 78 65 72 29 0d 0a 09 69 66 28 20 69  r(Lexer)...if( i
03c0: 73 46 6f 72 77 61 72 64 52 61 6e 67 65 21 28 4c  sForwardRange!(L
03d0: 65 78 65 72 29 20 26 26 20 69 73 28 45 6c 65 6d  exer) && is(Elem
03e0: 65 6e 74 54 79 70 65 21 28 4c 65 78 65 72 29 20  entType!(Lexer) 
03f0: 3d 3d 20 54 6f 6b 65 6e 29 20 29 0d 0a 7b 0d 0a  == Token) )..{..
0400: 09 41 53 54 20 70 61 72 73 65 28 29 0d 0a 09 7b  .AST parse()...{
0410: 0d 0a 09 09 61 75 74 6f 20 65 20 3d 20 42 6f 64  ....auto e = Bod
0420: 79 28 29 3b 0d 0a 09 09 69 66 28 20 21 6c 65 78  y();....if( !lex
0430: 2e 65 6d 70 74 79 20 29 0d 0a 09 09 09 74 68 72  .empty ).....thr
0440: 6f 77 20 67 65 6e 65 78 21 50 61 72 73 65 45 78  ow genex!ParseEx
0450: 63 65 70 74 69 6f 6e 28 63 75 72 72 65 6e 74 50  ception(currentP
0460: 6f 73 69 74 69 6f 6e 28 29 2c 20 22 70 61 72 73  osition(), "pars
0470: 69 6e 67 20 65 6e 64 65 64 20 62 75 74 20 73 6f  ing ended but so
0480: 6d 65 20 74 6f 6b 65 6e 73 20 6c 65 66 74 22 29  me tokens left")
0490: 3b 0d 0a 09 09 72 65 74 75 72 6e 20 65 3b 0d 0a  ;....return e;..
04a0: 09 7d 0d 0a 0d 0a 09 41 53 54 20 42 6f 64 79 28  .}.....AST Body(
04b0: 29 0d 0a 09 7b 0d 0a 09 09 2f 2f 2f 20 42 6f 64  )...{..../// Bod
04c0: 79 20 3a 3a 3d 20 44 65 63 6c 61 72 61 74 69 6f  y ::= Declaratio
04d0: 6e 0d 0a 09 09 2f 2f 2f 20 20 20 20 20 20 20 20  n....///        
04e0: 7c 20 54 6f 70 4c 65 76 65 6c 45 78 70 72 65 73  | TopLevelExpres
04f0: 73 69 6f 6e 0d 0a 0d 0a 09 09 69 66 28 20 63 6c  sion......if( cl
0500: 6f 73 69 6e 67 42 72 61 63 6b 65 74 28 29 20 29  osingBracket() )
0510: 0d 0a 09 09 09 72 65 74 75 72 6e 20 64 6f 4e 6f  .....return doNo
0520: 74 68 69 6e 67 45 78 70 72 65 73 73 69 6f 6e 28  thingExpression(
0530: 29 3b 0d 0a 0d 0a 09 09 61 75 74 6f 20 73 61 76  );......auto sav
0540: 65 64 20 3d 20 6c 65 78 2e 73 61 76 65 3b 0d 0a  ed = lex.save;..
0550: 09 09 69 66 28 20 61 75 74 6f 20 65 20 3d 20 44  ..if( auto e = D
0560: 65 63 6c 61 72 61 74 69 6f 6e 28 29 20 29 0d 0a  eclaration() )..
0570: 09 09 09 72 65 74 75 72 6e 20 65 3b 0d 0a 09 09  ...return e;....
0580: 6c 65 78 20 3d 20 73 61 76 65 64 3b 0d 0a 09 09  lex = saved;....
0590: 72 65 74 75 72 6e 20 54 6f 70 4c 65 76 65 6c 45  return TopLevelE
05a0: 78 70 72 65 73 73 69 6f 6e 28 29 3b 0d 0a 09 7d  xpression();...}
05b0: 0d 0a 0d 0a 09 41 53 54 20 44 65 63 6c 61 72 61  .....AST Declara
05c0: 74 69 6f 6e 28 29 20 2f 2f 20 72 65 74 75 72 6e  tion() // return
05d0: 73 20 6e 75 6c 6c 20 69 66 20 69 74 20 69 73 20  s null if it is 
05e0: 6e 6f 74 20 61 20 64 65 63 6c 61 72 61 74 69 6f  not a declaratio
05f0: 6e 0d 0a 09 7b 0d 0a 09 09 2f 2f 2f 20 44 65 63  n...{..../// Dec
0600: 6c 61 72 61 74 69 6f 6e 20 3a 3a 3d 0d 0a 09 09  laration ::=....
0610: 2f 2f 2f 20 20 20 20 5b 22 40 22 20 4c 61 79 65  ///    ["@" Laye
0620: 72 7c 22 6c 65 74 22 7c 22 76 61 72 22 7c 22 64  r|"let"|"var"|"d
0630: 65 66 22 5d 20 56 61 72 20 22 3d 22 20 45 78 70  ef"] Var "=" Exp
0640: 72 65 73 73 69 6f 6e 20 28 5b 22 3b 22 7c 22 69  ression ([";"|"i
0650: 6e 22 5d 20 42 6f 64 79 3f 29 3f 0d 0a 09 09 2f  n"] Body?)?..../
0660: 2f 2f 20 20 7c 20 5b 22 40 22 20 4c 61 79 65 72  //  | ["@" Layer
0670: 7c 22 6c 65 74 22 7c 22 76 61 72 22 7c 22 64 65  |"let"|"var"|"de
0680: 66 22 5d 20 56 61 72 20 22 28 22 20 50 61 72 61  f"] Var "(" Para
0690: 6d 25 22 2c 22 20 22 29 22 20 22 7b 22 20 42 6f  m%"," ")" "{" Bo
06a0: 64 79 20 22 7d 22 20 28 5b 22 3b 22 7c 22 69 6e  dy "}" ([";"|"in
06b0: 22 5d 20 42 6f 64 79 3f 29 3f 0d 0a 09 09 2f 2f  "] Body?)?....//
06c0: 2f 20 20 7c 20 5b 22 40 22 20 22 40 22 20 4c 61  /  | ["@" "@" La
06d0: 79 65 72 20 22 3d 22 20 45 78 70 72 65 73 73 69  yer "=" Expressi
06e0: 6f 6e 20 28 5b 22 3b 22 7c 22 69 6e 22 5d 20 42  on ([";"|"in"] B
06f0: 6f 64 79 3f 29 3f 0d 0a 09 09 2f 2f 2f 20 20 7c  ody?)?....///  |
0700: 20 5b 22 40 22 20 22 40 22 20 4c 61 79 65 72 20   ["@" "@" Layer 
0710: 22 28 22 20 50 61 72 61 6d 25 22 2c 22 20 22 29  "(" Param%"," ")
0720: 22 20 22 7b 22 20 42 6f 64 79 20 22 7d 22 20 28  " "{" Body "}" (
0730: 5b 22 3b 22 7c 22 69 6e 22 5d 20 42 6f 64 79 3f  [";"|"in"] Body?
0740: 29 3f 0d 0a 0d 0a 09 09 61 75 74 6f 20 70 6f 73  )?......auto pos
0750: 20 3d 20 63 75 72 72 65 6e 74 50 6f 73 69 74 69   = currentPositi
0760: 6f 6e 28 29 3b 0d 0a 09 09 4c 61 79 65 72 20 6c  on();....Layer l
0770: 61 79 65 72 20 3d 20 22 22 3b 0d 0a 09 09 62 6f  ayer = "";....bo
0780: 6f 6c 20 6c 61 79 65 72 4c 69 66 74 44 65 63 6c  ol layerLiftDecl
0790: 20 3d 20 66 61 6c 73 65 3b 0d 0a 0d 0a 09 09 69   = false;......i
07a0: 66 28 20 74 72 79 45 61 74 28 22 40 22 29 20 29  f( tryEat("@") )
07b0: 0d 0a 09 09 7b 0d 0a 09 09 09 6c 61 79 65 72 20  ....{.....layer 
07c0: 3d 20 22 40 22 20 7e 20 65 61 74 49 64 28 22 61  = "@" ~ eatId("a
07d0: 66 74 65 72 20 40 22 2c 20 41 6c 6c 6f 77 51 75  fter @", AllowQu
07e0: 6f 74 65 64 29 3b 0d 0a 09 09 09 69 66 28 20 6c  oted);.....if( l
07f0: 61 79 65 72 20 3d 3d 20 22 40 40 22 20 29 0d 0a  ayer == "@@" )..
0800: 09 09 09 7b 0d 0a 09 09 09 09 6c 61 79 65 72 20  ...{......layer 
0810: 3d 20 22 40 22 20 7e 20 65 61 74 49 64 28 22 61  = "@" ~ eatId("a
0820: 66 74 65 72 20 40 40 22 2c 20 41 6c 6c 6f 77 51  fter @@", AllowQ
0830: 75 6f 74 65 64 29 3b 0d 0a 09 09 09 09 6c 61 79  uoted);......lay
0840: 65 72 4c 69 66 74 44 65 63 6c 20 3d 20 74 72 75  erLiftDecl = tru
0850: 65 3b 0d 0a 09 09 09 7d 0d 0a 09 09 09 65 6c 73  e;.....}.....els
0860: 65 0d 0a 09 09 09 7b 0d 0a 09 09 09 09 69 66 28  e.....{......if(
0870: 20 74 72 79 45 61 74 28 22 28 22 29 20 29 0d 0a   tryEat("(") )..
0880: 09 09 09 09 09 72 65 74 75 72 6e 20 6e 75 6c 6c  .....return null
0890: 3b 20 2f 2f 20 40 6c 61 79 28 2e 2e 2e 29 20 65  ; // @lay(...) e
08a0: 78 70 72 65 73 73 69 6f 6e 2c 20 6e 6f 74 20 61  xpression, not a
08b0: 20 64 65 63 6c 61 72 61 74 69 6f 6e 0d 0a 09 09   declaration....
08c0: 09 7d 0d 0a 09 09 7d 0d 0a 0d 0a 09 09 2f 2f 20  .}....}......// 
08d0: 5b 54 4f 44 4f 5d 20 52 65 66 61 63 74 6f 72 0d  [TODO] Refactor.
08e0: 0a 09 09 69 66 28 20 6c 61 79 65 72 4c 69 66 74  ...if( layerLift
08f0: 44 65 63 6c 20 29 0d 0a 09 09 7b 0d 0a 09 09 09  Decl )....{.....
0900: 73 74 72 69 6e 67 20 6b 77 64 20 3d 20 22 40 22  string kwd = "@"
0910: 20 7e 20 6c 61 79 65 72 3b 0d 0a 09 09 09 73 74   ~ layer;.....st
0920: 72 69 6e 67 20 76 61 72 20 3d 20 6c 61 79 65 72  ring var = layer
0930: 3b 0d 0a 0d 0a 09 09 09 61 75 74 6f 20 65 20 3d  ;.......auto e =
0940: 20 74 72 79 45 61 74 28 22 28 22 29 0d 0a 09 09   tryEat("(")....
0950: 09 09 3f 20 70 61 72 73 65 4c 61 6d 62 64 61 41  ..? parseLambdaA
0960: 66 74 65 72 4f 70 65 6e 50 61 72 65 6e 28 70 6f  fterOpenParen(po
0970: 73 29 20 20 2f 2f 20 6c 65 74 20 76 61 72 20 28  s)  // let var (
0980: 20 2e 2e 2e 0d 0a 09 09 09 09 3a 20 28 65 61 74   .........: (eat
0990: 28 22 3d 22 2c 20 22 61 66 74 65 72 20 22 7e 6b  ("=", "after "~k
09a0: 77 64 29 2c 20 45 28 30 29 29 3b 20 2f 2f 20 6c  wd), E(0)); // l
09b0: 65 74 20 76 61 72 20 3d 20 2e 2e 2e 0d 0a 09 09  et var = .......
09c0: 09 69 66 28 20 6d 6f 72 65 44 65 63 6c 61 72 61  .if( moreDeclara
09d0: 74 69 6f 6e 45 78 69 73 74 73 28 29 20 29 0d 0a  tionExists() )..
09e0: 09 09 09 09 72 65 74 75 72 6e 20 6e 65 77 20 4c  ....return new L
09f0: 65 74 28 70 6f 73 2c 20 76 61 72 2c 20 53 79 73  et(pos, var, Sys
0a00: 74 65 6d 4c 61 79 65 72 2c 20 65 2c 20 42 6f 64  temLayer, e, Bod
0a10: 79 28 29 29 3b 0d 0a 09 09 09 65 6c 73 65 0d 0a  y());.....else..
0a20: 09 09 09 09 72 65 74 75 72 6e 20 6e 65 77 20 4c  ....return new L
0a30: 65 74 28 70 6f 73 2c 20 76 61 72 2c 20 53 79 73  et(pos, var, Sys
0a40: 74 65 6d 4c 61 79 65 72 2c 20 65 2c 0d 0a 09 09  temLayer, e,....
0a50: 09 09 09 6e 65 77 20 4c 61 79 28 70 6f 73 2c 20  ...new Lay(pos, 
0a60: 53 79 73 74 65 6d 4c 61 79 65 72 2c 20 6e 65 77  SystemLayer, new
0a70: 20 56 61 72 28 70 6f 73 2c 20 76 61 72 29 29 0d   Var(pos, var)).
0a80: 0a 09 09 09 09 29 3b 0d 0a 09 09 7d 0d 0a 09 09  .....);....}....
0a90: 65 6c 73 65 0d 0a 09 09 7b 0d 0a 09 09 09 73 74  else....{.....st
0aa0: 72 69 6e 67 20 6b 77 64 20 3d 20 6c 61 79 65 72  ring kwd = layer
0ab0: 3b 0d 0a 09 09 09 69 66 28 20 6c 61 79 65 72 2e  ;.....if( layer.
0ac0: 65 6d 70 74 79 20 26 26 20 21 74 72 79 45 61 74  empty && !tryEat
0ad0: 28 6b 77 64 3d 22 6c 65 74 22 29 20 26 26 20 21  (kwd="let") && !
0ae0: 74 72 79 45 61 74 28 6b 77 64 3d 22 76 61 72 22  tryEat(kwd="var"
0af0: 29 20 26 26 20 21 74 72 79 45 61 74 28 6b 77 64  ) && !tryEat(kwd
0b00: 3d 22 64 65 66 22 29 20 29 0d 0a 09 09 09 09 72  ="def") )......r
0b10: 65 74 75 72 6e 20 6e 75 6c 6c 3b 20 2f 2f 20 6e  eturn null; // n
0b20: 6f 6e 65 20 6f 66 20 7b 40 6c 61 79 2c 20 6c 65  one of {@lay, le
0b30: 74 2c 20 76 61 72 2c 20 64 65 66 7d 20 6f 63 63  t, var, def} occ
0b40: 75 72 72 65 64 2c 20 69 74 27 73 20 6e 6f 74 20  urred, it's not 
0b50: 61 20 64 65 63 6c 61 72 61 74 69 6f 6e 0d 0a 0d  a declaration...
0b60: 0a 09 09 09 61 75 74 6f 20 76 61 72 70 6f 73 20  ....auto varpos 
0b70: 3d 20 63 75 72 72 65 6e 74 50 6f 73 69 74 69 6f  = currentPositio
0b80: 6e 28 29 3b 0d 0a 09 09 09 73 74 72 69 6e 67 20  n();.....string 
0b90: 76 61 72 20 3d 20 65 61 74 49 64 28 22 61 66 74  var = eatId("aft
0ba0: 65 72 20 22 7e 6b 77 64 2c 20 41 6c 6c 6f 77 51  er "~kwd, AllowQ
0bb0: 75 6f 74 65 64 29 3b 20 2f 2f 20 6e 61 6d 65 20  uoted); // name 
0bc0: 6f 66 20 74 68 65 20 64 65 63 6c 61 72 65 64 20  of the declared 
0bd0: 76 61 72 69 61 62 6c 65 0d 0a 0d 0a 09 09 09 61  variable.......a
0be0: 75 74 6f 20 65 20 3d 20 74 72 79 45 61 74 28 22  uto e = tryEat("
0bf0: 28 22 29 0d 0a 09 09 09 09 3f 20 70 61 72 73 65  (")......? parse
0c00: 4c 61 6d 62 64 61 41 66 74 65 72 4f 70 65 6e 50  LambdaAfterOpenP
0c10: 61 72 65 6e 28 70 6f 73 29 20 20 2f 2f 20 6c 65  aren(pos)  // le
0c20: 74 20 76 61 72 20 28 20 2e 2e 2e 0d 0a 09 09 09  t var ( ........
0c30: 09 3a 20 28 65 61 74 28 22 3d 22 2c 20 22 61 66  .: (eat("=", "af
0c40: 74 65 72 20 22 7e 6b 77 64 29 2c 20 45 28 30 29  ter "~kwd), E(0)
0c50: 29 3b 20 2f 2f 20 6c 65 74 20 76 61 72 20 3d 20  ); // let var = 
0c60: 2e 2e 2e 0d 0a 09 09 09 69 66 28 20 6d 6f 72 65  ........if( more
0c70: 44 65 63 6c 61 72 61 74 69 6f 6e 45 78 69 73 74  DeclarationExist
0c80: 73 28 29 20 29 0d 0a 09 09 09 09 72 65 74 75 72  s() )......retur
0c90: 6e 20 6e 65 77 20 4c 65 74 28 70 6f 73 2c 20 76  n new Let(pos, v
0ca0: 61 72 2c 20 6c 61 79 65 72 2c 20 65 2c 20 42 6f  ar, layer, e, Bo
0cb0: 64 79 28 29 29 3b 0d 0a 09 09 09 65 6c 73 65 0d  dy());.....else.
0cc0: 0a 09 09 09 09 72 65 74 75 72 6e 20 6e 65 77 20  .....return new 
0cd0: 4c 65 74 28 70 6f 73 2c 20 76 61 72 2c 20 6c 61  Let(pos, var, la
0ce0: 79 65 72 2c 20 65 2c 20 6e 65 77 20 56 61 72 28  yer, e, new Var(
0cf0: 76 61 72 70 6f 73 2c 20 76 61 72 29 29 3b 0d 0a  varpos, var));..
0d00: 09 09 7d 0d 0a 09 7d 0d 0a 0d 0a 09 41 53 54 20  ..}...}.....AST 
0d10: 54 6f 70 4c 65 76 65 6c 45 78 70 72 65 73 73 69  TopLevelExpressi
0d20: 6f 6e 28 29 0d 0a 09 7b 0d 0a 09 09 2f 2f 2f 20  on()...{..../// 
0d30: 54 6f 70 4c 65 76 65 6c 45 78 70 72 65 73 73 69  TopLevelExpressi
0d40: 6f 6e 20 3a 3a 3d 20 45 78 70 72 65 73 73 69 6f  on ::= Expressio
0d50: 6e 20 28 5b 22 3b 22 7c 22 69 6e 22 5d 20 42 6f  n ([";"|"in"] Bo
0d60: 64 79 3f 29 3f 0d 0a 0d 0a 09 09 61 75 74 6f 20  dy?)?......auto 
0d70: 70 6f 73 20 3d 20 63 75 72 72 65 6e 74 50 6f 73  pos = currentPos
0d80: 69 74 69 6f 6e 28 29 3b 0d 0a 09 09 61 75 74 6f  ition();....auto
0d90: 20 65 20 3d 20 45 28 30 29 3b 0d 0a 09 09 69 66   e = E(0);....if
0da0: 28 20 6d 6f 72 65 44 65 63 6c 61 72 61 74 69 6f  ( moreDeclaratio
0db0: 6e 45 78 69 73 74 73 28 29 20 29 0d 0a 09 09 09  nExists() ).....
0dc0: 72 65 74 75 72 6e 20 6e 65 77 20 4c 65 74 28 70  return new Let(p
0dd0: 6f 73 2c 20 22 5f 22 2c 20 22 22 2c 20 65 2c 20  os, "_", "", e, 
0de0: 42 6f 64 79 28 29 29 3b 0d 0a 09 09 65 6c 73 65  Body());....else
0df0: 0d 0a 09 09 09 72 65 74 75 72 6e 20 65 3b 0d 0a  .....return e;..
0e00: 09 7d 0d 0a 0d 0a 09 70 72 69 76 61 74 65 20 62  .}.....private b
0e10: 6f 6f 6c 20 6d 6f 72 65 44 65 63 6c 61 72 61 74  ool moreDeclarat
0e20: 69 6f 6e 45 78 69 73 74 73 28 29 0d 0a 09 7b 0d  ionExists()...{.
0e30: 0a 09 09 72 65 74 75 72 6e 20 28 74 72 79 45 61  ...return (tryEa
0e40: 74 28 22 3b 22 29 20 7c 7c 20 74 72 79 45 61 74  t(";") || tryEat
0e50: 28 22 69 6e 22 29 29 20 26 26 20 21 63 6c 6f 73  ("in")) && !clos
0e60: 69 6e 67 42 72 61 63 6b 65 74 28 29 3b 0d 0a 09  ingBracket();...
0e70: 7d 0d 0a 0d 0a 09 70 72 69 76 61 74 65 20 62 6f  }.....private bo
0e80: 6f 6c 20 63 6c 6f 73 69 6e 67 42 72 61 63 6b 65  ol closingBracke
0e90: 74 28 29 0d 0a 09 7b 0d 0a 09 09 72 65 74 75 72  t()...{....retur
0ea0: 6e 20 6c 65 78 2e 65 6d 70 74 79 20 7c 7c 20 21  n lex.empty || !
0eb0: 6c 65 78 2e 66 72 6f 6e 74 2e 71 75 6f 74 65 64  lex.front.quoted
0ec0: 20 26 26 20 5b 22 7d 22 2c 22 29 22 2c 22 5d 22   && ["}",")","]"
0ed0: 2c 22 2c 22 5d 2e 63 61 6e 46 69 6e 64 28 6c 65  ,","].canFind(le
0ee0: 78 2e 66 72 6f 6e 74 2e 73 74 72 29 3b 0d 0a 09  x.front.str);...
0ef0: 7d 0d 0a 0d 0a 09 2f 2f 20 5b 54 4f 44 4f 5d 20  }.....// [TODO] 
0f00: 6d 61 6b 65 20 74 68 69 73 20 63 75 73 74 6f 6d  make this custom
0f10: 69 7a 61 62 6c 65 20 66 72 6f 6d 20 70 72 6f 67  izable from prog
0f20: 72 61 6d 0d 0a 09 70 72 69 76 61 74 65 20 73 74  ram...private st
0f30: 61 74 69 63 20 73 74 72 69 6e 67 5b 5d 5b 5d 20  atic string[][] 
0f40: 6f 70 65 72 61 74 6f 72 5f 70 65 72 66 65 72 65  operator_perfere
0f50: 6e 63 65 73 20 3d 20 5b 0d 0a 09 09 5b 22 7c 7c  nces = [....["||
0f60: 22 5d 2c 0d 0a 09 09 5b 22 26 26 22 5d 2c 0d 0a  "],....["&&"],..
0f70: 09 09 5b 22 21 3d 22 5d 2c 0d 0a 09 09 5b 22 3d  ..["!="],....["=
0f80: 3d 22 5d 2c 0d 0a 09 09 5b 22 3c 22 2c 22 3c 3d  ="],....["<","<=
0f90: 22 2c 22 3e 22 2c 22 3e 3d 22 5d 2c 0d 0a 09 09  ",">",">="],....
0fa0: 5b 22 7c 22 5d 2c 0d 0a 09 09 5b 22 5e 22 5d 2c  ["|"],....["^"],
0fb0: 0d 0a 09 09 5b 22 26 22 5d 2c 0d 0a 09 09 5b 22  ....["&"],....["
0fc0: 3c 3c 22 2c 20 22 3e 3e 22 2c 20 22 3c 3c 3c 22  <<", ">>", "<<<"
0fd0: 2c 20 22 3e 3e 3e 22 5d 2c 0d 0a 09 09 5b 22 2b  , ">>>"],....["+
0fe0: 22 2c 22 2d 22 5d 2c 0d 0a 09 09 5b 22 7e 22 5d  ","-"],....["~"]
0ff0: 2c 0d 0a 09 09 5b 22 2a 22 2c 22 2f 22 2c 22 25  ,....["*","/","%
1000: 22 5d 2c 0d 0a 09 09 5b 22 5e 5e 22 2c 22 2a 2a  "],....["^^","**
1010: 22 5d 2c 0d 0a 09 09 5b 22 2e 22 2c 22 2e 3f 22  "],....[".",".?"
1020: 5d 0d 0a 09 5d 3b 0d 0a 0d 0a 09 41 53 54 20 45  ]...];.....AST E
1030: 28 73 69 7a 65 5f 74 20 6c 65 76 65 6c 29 0d 0a  (size_t level)..
1040: 09 7b 0d 0a 09 09 2f 2f 2f 20 45 78 70 72 65 73  .{..../// Expres
1050: 73 69 6f 6e 20 3a 3a 3d 20 28 42 69 6e 61 72 79  sion ::= (Binary
1060: 20 6c 65 66 74 2d 61 73 73 6f 63 69 61 74 69 76   left-associativ
1070: 65 20 6f 70 65 72 61 74 6f 72 73 20 6f 76 65 72  e operators over
1080: 29 20 46 75 6e 63 61 6c 6c 0d 0a 0d 0a 09 09 41  ) Funcall......A
1090: 53 54 20 72 65 63 28 41 53 54 20 6c 68 73 29 0d  ST rec(AST lhs).
10a0: 0a 09 09 7b 0d 0a 09 09 09 69 66 28 20 63 6c 6f  ...{.....if( clo
10b0: 73 69 6e 67 42 72 61 63 6b 65 74 28 29 20 29 0d  singBracket() ).
10c0: 0a 09 09 09 09 72 65 74 75 72 6e 20 6c 68 73 3b  .....return lhs;
10d0: 0d 0a 0d 0a 09 09 09 61 75 74 6f 20 70 6f 73 20  .......auto pos 
10e0: 3d 20 63 75 72 72 65 6e 74 50 6f 73 69 74 69 6f  = currentPositio
10f0: 6e 28 29 3b 0d 0a 09 09 09 66 6f 72 65 61 63 68  n();.....foreach
1100: 28 6f 70 3b 20 6f 70 65 72 61 74 6f 72 5f 70 65  (op; operator_pe
1110: 72 66 65 72 65 6e 63 65 73 5b 6c 65 76 65 6c 5d  rferences[level]
1120: 29 0d 0a 09 09 09 09 69 66 28 20 74 72 79 45 61  )......if( tryEa
1130: 74 28 6f 70 29 20 29 0d 0a 09 09 09 09 09 69 66  t(op) ).......if
1140: 28 20 6f 70 5b 30 5d 3d 3d 27 2e 27 20 29 0d 0a  ( op[0]=='.' )..
1150: 09 09 09 09 09 09 72 65 74 75 72 6e 20 72 65 63  ......return rec
1160: 28 0d 0a 09 09 09 09 09 09 09 6e 65 77 20 41 70  (.........new Ap
1170: 70 28 6c 68 73 2e 70 6f 73 2c 20 6e 65 77 20 56  p(lhs.pos, new V
1180: 61 72 28 70 6f 73 2c 20 6f 70 29 2c 20 6c 68 73  ar(pos, op), lhs
1190: 2c 20 70 61 72 73 65 49 64 28 29 29 29 3b 0d 0a  , parseId()));..
11a0: 09 09 09 09 09 65 6c 73 65 0d 0a 09 09 09 09 09  .....else.......
11b0: 09 72 65 74 75 72 6e 20 72 65 63 28 0d 0a 09 09  .return rec(....
11c0: 09 09 09 09 09 6e 65 77 20 41 70 70 28 6c 68 73  .....new App(lhs
11d0: 2e 70 6f 73 2c 20 6e 65 77 20 56 61 72 28 70 6f  .pos, new Var(po
11e0: 73 2c 20 6f 70 29 2c 20 6c 68 73 2c 20 45 28 6c  s, op), lhs, E(l
11f0: 65 76 65 6c 2b 31 29 29 29 3b 0d 0a 09 09 09 72  evel+1)));.....r
1200: 65 74 75 72 6e 20 6c 68 73 3b 0d 0a 09 09 7d 0d  eturn lhs;....}.
1210: 0a 0d 0a 09 09 69 66 28 20 6f 70 65 72 61 74 6f  .....if( operato
1220: 72 5f 70 65 72 66 65 72 65 6e 63 65 73 2e 6c 65  r_perferences.le
1230: 6e 67 74 68 20 3c 3d 20 6c 65 76 65 6c 20 29 0d  ngth <= level ).
1240: 0a 09 09 09 72 65 74 75 72 6e 20 46 75 6e 63 61  ....return Funca
1250: 6c 6c 28 29 3b 0d 0a 09 09 65 6c 73 65 0d 0a 09  ll();....else...
1260: 09 09 72 65 74 75 72 6e 20 72 65 63 28 45 28 6c  ..return rec(E(l
1270: 65 76 65 6c 2b 31 29 29 3b 0d 0a 09 7d 0d 0a 0d  evel+1));...}...
1280: 0a 09 41 53 54 20 46 75 6e 63 61 6c 6c 28 29 0d  ..AST Funcall().
1290: 0a 09 7b 0d 0a 09 09 2f 2f 2f 20 46 75 6e 63 61  ..{..../// Funca
12a0: 6c 6c 20 3a 3a 3d 20 42 61 73 65 45 78 70 72 65  ll ::= BaseExpre
12b0: 73 73 69 6f 6e 20 5b 22 28 22 20 45 78 70 72 65  ssion ["(" Expre
12c0: 73 73 69 6f 6e 25 22 2c 22 20 22 29 22 20 7c 20  ssion%"," ")" | 
12d0: 22 7b 22 20 45 4e 54 52 49 45 53 20 22 7d 22 5d  "{" ENTRIES "}"]
12e0: 2a 0d 0a 0d 0a 09 09 61 75 74 6f 20 65 20 3d 20  *......auto e = 
12f0: 42 61 73 65 45 78 70 72 65 73 73 69 6f 6e 28 29  BaseExpression()
1300: 3b 0d 0a 09 09 66 6f 72 28 3b 3b 29 0d 0a 09 09  ;....for(;;)....
1310: 09 69 66 28 20 74 72 79 45 61 74 28 22 28 22 29  .if( tryEat("(")
1320: 20 29 0d 0a 09 09 09 7b 0d 0a 09 09 09 09 61 75   ).....{......au
1330: 74 6f 20 70 6f 73 20 3d 20 63 75 72 72 65 6e 74  to pos = current
1340: 50 6f 73 69 74 69 6f 6e 28 29 3b 0d 0a 09 09 09  Position();.....
1350: 09 41 53 54 5b 5d 20 61 72 67 73 3b 0d 0a 09 09  .AST[] args;....
1360: 09 09 77 68 69 6c 65 28 20 21 74 72 79 45 61 74  ..while( !tryEat
1370: 28 22 29 22 29 20 29 20 7b 0d 0a 09 09 09 09 09  (")") ) {.......
1380: 69 66 28 20 6c 65 78 2e 65 6d 70 74 79 20 29 0d  if( lex.empty ).
1390: 0a 09 09 09 09 09 09 74 68 72 6f 77 20 67 65 6e  .......throw gen
13a0: 65 78 21 55 6e 65 78 70 65 63 74 65 64 45 4f 46  ex!UnexpectedEOF
13b0: 28 70 6f 73 2c 20 22 63 6c 6f 73 69 6e 67 20 27  (pos, "closing '
13c0: 29 27 20 66 6f 72 20 61 72 67 75 6d 65 6e 74 73  )' for arguments
13d0: 20 6e 6f 74 20 66 6f 75 6e 64 22 29 3b 0d 0a 09   not found");...
13e0: 09 09 09 09 61 72 67 73 20 7e 3d 20 45 28 30 29  ....args ~= E(0)
13f0: 3b 0d 0a 09 09 09 09 09 69 66 28 20 21 74 72 79  ;.......if( !try
1400: 45 61 74 28 22 2c 22 29 20 29 20 7b 0d 0a 09 09  Eat(",") ) {....
1410: 09 09 09 09 65 61 74 28 22 29 22 2c 20 22 61 66  ....eat(")", "af
1420: 74 65 72 20 66 75 6e 63 74 69 6f 6e 20 70 61 72  ter function par
1430: 61 6d 65 74 65 72 73 22 29 3b 0d 0a 09 09 09 09  ameters");......
1440: 09 09 62 72 65 61 6b 3b 0d 0a 09 09 09 09 09 7d  ..break;.......}
1450: 0d 0a 09 09 09 09 7d 0d 0a 09 09 09 09 65 20 3d  ......}......e =
1460: 20 6e 65 77 20 41 70 70 28 65 2e 70 6f 73 2c 20   new App(e.pos, 
1470: 65 2c 20 61 72 67 73 29 3b 0d 0a 09 09 09 7d 0d  e, args);.....}.
1480: 0a 09 09 09 65 6c 73 65 20 69 66 28 20 74 72 79  ....else if( try
1490: 45 61 74 28 22 7b 22 29 20 29 0d 0a 09 09 09 7b  Eat("{") ).....{
14a0: 0d 0a 09 09 09 09 65 20 3d 20 70 61 72 73 65 54  ......e = parseT
14b0: 61 62 6c 65 53 65 74 41 66 74 65 72 42 72 61 63  ableSetAfterBrac
14c0: 65 28 65 29 3b 0d 0a 09 09 09 7d 0d 0a 09 09 09  e(e);.....}.....
14d0: 65 6c 73 65 0d 0a 09 09 09 09 62 72 65 61 6b 3b  else......break;
14e0: 0d 0a 09 09 72 65 74 75 72 6e 20 65 3b 0d 0a 09  ....return e;...
14f0: 7d 0d 0a 0d 0a 09 41 53 54 20 70 61 72 73 65 54  }.....AST parseT
1500: 61 62 6c 65 53 65 74 41 66 74 65 72 42 72 61 63  ableSetAfterBrac
1510: 65 28 41 53 54 20 65 29 0d 0a 09 7b 0d 0a 09 09  e(AST e)...{....
1520: 2f 2f 2f 20 54 61 62 6c 65 53 65 74 20 3a 3a 3d  /// TableSet ::=
1530: 20 22 7b 22 20 28 49 44 20 22 3a 22 20 45 29 20   "{" (ID ":" E) 
1540: 25 20 22 2c 22 20 22 7d 22 0d 0a 09 09 0d 0a 09  % "," "}".......
1550: 09 69 66 28 20 74 72 79 45 61 74 28 22 7d 22 29  .if( tryEat("}")
1560: 20 29 0d 0a 09 09 09 72 65 74 75 72 6e 20 65 3b   ).....return e;
1570: 0d 0a 09 09 61 75 74 6f 20 70 6f 73 20 3d 20 63  ....auto pos = c
1580: 75 72 72 65 6e 74 50 6f 73 69 74 69 6f 6e 28 29  urrentPosition()
1590: 3b 0d 0a 09 09 66 6f 72 28 3b 3b 29 0d 0a 09 09  ;....for(;;)....
15a0: 7b 0d 0a 09 09 09 73 74 72 69 6e 67 20 6b 65 79  {.....string key
15b0: 20 3d 20 65 61 74 49 64 28 22 66 6f 72 20 74 61   = eatId("for ta
15c0: 62 6c 65 20 6b 65 79 22 2c 20 41 6c 6c 6f 77 51  ble key", AllowQ
15d0: 75 6f 74 65 64 29 3b 0d 0a 09 09 09 65 61 74 28  uoted);.....eat(
15e0: 22 3a 22 2c 20 22 61 66 74 65 72 20 74 61 62 6c  ":", "after tabl
15f0: 65 20 6b 65 79 22 29 3b 0d 0a 09 09 09 41 53 54  e key");.....AST
1600: 20 76 61 6c 20 3d 20 45 28 30 29 3b 0d 0a 09 09   val = E(0);....
1610: 09 65 20 3d 20 6e 65 77 20 41 70 70 28 70 6f 73  .e = new App(pos
1620: 2c 20 6e 65 77 20 56 61 72 28 70 6f 73 2c 22 2e  , new Var(pos,".
1630: 3d 22 29 2c 0d 0a 09 09 09 09 09 65 2c 20 6e 65  ="),.......e, ne
1640: 77 20 53 74 72 28 70 6f 73 2c 6b 65 79 29 2c 20  w Str(pos,key), 
1650: 76 61 6c 29 3b 0d 0a 09 09 09 69 66 28 20 21 74  val);.....if( !t
1660: 72 79 45 61 74 28 22 2c 22 29 20 29 0d 0a 09 09  ryEat(",") )....
1670: 09 7b 0d 0a 09 09 09 09 65 61 74 28 22 7d 22 2c  .{......eat("}",
1680: 20 22 66 6f 72 20 74 68 65 20 65 6e 64 20 6f 66   "for the end of
1690: 20 74 61 62 6c 65 20 6c 69 74 65 72 61 6c 22 29   table literal")
16a0: 3b 0d 0a 09 09 09 09 62 72 65 61 6b 3b 0d 0a 09  ;......break;...
16b0: 09 09 7d 0d 0a 09 09 7d 0d 0a 09 09 72 65 74 75  ..}....}....retu
16c0: 72 6e 20 65 3b 0d 0a 09 7d 0d 0a 0d 0a 09 41 53  rn e;...}.....AS
16d0: 54 20 42 61 73 65 45 78 70 72 65 73 73 69 6f 6e  T BaseExpression
16e0: 28 29 0d 0a 09 7b 0d 0a 09 09 69 66 28 20 6c 65  ()...{....if( le
16f0: 78 2e 65 6d 70 74 79 20 29 0d 0a 09 09 09 74 68  x.empty ).....th
1700: 72 6f 77 20 67 65 6e 65 78 21 55 6e 65 78 70 65  row genex!Unexpe
1710: 63 74 65 64 45 4f 46 28 63 75 72 72 65 6e 74 50  ctedEOF(currentP
1720: 6f 73 69 74 69 6f 6e 28 29 2c 20 22 52 65 61 63  osition(), "Reac
1730: 68 65 64 20 45 4f 46 20 77 68 65 6e 20 74 72 69  hed EOF when tri
1740: 65 64 20 74 6f 20 70 61 72 73 65 20 61 6e 20 65  ed to parse an e
1750: 78 70 72 65 73 73 69 6f 6e 22 29 3b 0d 0a 0d 0a  xpression");....
1760: 09 09 61 75 74 6f 20 70 6f 73 20 3d 20 6c 65 78  ..auto pos = lex
1770: 2e 66 72 6f 6e 74 2e 70 6f 73 3b 0d 0a 09 09 69  .front.pos;....i
1780: 66 28 20 6c 65 78 2e 66 72 6f 6e 74 2e 71 75 6f  f( lex.front.quo
1790: 74 65 64 20 29 0d 0a 09 09 7b 0d 0a 09 09 09 73  ted )....{.....s
17a0: 63 6f 70 65 28 65 78 69 74 29 20 6c 65 78 2e 70  cope(exit) lex.p
17b0: 6f 70 46 72 6f 6e 74 3b 0d 0a 09 09 09 72 65 74  opFront;.....ret
17c0: 75 72 6e 20 6e 65 77 20 53 74 72 28 70 6f 73 2c  urn new Str(pos,
17d0: 20 6c 65 78 2e 66 72 6f 6e 74 2e 73 74 72 29 3b   lex.front.str);
17e0: 0d 0a 09 09 7d 0d 0a 09 09 69 66 28 20 69 73 4e  ....}....if( isN
17f0: 75 6d 62 65 72 28 6c 65 78 2e 66 72 6f 6e 74 2e  umber(lex.front.
1800: 73 74 72 29 20 29 0d 0a 09 09 7b 0d 0a 09 09 09  str) )....{.....
1810: 73 63 6f 70 65 28 65 78 69 74 29 20 6c 65 78 2e  scope(exit) lex.
1820: 70 6f 70 46 72 6f 6e 74 3b 0d 0a 09 09 09 72 65  popFront;.....re
1830: 74 75 72 6e 20 6e 65 77 20 49 6e 74 28 70 6f 73  turn new Int(pos
1840: 2c 20 42 69 67 49 6e 74 28 63 61 73 74 28 73 74  , BigInt(cast(st
1850: 72 69 6e 67 29 6c 65 78 2e 66 72 6f 6e 74 2e 73  ring)lex.front.s
1860: 74 72 29 29 3b 0d 0a 09 09 7d 0d 0a 09 09 69 66  tr));....}....if
1870: 28 20 74 72 79 45 61 74 28 22 40 22 29 20 29 0d  ( tryEat("@") ).
1880: 0a 09 09 7b 0d 0a 09 09 09 61 75 74 6f 20 6c 61  ...{.....auto la
1890: 79 20 3d 20 22 40 22 7e 65 61 74 49 64 28 22 66  y = "@"~eatId("f
18a0: 6f 72 20 6c 61 79 65 72 20 49 44 22 29 3b 0d 0a  or layer ID");..
18b0: 09 09 09 65 61 74 28 22 28 22 2c 20 22 66 6f 72  ...eat("(", "for
18c0: 20 6c 61 79 65 72 65 64 20 65 78 65 63 75 74 69   layered executi
18d0: 6f 6e 22 29 3b 0d 0a 09 09 09 61 75 74 6f 20 65  on");.....auto e
18e0: 20 3d 20 42 6f 64 79 28 29 3b 0d 0a 09 09 09 65   = Body();.....e
18f0: 61 74 28 22 29 22 2c 20 22 61 66 74 65 72 20 22  at(")", "after "
1900: 7e 6c 61 79 7e 22 28 2e 2e 2e 22 29 3b 0d 0a 09  ~lay~"(...");...
1910: 09 09 72 65 74 75 72 6e 20 6e 65 77 20 4c 61 79  ..return new Lay
1920: 28 70 6f 73 2c 20 6c 61 79 2c 20 65 29 3b 0d 0a  (pos, lay, e);..
1930: 09 09 7d 0d 0a 09 09 69 66 28 20 74 72 79 45 61  ..}....if( tryEa
1940: 74 28 22 28 22 29 20 29 0d 0a 09 09 7b 0d 0a 09  t("(") )....{...
1950: 09 09 61 75 74 6f 20 65 20 3d 20 42 6f 64 79 28  ..auto e = Body(
1960: 29 3b 0d 0a 09 09 09 65 61 74 28 22 29 22 2c 20  );.....eat(")", 
1970: 22 61 66 74 65 72 20 70 61 72 65 6e 74 68 65 73  "after parenthes
1980: 69 7a 65 64 20 65 78 70 72 65 73 73 69 6f 6e 22  ized expression"
1990: 29 3b 0d 0a 09 09 09 72 65 74 75 72 6e 20 65 3b  );.....return e;
19a0: 0d 0a 09 09 7d 0d 0a 09 09 69 66 28 20 74 72 79  ....}....if( try
19b0: 45 61 74 28 22 7b 22 29 20 29 0d 0a 09 09 7b 0d  Eat("{") )....{.
19c0: 0a 09 09 09 41 53 54 20 65 20 3d 20 6e 65 77 20  ....AST e = new 
19d0: 41 70 70 28 70 6f 73 2c 20 6e 65 77 20 56 61 72  App(pos, new Var
19e0: 28 70 6f 73 2c 22 7b 7d 22 29 29 3b 0d 0a 09 09  (pos,"{}"));....
19f0: 09 72 65 74 75 72 6e 20 70 61 72 73 65 54 61 62  .return parseTab
1a00: 6c 65 53 65 74 41 66 74 65 72 42 72 61 63 65 28  leSetAfterBrace(
1a10: 65 29 3b 0d 0a 09 09 7d 0d 0a 09 09 69 66 28 20  e);....}....if( 
1a20: 74 72 79 45 61 74 28 22 69 66 22 29 20 29 0d 0a  tryEat("if") )..
1a30: 09 09 7b 0d 0a 09 09 09 72 65 74 75 72 6e 20 70  ..{.....return p
1a40: 61 72 73 65 49 66 41 66 74 65 72 49 66 28 70 6f  arseIfAfterIf(po
1a50: 73 29 3b 0d 0a 09 09 7d 0d 0a 09 09 69 66 28 20  s);....}....if( 
1a60: 74 72 79 45 61 74 28 22 63 61 73 65 22 29 20 29  tryEat("case") )
1a70: 0d 0a 09 09 7b 0d 0a 09 09 09 72 65 74 75 72 6e  ....{.....return
1a80: 20 70 61 72 73 65 50 61 74 74 65 72 6e 4d 61 74   parsePatternMat
1a90: 63 68 28 70 6f 73 29 3b 0d 0a 09 09 7d 0d 0a 09  ch(pos);....}...
1aa0: 09 69 66 28 20 74 72 79 45 61 74 28 22 66 75 6e  .if( tryEat("fun
1ab0: 22 29 20 7c 7c 20 74 72 79 45 61 74 28 22 5c 75  ") || tryEat("\u
1ac0: 30 33 42 42 22 29 20 29 20 2f 2f 20 6c 61 6d 62  03BB") ) // lamb
1ad0: 64 61 21 21 0d 0a 09 09 7b 0d 0a 09 09 09 65 61  da!!....{.....ea
1ae0: 74 28 22 28 22 2c 20 22 61 66 74 65 72 20 66 75  t("(", "after fu
1af0: 6e 22 29 3b 0d 0a 09 09 09 72 65 74 75 72 6e 20  n");.....return 
1b00: 70 61 72 73 65 4c 61 6d 62 64 61 41 66 74 65 72  parseLambdaAfter
1b10: 4f 70 65 6e 50 61 72 65 6e 28 70 6f 73 29 3b 0d  OpenParen(pos);.
1b20: 0a 09 09 7d 0d 0a 09 09 73 63 6f 70 65 28 65 78  ...}....scope(ex
1b30: 69 74 29 20 6c 65 78 2e 70 6f 70 46 72 6f 6e 74  it) lex.popFront
1b40: 3b 0d 0a 09 09 72 65 74 75 72 6e 20 6e 65 77 20  ;....return new 
1b50: 56 61 72 28 70 6f 73 2c 20 6c 65 78 2e 66 72 6f  Var(pos, lex.fro
1b60: 6e 74 2e 73 74 72 29 3b 0d 0a 09 7d 0d 0a 0d 0a  nt.str);...}....
1b70: 09 41 53 54 20 70 61 72 73 65 49 66 41 66 74 65  .AST parseIfAfte
1b80: 72 49 66 28 4c 65 78 50 6f 73 69 74 69 6f 6e 20  rIf(LexPosition 
1b90: 70 6f 73 29 0d 0a 09 7b 0d 0a 09 09 65 61 74 28  pos)...{....eat(
1ba0: 22 28 22 2c 20 22 61 66 74 65 72 20 69 66 22 29  "(", "after if")
1bb0: 3b 0d 0a 09 09 61 75 74 6f 20 63 6f 6e 64 20 3d  ;....auto cond =
1bc0: 20 45 28 30 29 3b 0d 0a 09 09 65 61 74 28 22 29   E(0);....eat(")
1bd0: 22 2c 20 22 61 66 74 65 72 20 69 66 20 63 6f 6e  ", "after if con
1be0: 64 69 74 69 6f 6e 22 29 3b 0d 0a 09 09 61 75 74  dition");....aut
1bf0: 6f 20 74 68 65 6e 50 6f 73 20 3d 20 6c 65 78 2e  o thenPos = lex.
1c00: 66 72 6f 6e 74 2e 70 6f 73 3b 0d 0a 09 09 41 53  front.pos;....AS
1c10: 54 20 74 68 3b 0d 0a 09 09 69 66 28 20 74 72 79  T th;....if( try
1c20: 45 61 74 28 22 7b 22 29 20 29 20 7b 0d 0a 09 09  Eat("{") ) {....
1c30: 09 74 68 20 3d 20 42 6f 64 79 28 29 3b 0d 0a 09  .th = Body();...
1c40: 09 09 65 61 74 28 22 7d 22 2c 20 22 61 66 74 65  ..eat("}", "afte
1c50: 72 20 69 66 2d 74 68 65 6e 20 62 6f 64 79 22 29  r if-then body")
1c60: 3b 0d 0a 09 09 7d 20 65 6c 73 65 20 7b 0d 0a 09  ;....} else {...
1c70: 09 09 74 68 20 3d 20 45 28 30 29 3b 0d 0a 09 09  ..th = E(0);....
1c80: 7d 0d 0a 09 09 61 75 74 6f 20 65 6c 20 3d 20 64  }....auto el = d
1c90: 6f 4e 6f 74 68 69 6e 67 45 78 70 72 65 73 73 69  oNothingExpressi
1ca0: 6f 6e 28 29 3b 0d 0a 09 09 61 75 74 6f 20 65 6c  on();....auto el
1cb0: 73 65 50 6f 73 20 3d 20 28 6c 65 78 2e 65 6d 70  sePos = (lex.emp
1cc0: 74 79 20 3f 20 4c 65 78 50 6f 73 69 74 69 6f 6e  ty ? LexPosition
1cd0: 2e 64 75 6d 6d 79 20 3a 20 6c 65 78 2e 66 72 6f  .dummy : lex.fro
1ce0: 6e 74 2e 70 6f 73 29 3b 0d 0a 09 09 69 66 28 20  nt.pos);....if( 
1cf0: 74 72 79 45 61 74 28 22 65 6c 73 65 22 29 20 29  tryEat("else") )
1d00: 0d 0a 09 09 09 69 66 28 20 74 72 79 45 61 74 28  .....if( tryEat(
1d10: 22 7b 22 29 20 29 20 7b 0d 0a 09 09 09 09 65 6c  "{") ) {......el
1d20: 20 3d 20 42 6f 64 79 28 29 3b 0d 0a 09 09 09 09   = Body();......
1d30: 65 61 74 28 22 7d 22 2c 20 22 61 66 74 65 72 20  eat("}", "after 
1d40: 65 6c 73 65 20 62 6f 64 79 22 29 3b 0d 0a 09 09  else body");....
1d50: 09 7d 20 65 6c 73 65 20 7b 0d 0a 09 09 09 09 65  .} else {......e
1d60: 6c 20 3d 20 45 28 30 29 3b 0d 0a 09 09 09 7d 0d  l = E(0);.....}.
1d70: 0a 09 09 72 65 74 75 72 6e 20 6e 65 77 20 41 70  ...return new Ap
1d80: 70 28 70 6f 73 2c 20 6e 65 77 20 56 61 72 28 70  p(pos, new Var(p
1d90: 6f 73 2c 22 69 66 22 29 2c 20 63 6f 6e 64 2c 20  os,"if"), cond, 
1da0: 6e 65 77 20 46 75 6e 28 74 68 65 6e 50 6f 73 2c  new Fun(thenPos,
1db0: 5b 5d 2c 74 68 29 2c 20 6e 65 77 20 46 75 6e 28  [],th), new Fun(
1dc0: 65 6c 73 65 50 6f 73 2c 5b 5d 2c 65 6c 29 29 3b  elsePos,[],el));
1dd0: 0d 0a 09 7d 0d 0a 0d 0a 09 41 53 54 20 70 61 72  ...}.....AST par
1de0: 73 65 50 61 74 74 65 72 6e 4d 61 74 63 68 28 4c  sePatternMatch(L
1df0: 65 78 50 6f 73 69 74 69 6f 6e 20 70 6f 73 29 0d  exPosition pos).
1e00: 0a 09 7b 0d 0a 09 09 2f 2f 20 20 20 63 61 73 65  ..{....//   case
1e10: 20 22 28 22 20 70 6d 45 78 70 72 20 22 29 22 20   "(" pmExpr ")" 
1e20: 43 41 53 45 53 0d 0a 09 09 2f 2f 3d 3d 3e 0d 0a  CASES....//==>..
1e30: 09 09 2f 2f 20 20 20 6c 65 74 20 70 6d 56 61 72  ..//   let pmVar
1e40: 20 3d 20 70 6d 45 78 70 72 20 69 6e 20 28 2e 2e   = pmExpr in (..
1e50: 2e 20 6c 65 74 20 70 6d 54 72 79 46 69 72 73 74  . let pmTryFirst
1e60: 20 3d 20 2e 2e 2e 20 69 6e 20 70 6d 54 72 79 46   = ... in pmTryF
1e70: 69 72 73 74 28 29 29 0d 0a 09 09 65 61 74 28 22  irst())....eat("
1e80: 28 22 2c 20 22 61 66 74 65 72 20 63 61 73 65 22  (", "after case"
1e90: 29 3b 0d 0a 09 09 41 53 54 20 20 20 70 6d 45 78  );....AST   pmEx
1ea0: 70 72 20 3d 20 45 28 30 29 3b 0d 0a 09 09 65 61  pr = E(0);....ea
1eb0: 74 28 22 29 22 2c 20 22 61 66 74 65 72 20 63 61  t(")", "after ca
1ec0: 73 65 22 29 3b 0d 0a 09 09 73 74 72 69 6e 67 20  se");....string 
1ed0: 70 6d 56 61 72 20 3d 20 66 72 65 73 68 56 61 72  pmVar = freshVar
1ee0: 4e 61 6d 65 28 29 3b 0d 0a 09 09 73 74 72 69 6e  Name();....strin
1ef0: 67 20 70 6d 54 72 79 46 69 72 73 74 20 3d 20 66  g pmTryFirst = f
1f00: 72 65 73 68 56 61 72 4e 61 6d 65 28 29 3b 0d 0a  reshVarName();..
1f10: 09 09 41 53 54 20 20 20 70 6d 42 6f 64 79 20 3d  ..AST   pmBody =
1f20: 20 70 61 72 73 65 50 61 74 74 65 72 6e 4d 61 74   parsePatternMat
1f30: 63 68 43 61 73 65 73 28 70 6d 56 61 72 2c 20 70  chCases(pmVar, p
1f40: 6d 54 72 79 46 69 72 73 74 2c 0d 0a 09 09 09 6e  mTryFirst,.....n
1f50: 65 77 20 41 70 70 28 70 6f 73 2c 20 6e 65 77 20  ew App(pos, new 
1f60: 56 61 72 28 70 6f 73 2c 20 70 6d 54 72 79 46 69  Var(pos, pmTryFi
1f70: 72 73 74 29 29 29 3b 0d 0a 09 09 72 65 74 75 72  rst)));....retur
1f80: 6e 20 6e 65 77 20 4c 65 74 28 70 6f 73 2c 20 70  n new Let(pos, p
1f90: 6d 56 61 72 2c 20 5b 5d 2c 20 70 6d 45 78 70 72  mVar, [], pmExpr
1fa0: 2c 20 70 6d 42 6f 64 79 29 3b 0d 0a 09 7d 0d 0a  , pmBody);...}..
1fb0: 0d 0a 09 41 53 54 20 70 61 72 73 65 50 61 74 74  ...AST parsePatt
1fc0: 65 72 6e 4d 61 74 63 68 43 61 73 65 73 28 73 74  ernMatchCases(st
1fd0: 72 69 6e 67 20 70 6d 56 61 72 2c 20 73 74 72 69  ring pmVar, stri
1fe0: 6e 67 20 74 72 79 54 68 69 73 42 72 61 6e 63 68  ng tryThisBranch
1ff0: 56 61 72 2c 20 41 53 54 20 74 68 65 6e 44 6f 54  Var, AST thenDoT
2000: 68 69 73 29 0d 0a 09 7b 0d 0a 09 09 2f 2f 20 20  his)...{....//  
2010: 20 20 77 68 65 6e 28 20 70 61 74 20 29 20 7b 20    when( pat ) { 
2020: 63 42 6f 64 79 20 7d 0d 0a 09 09 2f 2f 3d 3d 3e  cBody }....//==>
2030: 0d 0a 09 09 2f 2f 20 20 20 20 2e 2e 2e 20 6c 65  ....//    ... le
2040: 74 20 66 61 69 6c 42 72 61 6e 63 68 56 61 72 20  t failBranchVar 
2050: 3d 20 2e 2e 2e 20 69 6e 0d 0a 09 09 2f 2f 20 20  = ... in....//  
2060: 20 20 6c 65 74 20 74 72 79 54 68 69 73 42 72 61    let tryThisBra
2070: 6e 63 68 56 61 72 20 3d 20 66 75 6e 28 29 7b 20  nchVar = fun(){ 
2080: 69 66 28 74 65 73 74 29 7b 63 42 6f 64 79 7d 65  if(test){cBody}e
2090: 6c 73 65 7b 66 61 69 6c 42 72 61 6e 63 68 56 61  lse{failBranchVa
20a0: 72 28 29 7d 20 7d 20 69 6e 20 74 68 65 6e 44 6f  r()} } in thenDo
20b0: 54 68 69 73 0d 0a 09 09 69 66 28 20 74 72 79 45  This....if( tryE
20c0: 61 74 28 22 77 68 65 6e 22 29 20 29 0d 0a 09 09  at("when") )....
20d0: 7b 0d 0a 09 09 09 61 75 74 6f 20 70 6f 73 20 3d  {.....auto pos =
20e0: 20 63 75 72 72 65 6e 74 50 6f 73 69 74 69 6f 6e   currentPosition
20f0: 28 29 3b 0d 0a 09 09 09 73 74 72 69 6e 67 20 66  ();.....string f
2100: 61 69 6c 42 72 61 6e 63 68 56 61 72 20 3d 20 66  ailBranchVar = f
2110: 72 65 73 68 56 61 72 4e 61 6d 65 28 29 3b 0d 0a  reshVarName();..
2120: 0d 0a 09 09 09 65 61 74 28 22 28 22 2c 20 22 61  .....eat("(", "a
2130: 66 74 65 72 20 77 68 65 6e 22 29 3b 0d 0a 09 09  fter when");....
2140: 09 61 75 74 6f 20 70 72 20 3d 20 70 61 72 73 65  .auto pr = parse
2150: 50 61 74 74 65 72 6e 28 29 3b 0d 0a 09 09 09 65  Pattern();.....e
2160: 61 74 28 22 29 22 2c 20 22 61 66 74 65 72 20 77  at(")", "after w
2170: 68 65 6e 22 29 3b 0d 0a 09 09 09 65 61 74 28 22  hen");.....eat("
2180: 7b 22 2c 20 22 61 66 74 65 72 20 70 61 74 74 65  {", "after patte
2190: 72 6e 22 29 3b 0d 0a 09 09 09 41 53 54 20 63 42  rn");.....AST cB
21a0: 6f 64 79 20 3d 20 42 6f 64 79 28 29 3b 0d 0a 09  ody = Body();...
21b0: 09 09 41 53 54 20 6a 75 64 67 65 6d 65 6e 74 20  ..AST judgement 
21c0: 3d 20 6e 65 77 20 41 70 70 28 70 6f 73 2c 20 6e  = new App(pos, n
21d0: 65 77 20 56 61 72 28 70 6f 73 2c 20 22 69 66 22  ew Var(pos, "if"
21e0: 29 2c 0d 0a 09 09 09 09 70 70 54 65 73 74 28 70  ),......ppTest(p
21f0: 6d 56 61 72 2c 20 70 72 29 2c 20 6e 65 77 20 46  mVar, pr), new F
2200: 75 6e 28 70 6f 73 2c 5b 5d 2c 70 70 42 69 6e 64  un(pos,[],ppBind
2210: 28 70 6d 56 61 72 2c 20 70 72 2c 20 63 42 6f 64  (pmVar, pr, cBod
2220: 79 29 29 2c 0d 0a 09 09 09 09 6e 65 77 20 56 61  y)),......new Va
2230: 72 28 70 6f 73 2c 20 66 61 69 6c 42 72 61 6e 63  r(pos, failBranc
2240: 68 56 61 72 29 29 3b 0d 0a 09 09 09 65 61 74 28  hVar));.....eat(
2250: 22 7d 22 2c 20 22 61 66 74 65 72 20 70 61 74 74  "}", "after patt
2260: 65 72 6e 20 63 6c 61 75 73 65 22 29 3b 0d 0a 09  ern clause");...
2270: 09 09 72 65 74 75 72 6e 20 70 61 72 73 65 50 61  ..return parsePa
2280: 74 74 65 72 6e 4d 61 74 63 68 43 61 73 65 73 28  tternMatchCases(
2290: 70 6d 56 61 72 2c 20 66 61 69 6c 42 72 61 6e 63  pmVar, failBranc
22a0: 68 56 61 72 2c 20 0d 0a 09 09 09 09 6e 65 77 20  hVar, ......new 
22b0: 4c 65 74 28 70 6f 73 2c 20 74 72 79 54 68 69 73  Let(pos, tryThis
22c0: 42 72 61 6e 63 68 56 61 72 2c 20 5b 5d 2c 0d 0a  BranchVar, [],..
22d0: 09 09 09 09 09 6e 65 77 20 46 75 6e 28 70 6f 73  .....new Fun(pos
22e0: 2c 5b 5d 2c 6a 75 64 67 65 6d 65 6e 74 29 2c 20  ,[],judgement), 
22f0: 74 68 65 6e 44 6f 54 68 69 73 29 0d 0a 09 09 09  thenDoThis).....
2300: 29 3b 0d 0a 09 09 7d 0d 0a 09 09 65 6c 73 65 0d  );....}....else.
2310: 0a 09 09 7b 0d 0a 09 09 09 61 75 74 6f 20 70 6f  ...{.....auto po
2320: 73 20 3d 20 63 75 72 72 65 6e 74 50 6f 73 69 74  s = currentPosit
2330: 69 6f 6e 28 29 3b 0d 0a 09 09 09 41 53 54 20 64  ion();.....AST d
2340: 6f 4e 6f 74 68 69 6e 67 20 3d 20 6e 65 77 20 46  oNothing = new F
2350: 75 6e 28 70 6f 73 2c 5b 5d 2c 0d 0a 09 09 09 09  un(pos,[],......
2360: 6e 65 77 20 53 74 72 28 70 6f 73 2c 20 73 70 72  new Str(pos, spr
2370: 69 6e 74 66 21 22 28 70 61 74 74 65 72 6e 20 6d  intf!"(pattern m
2380: 61 74 63 68 20 66 61 69 6c 75 72 65 3a 25 73 29  atch failure:%s)
2390: 22 28 70 6f 73 29 29 29 3b 0d 0a 09 09 09 72 65  "(pos)));.....re
23a0: 74 75 72 6e 20 6e 65 77 20 4c 65 74 28 63 75 72  turn new Let(cur
23b0: 72 65 6e 74 50 6f 73 69 74 69 6f 6e 28 29 2c 20  rentPosition(), 
23c0: 74 72 79 54 68 69 73 42 72 61 6e 63 68 56 61 72  tryThisBranchVar
23d0: 2c 20 5b 5d 2c 20 64 6f 4e 6f 74 68 69 6e 67 2c  , [], doNothing,
23e0: 20 74 68 65 6e 44 6f 54 68 69 73 29 3b 0d 0a 09   thenDoThis);...
23f0: 09 7d 0d 0a 09 7d 0d 0a 0d 0a 2f 2f 20 68 61 67  .}...}....// hag
2400: 65 73 68 69 6b 75 20 74 65 6e 75 6b 69 0d 0a 09  eshiku tenuki...
2410: 61 62 73 74 72 61 63 74 20 63 6c 61 73 73 20 53  abstract class S
2420: 69 6e 67 6c 65 50 61 74 74 65 72 6e 0d 0a 09 7b  inglePattern...{
2430: 0d 0a 09 09 73 74 72 69 6e 67 5b 5d 20 70 61 74  ....string[] pat
2440: 68 3b 0d 0a 09 09 6d 69 78 69 6e 20 53 69 6d 70  h;....mixin Simp
2450: 6c 65 43 6c 61 73 73 3b 0d 0a 09 09 70 72 69 76  leClass;....priv
2460: 61 74 65 20 41 53 54 20 61 63 63 65 73 73 28 73  ate AST access(s
2470: 74 72 69 6e 67 20 70 6d 56 61 72 2c 20 73 74 72  tring pmVar, str
2480: 69 6e 67 5b 5d 20 70 61 74 68 29 20 7b 0d 0a 09  ing[] path) {...
2490: 09 09 61 75 74 6f 20 70 6f 73 20 3d 20 63 75 72  ..auto pos = cur
24a0: 72 65 6e 74 50 6f 73 69 74 69 6f 6e 28 29 3b 0d  rentPosition();.
24b0: 0a 09 09 09 41 53 54 20 65 20 3d 20 6e 65 77 20  ....AST e = new 
24c0: 56 61 72 28 70 6f 73 2c 20 70 6d 56 61 72 29 3b  Var(pos, pmVar);
24d0: 0d 0a 09 09 09 66 6f 72 65 61 63 68 28 70 3b 20  .....foreach(p; 
24e0: 70 61 74 68 29 0d 0a 09 09 09 09 65 20 3d 20 6e  path)......e = n
24f0: 65 77 20 41 70 70 28 70 6f 73 2c 20 6e 65 77 20  ew App(pos, new 
2500: 56 61 72 28 70 6f 73 2c 20 22 2e 22 29 2c 20 65  Var(pos, "."), e
2510: 2c 20 6e 65 77 20 53 74 72 28 70 6f 73 2c 20 70  , new Str(pos, p
2520: 29 29 3b 0d 0a 09 09 09 72 65 74 75 72 6e 20 65  ));.....return e
2530: 3b 0d 0a 09 09 7d 0d 0a 09 09 70 72 69 76 61 74  ;....}....privat
2540: 65 20 41 53 54 20 68 61 73 28 41 53 54 20 65 2c  e AST has(AST e,
2550: 20 73 74 72 69 6e 67 20 6b 29 20 7b 0d 0a 09 09   string k) {....
2560: 09 61 75 74 6f 20 70 6f 73 20 3d 20 63 75 72 72  .auto pos = curr
2570: 65 6e 74 50 6f 73 69 74 69 6f 6e 28 29 3b 0d 0a  entPosition();..
2580: 09 09 09 72 65 74 75 72 6e 20 6f 70 41 6e 64 41  ...return opAndA
2590: 6e 64 28 0d 0a 09 09 09 09 6e 65 77 20 41 70 70  nd(......new App
25a0: 28 70 6f 73 2c 20 6e 65 77 20 56 61 72 28 70 6f  (pos, new Var(po
25b0: 73 2c 20 22 5f 69 73 74 61 62 6c 65 22 29 2c 20  s, "_istable"), 
25c0: 65 29 2c 0d 0a 09 09 09 09 6e 65 77 20 41 70 70  e),......new App
25d0: 28 70 6f 73 2c 20 6e 65 77 20 56 61 72 28 70 6f  (pos, new Var(po
25e0: 73 2c 20 22 2e 3f 22 29 2c 20 65 2c 20 6e 65 77  s, ".?"), e, new
25f0: 20 53 74 72 28 70 6f 73 2c 20 6b 29 29 0d 0a 09   Str(pos, k))...
2600: 09 09 29 3b 0d 0a 09 09 7d 0d 0a 09 09 70 72 69  ..);....}....pri
2610: 76 61 74 65 20 41 53 54 20 6f 70 41 6e 64 41 6e  vate AST opAndAn
2620: 64 28 41 53 54 20 61 2c 20 41 53 54 20 62 29 20  d(AST a, AST b) 
2630: 7b 0d 0a 09 09 09 69 66 28 20 61 20 69 73 20 6e  {.....if( a is n
2640: 75 6c 6c 20 29 20 72 65 74 75 72 6e 20 62 3b 0d  ull ) return b;.
2650: 0a 09 09 09 69 66 28 20 62 20 69 73 20 6e 75 6c  ....if( b is nul
2660: 6c 20 29 20 72 65 74 75 72 6e 20 61 3b 0d 0a 09  l ) return a;...
2670: 09 09 61 75 74 6f 20 70 6f 73 20 3d 20 63 75 72  ..auto pos = cur
2680: 72 65 6e 74 50 6f 73 69 74 69 6f 6e 28 29 3b 0d  rentPosition();.
2690: 0a 09 09 09 72 65 74 75 72 6e 20 6e 65 77 20 41  ....return new A
26a0: 70 70 28 70 6f 73 2c 0d 0a 09 09 09 09 6e 65 77  pp(pos,......new
26b0: 20 56 61 72 28 70 6f 73 2c 20 22 69 66 22 29 2c   Var(pos, "if"),
26c0: 0d 0a 09 09 09 09 61 2c 0d 0a 09 09 09 09 6e 65  ......a,......ne
26d0: 77 20 46 75 6e 28 70 6f 73 2c 20 5b 5d 2c 20 62  w Fun(pos, [], b
26e0: 29 2c 0d 0a 09 09 09 09 6e 65 77 20 46 75 6e 28  ),......new Fun(
26f0: 70 6f 73 2c 20 5b 5d 2c 20 6e 65 77 20 49 6e 74  pos, [], new Int
2700: 28 70 6f 73 2c 20 30 29 29 0d 0a 09 09 09 29 3b  (pos, 0)).....);
2710: 0d 0a 09 09 7d 0d 0a 09 09 41 53 54 20 70 70 54  ....}....AST ppT
2720: 65 73 74 28 73 74 72 69 6e 67 20 70 6d 56 61 72  est(string pmVar
2730: 29 20 7b 0d 0a 09 09 09 41 53 54 20 63 20 3d 20  ) {.....AST c = 
2740: 6e 75 6c 6c 3b 0d 0a 09 09 09 66 6f 72 28 69 6e  null;.....for(in
2750: 74 20 69 3d 30 3b 20 69 3c 70 61 74 68 2e 6c 65  t i=0; i<path.le
2760: 6e 67 74 68 3b 20 2b 2b 69 29 0d 0a 09 09 09 09  ngth; ++i)......
2770: 63 20 3d 20 6f 70 41 6e 64 41 6e 64 28 63 2c 20  c = opAndAnd(c, 
2780: 68 61 73 28 61 63 63 65 73 73 28 70 6d 56 61 72  has(access(pmVar
2790: 2c 70 61 74 68 5b 30 2e 2e 69 5d 29 2c 20 70 61  ,path[0..i]), pa
27a0: 74 68 5b 69 5d 29 29 3b 0d 0a 09 09 09 72 65 74  th[i]));.....ret
27b0: 75 72 6e 20 63 3b 0d 0a 09 09 7d 0d 0a 09 09 41  urn c;....}....A
27c0: 53 54 20 70 70 42 69 6e 64 28 73 74 72 69 6e 67  ST ppBind(string
27d0: 20 70 6d 56 61 72 2c 20 41 53 54 20 74 68 65 6e   pmVar, AST then
27e0: 44 6f 54 68 69 73 29 20 7b 20 72 65 74 75 72 6e  DoThis) { return
27f0: 20 74 68 65 6e 44 6f 54 68 69 73 3b 20 7d 0d 0a   thenDoThis; }..
2800: 09 7d 0d 0a 09 63 6c 61 73 73 20 57 69 6c 64 50  .}...class WildP
2810: 61 74 74 65 72 6e 20 3a 20 53 69 6e 67 6c 65 50  attern : SingleP
2820: 61 74 74 65 72 6e 0d 0a 09 7b 0d 0a 09 09 6d 69  attern...{....mi
2830: 78 69 6e 20 53 69 6d 70 6c 65 43 6c 61 73 73 3b  xin SimpleClass;
2840: 0d 0a 09 7d 0d 0a 09 63 6c 61 73 73 20 56 61 72  ...}...class Var
2850: 50 61 74 74 65 72 6e 20 3a 20 53 69 6e 67 6c 65  Pattern : Single
2860: 50 61 74 74 65 72 6e 0d 0a 09 7b 0d 0a 09 09 73  Pattern...{....s
2870: 74 72 69 6e 67 20 6e 61 6d 65 3b 0d 0a 09 09 6d  tring name;....m
2880: 69 78 69 6e 20 53 69 6d 70 6c 65 43 6c 61 73 73  ixin SimpleClass
2890: 3b 0d 0a 09 09 41 53 54 20 70 70 42 69 6e 64 28  ;....AST ppBind(
28a0: 73 74 72 69 6e 67 20 70 6d 56 61 72 2c 20 41 53  string pmVar, AS
28b0: 54 20 74 68 65 6e 44 6f 54 68 69 73 29 20 7b 0d  T thenDoThis) {.
28c0: 0a 09 09 09 61 75 74 6f 20 70 6f 73 20 3d 20 63  ....auto pos = c
28d0: 75 72 72 65 6e 74 50 6f 73 69 74 69 6f 6e 28 29  urrentPosition()
28e0: 3b 0d 0a 09 09 09 72 65 74 75 72 6e 20 6e 65 77  ;.....return new
28f0: 20 4c 65 74 28 70 6f 73 2c 20 6e 61 6d 65 2c 20   Let(pos, name, 
2900: 5b 5d 2c 20 61 63 63 65 73 73 28 70 6d 56 61 72  [], access(pmVar
2910: 2c 70 61 74 68 29 2c 20 74 68 65 6e 44 6f 54 68  ,path), thenDoTh
2920: 69 73 29 3b 0d 0a 09 09 7d 0d 0a 09 7d 0d 0a 09  is);....}...}...
2930: 63 6c 61 73 73 20 43 6f 6e 73 74 61 6e 74 50 61  class ConstantPa
2940: 74 74 65 72 6e 20 3a 20 53 69 6e 67 6c 65 50 61  ttern : SinglePa
2950: 74 74 65 72 6e 0d 0a 09 7b 0d 0a 09 09 41 53 54  ttern...{....AST
2960: 20 65 3b 0d 0a 09 09 6d 69 78 69 6e 20 53 69 6d   e;....mixin Sim
2970: 70 6c 65 43 6c 61 73 73 3b 0d 0a 09 09 41 53 54  pleClass;....AST
2980: 20 70 70 54 65 73 74 28 73 74 72 69 6e 67 20 70   ppTest(string p
2990: 6d 56 61 72 29 20 7b 0d 0a 09 09 09 61 75 74 6f  mVar) {.....auto
29a0: 20 70 6f 73 20 3d 20 63 75 72 72 65 6e 74 50 6f   pos = currentPo
29b0: 73 69 74 69 6f 6e 28 29 3b 0d 0a 09 09 09 72 65  sition();.....re
29c0: 74 75 72 6e 20 6f 70 41 6e 64 41 6e 64 28 20 73  turn opAndAnd( s
29d0: 75 70 65 72 2e 70 70 54 65 73 74 28 70 6d 56 61  uper.ppTest(pmVa
29e0: 72 29 2c 0d 0a 09 09 09 09 6e 65 77 20 41 70 70  r),......new App
29f0: 28 70 6f 73 2c 20 6e 65 77 20 56 61 72 28 70 6f  (pos, new Var(po
2a00: 73 2c 22 3d 3d 22 29 2c 20 61 63 63 65 73 73 28  s,"=="), access(
2a10: 70 6d 56 61 72 2c 70 61 74 68 29 2c 20 65 29 0d  pmVar,path), e).
2a20: 0a 09 09 09 29 3b 0d 0a 09 09 7d 0d 0a 09 7d 0d  ....);....}...}.
2a30: 0a 0d 0a 09 53 69 6e 67 6c 65 50 61 74 74 65 72  ....SinglePatter
2a40: 6e 5b 5d 20 70 61 72 73 65 50 61 74 74 65 72 6e  n[] parsePattern
2a50: 28 73 74 72 69 6e 67 5b 5d 20 70 61 74 68 20 3d  (string[] path =
2a60: 20 6e 75 6c 6c 29 0d 0a 09 7b 0d 0a 09 09 53 69   null)...{....Si
2a70: 6e 67 6c 65 50 61 74 74 65 72 6e 5b 5d 20 72 65  nglePattern[] re
2a80: 73 75 6c 74 3b 0d 0a 09 09 69 66 28 20 74 72 79  sult;....if( try
2a90: 45 61 74 28 22 7b 22 29 20 29 0d 0a 09 09 7b 0d  Eat("{") )....{.
2aa0: 0a 09 09 09 69 66 28 20 21 74 72 79 45 61 74 28  ....if( !tryEat(
2ab0: 22 7d 22 29 20 29 20 7b 0d 0a 09 09 09 09 64 6f  "}") ) {......do
2ac0: 20 7b 0d 0a 09 09 09 09 09 73 74 72 69 6e 67 20   {.......string 
2ad0: 6b 65 79 20 3d 20 65 61 74 49 64 28 22 69 6e 20  key = eatId("in 
2ae0: 74 61 62 6c 65 20 70 61 74 74 65 72 6e 22 2c 20  table pattern", 
2af0: 41 6c 6c 6f 77 51 75 6f 74 65 64 29 3b 0d 0a 09  AllowQuoted);...
2b00: 09 09 09 09 65 61 74 28 22 3a 22 2c 20 22 61 66  ....eat(":", "af
2b10: 74 65 72 20 66 69 65 6c 64 2d 69 64 20 69 6e 20  ter field-id in 
2b20: 74 61 62 6c 65 20 70 61 74 74 65 72 6e 22 29 3b  table pattern");
2b30: 0d 0a 09 09 09 09 09 72 65 73 75 6c 74 20 7e 3d  .......result ~=
2b40: 20 70 61 72 73 65 50 61 74 74 65 72 6e 28 70 61   parsePattern(pa
2b50: 74 68 20 7e 20 6b 65 79 29 3b 0d 0a 09 09 09 09  th ~ key);......
2b60: 7d 20 77 68 69 6c 65 28 20 74 72 79 45 61 74 28  } while( tryEat(
2b70: 22 2c 22 29 20 29 3b 0d 0a 09 09 09 09 65 61 74  ",") );......eat
2b80: 28 22 7d 22 2c 20 22 61 74 20 74 68 65 20 65 6e  ("}", "at the en
2b90: 64 20 6f 66 20 74 61 62 6c 65 20 70 61 74 74 65  d of table patte
2ba0: 72 6e 22 29 3b 0d 0a 09 09 09 7d 0d 0a 09 09 7d  rn");.....}....}
2bb0: 0d 0a 09 09 65 6c 73 65 0d 0a 09 09 7b 0d 0a 09  ....else....{...
2bc0: 09 09 41 53 54 20 65 20 3d 20 45 28 30 29 3b 0d  ..AST e = E(0);.
2bd0: 0a 09 09 09 69 66 28 61 75 74 6f 20 65 76 20 3d  ....if(auto ev =
2be0: 20 63 61 73 74 28 56 61 72 29 65 29 0d 0a 09 09   cast(Var)e)....
2bf0: 09 09 69 66 28 65 76 2e 6e 61 6d 65 20 3d 3d 20  ..if(ev.name == 
2c00: 22 5f 22 29 0d 0a 09 09 09 09 09 72 65 73 75 6c  "_").......resul
2c10: 74 20 7e 3d 20 6e 65 77 20 57 69 6c 64 50 61 74  t ~= new WildPat
2c20: 74 65 72 6e 28 70 61 74 68 29 3b 0d 0a 09 09 09  tern(path);.....
2c30: 09 65 6c 73 65 0d 0a 09 09 09 09 09 72 65 73 75  .else.......resu
2c40: 6c 74 20 7e 3d 20 6e 65 77 20 56 61 72 50 61 74  lt ~= new VarPat
2c50: 74 65 72 6e 28 70 61 74 68 2c 20 65 76 2e 6e 61  tern(path, ev.na
2c60: 6d 65 29 3b 0d 0a 09 09 09 65 6c 73 65 0d 0a 09  me);.....else...
2c70: 09 09 09 72 65 73 75 6c 74 20 7e 3d 20 6e 65 77  ...result ~= new
2c80: 20 43 6f 6e 73 74 61 6e 74 50 61 74 74 65 72 6e   ConstantPattern
2c90: 28 70 61 74 68 2c 20 65 29 3b 0d 0a 09 09 7d 0d  (path, e);....}.
2ca0: 0a 09 09 72 65 74 75 72 6e 20 72 65 73 75 6c 74  ...return result
2cb0: 3b 0d 0a 09 7d 0d 0a 0d 0a 09 41 53 54 20 70 70  ;...}.....AST pp
2cc0: 54 65 73 74 28 73 74 72 69 6e 67 20 70 6d 56 61  Test(string pmVa
2cd0: 72 2c 20 53 69 6e 67 6c 65 50 61 74 74 65 72 6e  r, SinglePattern
2ce0: 5b 5d 20 70 61 74 73 29 0d 0a 09 7b 0d 0a 09 09  [] pats)...{....
2cf0: 61 75 74 6f 20 70 6f 73 20 3d 20 63 75 72 72 65  auto pos = curre
2d00: 6e 74 50 6f 73 69 74 69 6f 6e 28 29 3b 0d 0a 09  ntPosition();...
2d10: 09 41 53 54 20 63 6f 6e 64 20 3d 20 6e 75 6c 6c  .AST cond = null
2d20: 3b 0d 0a 09 09 66 6f 72 65 61 63 68 28 70 3b 20  ;....foreach(p; 
2d30: 70 61 74 73 29 20 7b 0d 0a 09 09 09 41 53 54 20  pats) {.....AST 
2d40: 63 32 20 3d 20 70 2e 70 70 54 65 73 74 28 70 6d  c2 = p.ppTest(pm
2d50: 56 61 72 29 3b 0d 0a 09 09 09 69 66 28 20 63 32  Var);.....if( c2
2d60: 20 21 69 73 20 6e 75 6c 6c 20 29 0d 0a 09 09 09   !is null ).....
2d70: 09 63 6f 6e 64 20 3d 20 63 6f 6e 64 20 69 73 20  .cond = cond is 
2d80: 6e 75 6c 6c 20 3f 20 63 32 0d 0a 09 09 09 09 20  null ? c2...... 
2d90: 20 20 20 3a 20 6e 65 77 20 41 70 70 28 70 6f 73     : new App(pos
2da0: 2c 20 6e 65 77 20 56 61 72 28 70 6f 73 2c 22 26  , new Var(pos,"&
2db0: 26 22 29 2c 20 63 6f 6e 64 2c 20 63 32 29 3b 0d  &"), cond, c2);.
2dc0: 0a 09 09 7d 0d 0a 09 09 72 65 74 75 72 6e 20 63  ...}....return c
2dd0: 6f 6e 64 20 69 73 20 6e 75 6c 6c 20 3f 20 6e 65  ond is null ? ne
2de0: 77 20 49 6e 74 28 63 75 72 72 65 6e 74 50 6f 73  w Int(currentPos
2df0: 69 74 69 6f 6e 28 29 2c 20 31 29 20 3a 20 63 6f  ition(), 1) : co
2e00: 6e 64 3b 0d 0a 09 7d 0d 0a 0d 0a 09 41 53 54 20  nd;...}.....AST 
2e10: 70 70 42 69 6e 64 28 73 74 72 69 6e 67 20 70 6d  ppBind(string pm
2e20: 56 61 72 2c 20 53 69 6e 67 6c 65 50 61 74 74 65  Var, SinglePatte
2e30: 72 6e 5b 5d 20 70 61 74 73 2c 20 41 53 54 20 74  rn[] pats, AST t
2e40: 68 65 6e 44 6f 54 68 69 73 29 0d 0a 09 7b 0d 0a  henDoThis)...{..
2e50: 09 09 66 6f 72 65 61 63 68 28 70 3b 20 70 61 74  ..foreach(p; pat
2e60: 73 29 0d 0a 09 09 09 74 68 65 6e 44 6f 54 68 69  s).....thenDoThi
2e70: 73 20 3d 20 70 2e 70 70 42 69 6e 64 28 70 6d 56  s = p.ppBind(pmV
2e80: 61 72 2c 20 74 68 65 6e 44 6f 54 68 69 73 29 3b  ar, thenDoThis);
2e90: 0d 0a 09 09 72 65 74 75 72 6e 20 74 68 65 6e 44  ....return thenD
2ea0: 6f 54 68 69 73 3b 0d 0a 09 7d 0d 0a 0d 0a 09 41  oThis;...}.....A
2eb0: 53 54 20 70 61 72 73 65 49 64 28 29 0d 0a 09 7b  ST parseId()...{
2ec0: 0d 0a 09 09 73 63 6f 70 65 28 65 78 69 74 29 20  ....scope(exit) 
2ed0: 6c 65 78 2e 70 6f 70 46 72 6f 6e 74 3b 0d 0a 09  lex.popFront;...
2ee0: 09 72 65 74 75 72 6e 20 6e 65 77 20 53 74 72 28  .return new Str(
2ef0: 63 75 72 72 65 6e 74 50 6f 73 69 74 69 6f 6e 28  currentPosition(
2f00: 29 2c 20 6c 65 78 2e 66 72 6f 6e 74 2e 73 74 72  ), lex.front.str
2f10: 29 3b 0d 0a 09 7d 0d 0a 0d 0a 09 41 53 54 20 70  );...}.....AST p
2f20: 61 72 73 65 4c 61 6d 62 64 61 41 66 74 65 72 4f  arseLambdaAfterO
2f30: 70 65 6e 50 61 72 65 6e 28 4c 65 78 50 6f 73 69  penParen(LexPosi
2f40: 74 69 6f 6e 20 70 6f 73 29 0d 0a 09 7b 0d 0a 09  tion pos)...{...
2f50: 09 50 61 72 61 6d 65 74 65 72 5b 5d 20 70 61 72  .Parameter[] par
2f60: 61 6d 73 3b 0d 0a 09 09 77 68 69 6c 65 28 20 21  ams;....while( !
2f70: 74 72 79 45 61 74 28 22 29 22 29 20 29 0d 0a 09  tryEat(")") )...
2f80: 09 7b 0d 0a 09 09 09 70 61 72 61 6d 73 20 7e 3d  .{.....params ~=
2f90: 20 70 61 72 73 65 50 61 72 61 6d 28 29 3b 0d 0a   parseParam();..
2fa0: 09 09 09 69 66 28 20 21 74 72 79 45 61 74 28 22  ...if( !tryEat("
2fb0: 2c 22 29 20 29 20 7b 0d 0a 09 09 09 09 65 61 74  ,") ) {......eat
2fc0: 28 22 29 22 2c 20 22 61 66 74 65 72 20 66 75 6e  (")", "after fun
2fd0: 63 74 69 6f 6e 20 70 61 72 61 6d 65 74 65 72 73  ction parameters
2fe0: 22 29 3b 0d 0a 09 09 09 09 62 72 65 61 6b 3b 0d  ");......break;.
2ff0: 0a 09 09 09 7d 0d 0a 09 09 7d 0d 0a 09 09 65 61  ....}....}....ea
3000: 74 28 22 7b 22 2c 20 22 61 66 74 65 72 20 66 75  t("{", "after fu
3010: 6e 63 74 69 6f 6e 20 70 61 72 61 6d 65 74 65 72  nction parameter
3020: 73 22 29 3b 0d 0a 09 09 61 75 74 6f 20 66 75 6e  s");....auto fun
3030: 62 6f 64 79 20 3d 20 42 6f 64 79 28 29 3b 0d 0a  body = Body();..
3040: 09 09 65 61 74 28 22 7d 22 2c 20 22 61 66 74 65  ..eat("}", "afte
3050: 72 20 66 75 6e 63 74 69 6f 6e 20 62 6f 64 79 22  r function body"
3060: 29 3b 0d 0a 09 09 72 65 74 75 72 6e 20 6e 65 77  );....return new
3070: 20 46 75 6e 28 70 6f 73 2c 20 70 61 72 61 6d 73   Fun(pos, params
3080: 2c 20 66 75 6e 62 6f 64 79 29 3b 0d 0a 09 7d 0d  , funbody);...}.
3090: 0a 0d 0a 09 50 61 72 61 6d 65 74 65 72 20 70 61  ....Parameter pa
30a0: 72 73 65 50 61 72 61 6d 28 29 0d 0a 09 7b 0d 0a  rseParam()...{..
30b0: 09 09 73 74 72 69 6e 67 20 76 61 72 3b 0d 0a 09  ..string var;...
30c0: 09 73 74 72 69 6e 67 5b 5d 20 6c 61 79 3b 0d 0a  .string[] lay;..
30d0: 09 09 77 68 69 6c 65 28 20 21 63 6c 6f 73 69 6e  ..while( !closin
30e0: 67 42 72 61 63 6b 65 74 28 29 20 26 26 20 21 6c  gBracket() && !l
30f0: 65 78 2e 65 6d 70 74 79 20 26 26 20 6c 65 78 2e  ex.empty && lex.
3100: 66 72 6f 6e 74 2e 73 74 72 21 3d 22 2c 22 20 29  front.str!="," )
3110: 0d 0a 09 09 7b 0d 0a 09 09 09 61 75 74 6f 20 70  ....{.....auto p
3120: 6f 73 20 3d 20 63 75 72 72 65 6e 74 50 6f 73 69  os = currentPosi
3130: 74 69 6f 6e 28 29 3b 0d 0a 09 09 09 73 74 72 69  tion();.....stri
3140: 6e 67 20 70 20 3d 20 65 61 74 49 64 28 22 66 6f  ng p = eatId("fo
3150: 72 20 66 75 6e 63 74 69 6f 6e 20 70 61 72 61 6d  r function param
3160: 65 74 65 72 22 2c 20 41 6c 6c 6f 77 51 75 6f 74  eter", AllowQuot
3170: 65 64 29 3b 0d 0a 09 09 09 69 66 28 20 70 20 3d  ed);.....if( p =
3180: 3d 20 22 40 22 20 29 0d 0a 09 09 09 09 6c 61 79  = "@" )......lay
3190: 20 7e 3d 20 22 40 22 20 7e 20 65 61 74 49 64 28   ~= "@" ~ eatId(
31a0: 22 61 66 74 65 72 20 40 22 2c 20 41 6c 6c 6f 77  "after @", Allow
31b0: 51 75 6f 74 65 64 29 3b 0d 0a 09 09 09 65 6c 73  Quoted);.....els
31c0: 65 20 69 66 28 20 76 61 72 2e 65 6d 70 74 79 20  e if( var.empty 
31d0: 29 0d 0a 09 09 09 09 76 61 72 20 3d 20 70 3b 0d  )......var = p;.
31e0: 0a 09 09 09 65 6c 73 65 0d 0a 09 09 09 09 74 68  ....else......th
31f0: 72 6f 77 20 67 65 6e 65 78 21 50 61 72 73 65 45  row genex!ParseE
3200: 78 63 65 70 74 69 6f 6e 28 70 6f 73 2c 20 22 6f  xception(pos, "o
3210: 6e 65 20 70 61 72 61 6d 65 74 65 72 20 68 61 73  ne parameter has
3220: 20 74 77 6f 20 6e 61 6d 65 73 22 29 3b 0d 0a 09   two names");...
3230: 09 7d 0d 0a 09 09 72 65 74 75 72 6e 20 6e 65 77  .}....return new
3240: 20 50 61 72 61 6d 65 74 65 72 28 76 61 72 2c 20   Parameter(var, 
3250: 6c 61 79 29 3b 0d 0a 09 7d 0d 0a 0d 0a 70 72 69  lay);...}....pri
3260: 76 61 74 65 3a 0d 0a 09 4c 65 78 65 72 20 6c 65  vate:...Lexer le
3270: 78 3b 0d 0a 09 74 68 69 73 28 4c 65 78 65 72 20  x;...this(Lexer 
3280: 6c 65 78 29 20 7b 20 74 68 69 73 2e 6c 65 78 20  lex) { this.lex 
3290: 3d 20 6c 65 78 3b 20 7d 0d 0a 0d 0a 09 62 6f 6f  = lex; }.....boo
32a0: 6c 20 69 73 4e 75 6d 62 65 72 28 73 74 72 69 6e  l isNumber(strin
32b0: 67 20 73 29 0d 0a 09 7b 0d 0a 09 09 72 65 74 75  g s)...{....retu
32c0: 72 6e 20 66 69 6e 64 21 28 60 61 3c 27 30 27 20  rn find!(`a<'0' 
32d0: 7c 7c 20 27 39 27 3c 61 60 29 28 73 29 2e 65 6d  || '9'<a`)(s).em
32e0: 70 74 79 3b 0d 0a 09 7d 0d 0a 09 0d 0a 09 76 6f  pty;...}......vo
32f0: 69 64 20 65 61 74 28 73 74 72 69 6e 67 20 6b 77  id eat(string kw
3300: 64 2c 20 6c 61 7a 79 20 73 74 72 69 6e 67 20 6d  d, lazy string m
3310: 73 67 29 0d 0a 09 7b 0d 0a 09 09 69 66 28 20 21  sg)...{....if( !
3320: 74 72 79 45 61 74 28 6b 77 64 29 20 29 0d 0a 09  tryEat(kwd) )...
3330: 09 09 69 66 28 20 6c 65 78 2e 65 6d 70 74 79 20  ..if( lex.empty 
3340: 29 0d 0a 09 09 09 09 74 68 72 6f 77 20 67 65 6e  )......throw gen
3350: 65 78 21 55 6e 65 78 70 65 63 74 65 64 45 4f 46  ex!UnexpectedEOF
3360: 28 0d 0a 09 09 09 09 09 63 75 72 72 65 6e 74 50  (.......currentP
3370: 6f 73 69 74 69 6f 6e 28 29 2c 20 73 70 72 69 6e  osition(), sprin
3380: 74 66 21 22 25 73 20 69 73 20 65 78 70 65 63 74  tf!"%s is expect
3390: 65 64 20 25 73 20 62 75 74 20 6e 6f 74 20 66 6f  ed %s but not fo
33a0: 75 6e 64 22 28 6b 77 64 2c 6d 73 67 29 29 3b 0d  und"(kwd,msg));.
33b0: 0a 09 09 09 65 6c 73 65 0d 0a 09 09 09 09 74 68  ....else......th
33c0: 72 6f 77 20 67 65 6e 65 78 21 50 61 72 73 65 45  row genex!ParseE
33d0: 78 63 65 70 74 69 6f 6e 28 0d 0a 09 09 09 09 09  xception(.......
33e0: 63 75 72 72 65 6e 74 50 6f 73 69 74 69 6f 6e 28  currentPosition(
33f0: 29 2c 20 73 70 72 69 6e 74 66 21 22 25 73 20 69  ), sprintf!"%s i
3400: 73 20 65 78 70 65 63 74 65 64 20 66 6f 72 20 25  s expected for %
3410: 73 20 62 75 74 20 6e 6f 74 20 66 6f 75 6e 64 22  s but not found"
3420: 28 6b 77 64 2c 6d 73 67 29 29 3b 0d 0a 09 7d 0d  (kwd,msg));...}.
3430: 0a 0d 0a 09 62 6f 6f 6c 20 74 72 79 45 61 74 28  ....bool tryEat(
3440: 73 74 72 69 6e 67 20 6b 77 64 29 0d 0a 09 7b 0d  string kwd)...{.
3450: 0a 09 09 69 66 28 20 6c 65 78 2e 65 6d 70 74 79  ...if( lex.empty
3460: 20 7c 7c 20 6c 65 78 2e 66 72 6f 6e 74 2e 71 75   || lex.front.qu
3470: 6f 74 65 64 20 7c 7c 20 6c 65 78 2e 66 72 6f 6e  oted || lex.fron
3480: 74 2e 73 74 72 21 3d 6b 77 64 20 29 0d 0a 09 09  t.str!=kwd )....
3490: 09 72 65 74 75 72 6e 20 66 61 6c 73 65 3b 0d 0a  .return false;..
34a0: 09 09 6c 65 78 2e 70 6f 70 46 72 6f 6e 74 3b 0d  ..lex.popFront;.
34b0: 0a 09 09 72 65 74 75 72 6e 20 74 72 75 65 3b 0d  ...return true;.
34c0: 0a 09 7d 0d 0a 0d 0a 09 65 6e 75 6d 20 7b 41 6c  ..}.....enum {Al
34d0: 6c 6f 77 51 75 6f 74 65 64 3d 74 72 75 65 2c 20  lowQuoted=true, 
34e0: 44 69 73 61 6c 6c 6f 77 51 75 6f 74 65 64 3d 66  DisallowQuoted=f
34f0: 61 6c 73 65 7d 3b 0d 0a 09 73 74 72 69 6e 67 20  alse};...string 
3500: 65 61 74 49 64 28 6c 61 7a 79 20 73 74 72 69 6e  eatId(lazy strin
3510: 67 20 6d 73 67 2c 20 62 6f 6f 6c 20 61 71 3d 44  g msg, bool aq=D
3520: 69 73 61 6c 6c 6f 77 51 75 6f 74 65 64 29 0d 0a  isallowQuoted)..
3530: 09 7b 0d 0a 09 09 69 66 28 20 6c 65 78 2e 65 6d  .{....if( lex.em
3540: 70 74 79 20 29 0d 0a 09 09 09 74 68 72 6f 77 20  pty ).....throw 
3550: 67 65 6e 65 78 21 55 6e 65 78 70 65 63 74 65 64  genex!Unexpected
3560: 45 4f 46 28 63 75 72 72 65 6e 74 50 6f 73 69 74  EOF(currentPosit
3570: 69 6f 6e 28 29 2c 20 22 69 64 65 6e 74 69 66 69  ion(), "identifi
3580: 65 72 20 69 73 20 65 78 70 65 63 74 65 64 20 62  er is expected b
3590: 75 74 20 6e 6f 74 20 66 6f 75 6e 64 20 22 7e 6d  ut not found "~m
35a0: 73 67 29 3b 0d 0a 09 09 69 66 28 20 21 61 71 20  sg);....if( !aq 
35b0: 26 26 20 6c 65 78 2e 66 72 6f 6e 74 2e 71 75 6f  && lex.front.quo
35c0: 74 65 64 20 29 0d 0a 09 09 09 74 68 72 6f 77 20  ted ).....throw 
35d0: 67 65 6e 65 78 21 50 61 72 73 65 45 78 63 65 70  genex!ParseExcep
35e0: 74 69 6f 6e 28 63 75 72 72 65 6e 74 50 6f 73 69  tion(currentPosi
35f0: 74 69 6f 6e 28 29 2c 20 22 69 64 65 6e 74 69 66  tion(), "identif
3600: 69 65 72 20 69 73 20 65 78 70 65 63 74 65 64 20  ier is expected 
3610: 62 75 74 20 6e 6f 74 20 66 6f 75 6e 64 20 22 7e  but not found "~
3620: 6d 73 67 29 3b 0d 0a 09 09 73 63 6f 70 65 28 65  msg);....scope(e
3630: 78 69 74 29 20 6c 65 78 2e 70 6f 70 46 72 6f 6e  xit) lex.popFron
3640: 74 3b 0d 0a 09 09 72 65 74 75 72 6e 20 6c 65 78  t;....return lex
3650: 2e 66 72 6f 6e 74 2e 73 74 72 3b 0d 0a 09 7d 0d  .front.str;...}.
3660: 0a 0d 0a 09 41 53 54 20 64 6f 4e 6f 74 68 69 6e  ....AST doNothin
3670: 67 45 78 70 72 65 73 73 69 6f 6e 28 29 0d 0a 09  gExpression()...
3680: 7b 0d 0a 09 09 72 65 74 75 72 6e 20 6e 65 77 20  {....return new 
3690: 53 74 72 28 63 75 72 72 65 6e 74 50 6f 73 69 74  Str(currentPosit
36a0: 69 6f 6e 28 29 2c 20 22 28 65 6d 70 74 79 20 66  ion(), "(empty f
36b0: 75 6e 63 74 69 6f 6e 20 62 6f 64 79 29 22 29 3b  unction body)");
36c0: 0d 0a 09 7d 0d 0a 0d 0a 09 4c 65 78 50 6f 73 69  ...}.....LexPosi
36d0: 74 69 6f 6e 20 63 75 72 72 65 6e 74 50 6f 73 69  tion currentPosi
36e0: 74 69 6f 6e 28 29 0d 0a 09 7b 0d 0a 09 09 72 65  tion()...{....re
36f0: 74 75 72 6e 20 6c 65 78 2e 65 6d 70 74 79 20 3f  turn lex.empty ?
3700: 20 6e 75 6c 6c 20 3a 20 6c 65 78 2e 66 72 6f 6e   null : lex.fron
3710: 74 2e 70 6f 73 3b 0d 0a 09 7d 0d 0a 7d 0d 0a 0d  t.pos;...}..}...
3720: 0a 75 6e 69 74 74 65 73 74 0d 0a 7b 0d 0a 09 6d  .unittest..{...m
3730: 69 78 69 6e 20 45 61 73 79 41 53 54 3b 0d 0a 0d  ixin EasyAST;...
3740: 0a 09 61 73 73 65 72 74 5f 65 71 28 70 61 72 73  ..assert_eq(pars
3750: 65 53 74 72 69 6e 67 28 60 31 32 33 60 29 2c 20  eString(`123`), 
3760: 69 6e 74 6c 28 31 32 33 29 29 3b 0d 0a 09 61 73  intl(123));...as
3770: 73 65 72 74 5f 65 71 28 70 61 72 73 65 53 74 72  sert_eq(parseStr
3780: 69 6e 67 28 60 22 66 6f 6f 22 60 29 2c 20 73 74  ing(`"foo"`), st
3790: 72 6c 28 22 66 6f 6f 22 29 29 3b 0d 0a 09 61 73  rl("foo"));...as
37a0: 73 65 72 74 5f 65 71 28 70 61 72 73 65 53 74 72  sert_eq(parseStr
37b0: 69 6e 67 28 60 66 75 6e 28 29 7b 31 7d 60 29 2c  ing(`fun(){1}`),
37c0: 20 66 75 6e 28 5b 5d 2c 69 6e 74 6c 28 31 29 29   fun([],intl(1))
37d0: 29 3b 0d 0a 09 61 73 73 65 72 74 5f 65 71 28 70  );...assert_eq(p
37e0: 61 72 73 65 53 74 72 69 6e 67 28 60 66 75 6e 28  arseString(`fun(
37f0: 78 29 7b 31 7d 60 29 2c 20 66 75 6e 28 5b 22 78  x){1}`), fun(["x
3800: 22 5d 2c 69 6e 74 6c 28 31 29 29 29 3b 0d 0a 09  "],intl(1)));...
3810: 61 73 73 65 72 74 5f 65 71 28 70 61 72 73 65 53  assert_eq(parseS
3820: 74 72 69 6e 67 28 22 5c 75 30 33 42 42 28 29 7b  tring("\u03BB(){
3830: 31 7d 22 29 2c 20 66 75 6e 28 5b 5d 2c 69 6e 74  1}"), fun([],int
3840: 6c 28 31 29 29 29 3b 0d 0a 09 61 73 73 65 72 74  l(1)));...assert
3850: 5f 65 71 28 70 61 72 73 65 53 74 72 69 6e 67 28  _eq(parseString(
3860: 22 5c 75 30 33 42 42 28 78 29 7b 31 7d 22 29 2c  "\u03BB(x){1}"),
3870: 20 66 75 6e 28 5b 22 78 22 5d 2c 69 6e 74 6c 28   fun(["x"],intl(
3880: 31 29 29 29 3b 0d 0a 09 61 73 73 65 72 74 5f 65  1)));...assert_e
3890: 71 28 70 61 72 73 65 53 74 72 69 6e 67 28 60 31  q(parseString(`1
38a0: 3b 32 60 29 2c 20 6c 65 74 28 22 5f 22 2c 22 22  ;2`), let("_",""
38b0: 2c 69 6e 74 6c 28 31 29 2c 69 6e 74 6c 28 32 29  ,intl(1),intl(2)
38c0: 29 29 3b 0d 0a 09 61 73 73 65 72 74 5f 65 71 28  ));...assert_eq(
38d0: 70 61 72 73 65 53 74 72 69 6e 67 28 60 31 3b 32  parseString(`1;2
38e0: 3b 60 29 2c 20 6c 65 74 28 22 5f 22 2c 22 22 2c  ;`), let("_","",
38f0: 69 6e 74 6c 28 31 29 2c 69 6e 74 6c 28 32 29 29  intl(1),intl(2))
3900: 29 3b 0d 0a 09 61 73 73 65 72 74 5f 65 71 28 70  );...assert_eq(p
3910: 61 72 73 65 53 74 72 69 6e 67 28 60 6c 65 74 20  arseString(`let 
3920: 78 3d 31 20 69 6e 20 32 60 29 2c 20 6c 65 74 28  x=1 in 2`), let(
3930: 22 78 22 2c 22 22 2c 69 6e 74 6c 28 31 29 2c 69  "x","",intl(1),i
3940: 6e 74 6c 28 32 29 29 29 3b 0d 0a 09 61 73 73 65  ntl(2)));...asse
3950: 72 74 5f 65 71 28 70 61 72 73 65 53 74 72 69 6e  rt_eq(parseStrin
3960: 67 28 60 76 61 72 20 78 3d 31 3b 32 3b 60 29 2c  g(`var x=1;2;`),
3970: 20 6c 65 74 28 22 78 22 2c 22 22 2c 69 6e 74 6c   let("x","",intl
3980: 28 31 29 2c 69 6e 74 6c 28 32 29 29 29 3b 0d 0a  (1),intl(2)));..
3990: 09 61 73 73 65 72 74 5f 65 71 28 70 61 72 73 65  .assert_eq(parse
39a0: 53 74 72 69 6e 67 28 60 64 65 66 20 78 3d 31 60  String(`def x=1`
39b0: 29 2c 20 6c 65 74 28 22 78 22 2c 22 22 2c 69 6e  ), let("x","",in
39c0: 74 6c 28 31 29 2c 76 61 72 28 22 78 22 29 29 29  tl(1),var("x")))
39d0: 3b 0d 0a 09 61 73 73 65 72 74 5f 65 71 28 70 61  ;...assert_eq(pa
39e0: 72 73 65 53 74 72 69 6e 67 28 60 40 76 61 6c 20  rseString(`@val 
39f0: 78 3d 31 3b 60 29 2c 20 6c 65 74 28 22 78 22 2c  x=1;`), let("x",
3a00: 22 40 76 61 6c 22 2c 69 6e 74 6c 28 31 29 2c 76  "@val",intl(1),v
3a10: 61 72 28 22 78 22 29 29 29 3b 0d 0a 09 61 73 73  ar("x")));...ass
3a20: 65 72 74 5f 65 71 28 70 61 72 73 65 53 74 72 69  ert_eq(parseStri
3a30: 6e 67 28 60 40 74 79 70 20 78 3d 22 23 69 6e 74  ng(`@typ x="#int
3a40: 22 3b 60 29 2c 20 6c 65 74 28 22 78 22 2c 22 40  ";`), let("x","@
3a50: 74 79 70 22 2c 73 74 72 6c 28 22 23 69 6e 74 22  typ",strl("#int"
3a60: 29 2c 76 61 72 28 22 78 22 29 29 29 3b 0d 0a 09  ),var("x")));...
3a70: 61 73 73 65 72 74 5f 65 71 28 70 61 72 73 65 53  assert_eq(parseS
3a80: 74 72 69 6e 67 28 60 66 28 31 2c 32 29 60 29 2c  tring(`f(1,2)`),
3a90: 20 63 61 6c 6c 28 76 61 72 28 22 66 22 29 2c 69   call(var("f"),i
3aa0: 6e 74 6c 28 31 29 2c 69 6e 74 6c 28 32 29 29 29  ntl(1),intl(2)))
3ab0: 3b 0d 0a 09 61 73 73 65 72 74 5f 65 71 28 70 61  ;...assert_eq(pa
3ac0: 72 73 65 53 74 72 69 6e 67 28 60 69 66 28 31 29  rseString(`if(1)
3ad0: 7b 32 7d 60 29 2c 20 63 61 6c 6c 28 76 61 72 28  {2}`), call(var(
3ae0: 22 69 66 22 29 2c 69 6e 74 6c 28 31 29 2c 66 75  "if"),intl(1),fu
3af0: 6e 28 5b 5d 2c 69 6e 74 6c 28 32 29 29 2c 66 75  n([],intl(2)),fu
3b00: 6e 28 5b 5d 2c 73 74 72 6c 28 22 28 65 6d 70 74  n([],strl("(empt
3b10: 79 20 66 75 6e 63 74 69 6f 6e 20 62 6f 64 79 29  y function body)
3b20: 22 29 29 29 29 3b 0d 0a 09 61 73 73 65 72 74 5f  "))));...assert_
3b30: 65 71 28 70 61 72 73 65 53 74 72 69 6e 67 28 60  eq(parseString(`
3b40: 69 66 28 31 29 7b 32 7d 65 6c 73 65 7b 33 7d 60  if(1){2}else{3}`
3b50: 29 2c 20 63 61 6c 6c 28 76 61 72 28 22 69 66 22  ), call(var("if"
3b60: 29 2c 69 6e 74 6c 28 31 29 2c 66 75 6e 28 5b 5d  ),intl(1),fun([]
3b70: 2c 69 6e 74 6c 28 32 29 29 2c 66 75 6e 28 5b 5d  ,intl(2)),fun([]
3b80: 2c 69 6e 74 6c 28 33 29 29 29 29 3b 0d 0a 09 61  ,intl(3))));...a
3b90: 73 73 65 72 74 5f 65 71 28 70 61 72 73 65 53 74  ssert_eq(parseSt
3ba0: 72 69 6e 67 28 60 69 66 28 31 29 7b 7d 65 6c 73  ring(`if(1){}els
3bb0: 65 7b 33 7d 28 29 28 29 60 29 2c 0d 0a 09 09 63  e{3}()()`),....c
3bc0: 61 6c 6c 28 63 61 6c 6c 28 63 61 6c 6c 28 76 61  all(call(call(va
3bd0: 72 28 22 69 66 22 29 2c 69 6e 74 6c 28 31 29 2c  r("if"),intl(1),
3be0: 66 75 6e 28 5b 5d 2c 73 74 72 6c 28 22 28 65 6d  fun([],strl("(em
3bf0: 70 74 79 20 66 75 6e 63 74 69 6f 6e 20 62 6f 64  pty function bod
3c00: 79 29 22 29 29 2c 66 75 6e 28 5b 5d 2c 69 6e 74  y)")),fun([],int
3c10: 6c 28 33 29 29 29 29 29 29 3b 0d 0a 09 61 73 73  l(3))))));...ass
3c20: 65 72 74 5f 65 71 28 70 61 72 73 65 53 74 72 69  ert_eq(parseStri
3c30: 6e 67 28 60 31 2b 32 2a 33 60 29 2c 20 63 61 6c  ng(`1+2*3`), cal
3c40: 6c 28 76 61 72 28 22 2b 22 29 2c 69 6e 74 6c 28  l(var("+"),intl(
3c50: 31 29 2c 63 61 6c 6c 28 76 61 72 28 22 2a 22 29  1),call(var("*")
3c60: 2c 69 6e 74 6c 28 32 29 2c 69 6e 74 6c 28 33 29  ,intl(2),intl(3)
3c70: 29 29 29 3b 0d 0a 09 61 73 73 65 72 74 5f 65 71  )));...assert_eq
3c80: 28 70 61 72 73 65 53 74 72 69 6e 67 28 60 28 31  (parseString(`(1
3c90: 2b 32 29 2a 33 60 29 2c 20 63 61 6c 6c 28 76 61  +2)*3`), call(va
3ca0: 72 28 22 2a 22 29 2c 63 61 6c 6c 28 76 61 72 28  r("*"),call(var(
3cb0: 22 2b 22 29 2c 69 6e 74 6c 28 31 29 2c 69 6e 74  "+"),intl(1),int
3cc0: 6c 28 32 29 29 2c 69 6e 74 6c 28 33 29 29 29 3b  l(2)),intl(3)));
3cd0: 0d 0a 09 61 73 73 65 72 74 5f 65 71 28 70 61 72  ...assert_eq(par
3ce0: 73 65 53 74 72 69 6e 67 28 60 31 2a 28 32 2b 33  seString(`1*(2+3
3cf0: 29 60 29 2c 20 63 61 6c 6c 28 76 61 72 28 22 2a  )`), call(var("*
3d00: 22 29 2c 69 6e 74 6c 28 31 29 2c 63 61 6c 6c 28  "),intl(1),call(
3d10: 76 61 72 28 22 2b 22 29 2c 69 6e 74 6c 28 32 29  var("+"),intl(2)
3d20: 2c 69 6e 74 6c 28 33 29 29 29 29 3b 0d 0a 09 61  ,intl(3))));...a
3d30: 73 73 65 72 74 5f 65 71 28 70 61 72 73 65 53 74  ssert_eq(parseSt
3d40: 72 69 6e 67 28 60 31 2a 32 2b 33 60 29 2c 20 63  ring(`1*2+3`), c
3d50: 61 6c 6c 28 76 61 72 28 22 2b 22 29 2c 63 61 6c  all(var("+"),cal
3d60: 6c 28 76 61 72 28 22 2a 22 29 2c 69 6e 74 6c 28  l(var("*"),intl(
3d70: 31 29 2c 69 6e 74 6c 28 32 29 29 2c 69 6e 74 6c  1),intl(2)),intl
3d80: 28 33 29 29 29 3b 0d 0a 09 61 73 73 65 72 74 5f  (3)));...assert_
3d90: 65 71 28 70 61 72 73 65 53 74 72 69 6e 67 28 60  eq(parseString(`
3da0: 40 78 28 31 29 60 29 2c 20 6c 61 79 28 22 40 78  @x(1)`), lay("@x
3db0: 22 2c 20 69 6e 74 6c 28 31 29 29 29 3b 0d 0a 09  ", intl(1)));...
3dc0: 61 73 73 65 72 74 5f 65 71 28 70 61 72 73 65 53  assert_eq(parseS
3dd0: 74 72 69 6e 67 28 60 66 75 6e 28 78 20 40 76 20  tring(`fun(x @v 
3de0: 40 74 2c 20 79 2c 20 7a 20 40 74 29 7b 7d 60 29  @t, y, z @t){}`)
3df0: 2c 0d 0a 09 09 66 75 6e 70 28 5b 70 61 72 61 6d  ,....funp([param
3e00: 28 22 78 22 2c 5b 22 40 76 22 2c 22 40 74 22 5d  ("x",["@v","@t"]
3e10: 29 2c 20 70 61 72 61 6d 28 22 79 22 2c 5b 5d 29  ), param("y",[])
3e20: 2c 20 70 61 72 61 6d 28 22 7a 22 2c 5b 22 40 74  , param("z",["@t
3e30: 22 5d 29 5d 2c 20 73 74 72 6c 28 22 28 65 6d 70  "])], strl("(emp
3e40: 74 79 20 66 75 6e 63 74 69 6f 6e 20 62 6f 64 79  ty function body
3e50: 29 22 29 29 29 3b 0d 0a 0d 0a 09 61 73 73 65 72  )")));.....asser
3e60: 74 5f 65 71 28 70 61 72 73 65 53 74 72 69 6e 67  t_eq(parseString
3e70: 28 60 0d 0a 09 09 6c 65 74 20 78 20 3d 20 31 30  (`....let x = 10
3e80: 30 3b 20 23 63 6f 6d 6d 65 6e 74 0d 0a 09 09 6c  0; #comment....l
3e90: 65 74 20 79 20 3d 20 32 30 30 3b 20 23 63 6f 6d  et y = 200; #com
3ea0: 6d 65 6e 74 21 21 21 21 21 0d 0a 09 09 09 78 2b  ment!!!!!.....x+
3eb0: 79 0d 0a 09 60 29 2c 0d 0a 09 09 6c 65 74 28 22  y...`),....let("
3ec0: 78 22 2c 20 22 22 2c 20 69 6e 74 6c 28 31 30 30  x", "", intl(100
3ed0: 29 2c 20 6c 65 74 28 22 79 22 2c 20 22 22 2c 20  ), let("y", "", 
3ee0: 69 6e 74 6c 28 32 30 30 29 2c 20 63 61 6c 6c 28  intl(200), call(
3ef0: 76 61 72 28 22 2b 22 29 2c 20 76 61 72 28 22 78  var("+"), var("x
3f00: 22 29 2c 20 76 61 72 28 22 79 22 29 29 29 29 0d  "), var("y")))).
3f10: 0a 09 29 3b 0d 0a 0d 0a 09 61 73 73 65 72 74 5f  ..);.....assert_
3f20: 65 71 28 70 61 72 73 65 53 74 72 69 6e 67 28 60  eq(parseString(`
3f30: 0d 0a 09 09 76 61 72 20 66 61 63 20 3d 20 66 75  ....var fac = fu
3f40: 6e 28 78 29 7b 20 69 66 28 78 20 3c 3d 20 31 29  n(x){ if(x <= 1)
3f50: 20 7b 31 7d 20 65 6c 73 65 20 7b 78 2a 66 61 63   {1} else {x*fac
3f60: 28 78 2d 31 29 7d 20 7d 3b 0d 0a 09 09 66 61 63  (x-1)} };....fac
3f70: 28 31 30 29 0d 0a 09 60 29 2c 0d 0a 09 09 6c 65  (10)...`),....le
3f80: 74 28 22 66 61 63 22 2c 20 22 22 2c 20 66 75 6e  t("fac", "", fun
3f90: 28 5b 22 78 22 5d 2c 0d 0a 09 09 09 63 61 6c 6c  (["x"],.....call
3fa0: 28 76 61 72 28 22 69 66 22 29 2c 0d 0a 09 09 09  (var("if"),.....
3fb0: 09 63 61 6c 6c 28 76 61 72 28 22 3c 3d 22 29 2c  .call(var("<="),
3fc0: 20 76 61 72 28 22 78 22 29 2c 20 69 6e 74 6c 28   var("x"), intl(
3fd0: 31 29 29 2c 0d 0a 09 09 09 09 66 75 6e 28 5b 5d  1)),......fun([]
3fe0: 2c 20 69 6e 74 6c 28 31 29 29 2c 0d 0a 09 09 09  , intl(1)),.....
3ff0: 09 66 75 6e 28 5b 5d 2c 20 63 61 6c 6c 28 76 61  .fun([], call(va
4000: 72 28 22 2a 22 29 2c 20 76 61 72 28 22 78 22 29  r("*"), var("x")
4010: 2c 20 63 61 6c 6c 28 76 61 72 28 22 66 61 63 22  , call(var("fac"
4020: 29 2c 63 61 6c 6c 28 76 61 72 28 22 2d 22 29 2c  ),call(var("-"),
4030: 76 61 72 28 22 78 22 29 2c 69 6e 74 6c 28 31 29  var("x"),intl(1)
4040: 29 29 29 29 0d 0a 09 09 09 29 29 2c 0d 0a 09 09  )))).....)),....
4050: 09 63 61 6c 6c 28 76 61 72 28 22 66 61 63 22 29  .call(var("fac")
4060: 2c 69 6e 74 6c 28 31 30 29 29 0d 0a 09 09 29 0d  ,intl(10))....).
4070: 0a 09 29 3b 0d 0a 7d 0d 0a 0d 0a 75 6e 69 74 74  ..);..}....unitt
4080: 65 73 74 0d 0a 7b 0d 0a 09 61 73 73 65 72 74 5f  est..{...assert_
4090: 74 68 72 6f 77 21 55 6e 65 78 70 65 63 74 65 64  throw!Unexpected
40a0: 45 4f 46 28 70 61 72 73 65 53 74 72 69 6e 67 28  EOF(parseString(
40b0: 60 31 2b 60 29 29 3b 0d 0a 09 61 73 73 65 72 74  `1+`));...assert
40c0: 5f 74 68 72 6f 77 21 50 61 72 73 65 45 78 63 65  _throw!ParseExce
40d0: 70 74 69 6f 6e 28 70 61 72 73 65 53 74 72 69 6e  ption(parseStrin
40e0: 67 28 60 31 2b 32 7d 60 29 29 3b 0d 0a 09 61 73  g(`1+2}`));...as
40f0: 73 65 72 74 5f 74 68 72 6f 77 21 55 6e 65 78 70  sert_throw!Unexp
4100: 65 63 74 65 64 45 4f 46 28 70 61 72 73 65 53 74  ectedEOF(parseSt
4110: 72 69 6e 67 28 60 6c 65 74 20 22 78 22 60 29 29  ring(`let "x"`))
4120: 3b 0d 0a 09 61 73 73 65 72 74 5f 74 68 72 6f 77  ;...assert_throw
4130: 21 55 6e 65 78 70 65 63 74 65 64 45 4f 46 28 70  !UnexpectedEOF(p
4140: 61 72 73 65 53 74 72 69 6e 67 28 60 76 61 72 60  arseString(`var`
4150: 29 29 3b 0d 0a 09 61 73 73 65 72 74 5f 74 68 72  ));...assert_thr
4160: 6f 77 21 50 61 72 73 65 45 78 63 65 70 74 69 6f  ow!ParseExceptio
4170: 6e 28 70 61 72 73 65 53 74 72 69 6e 67 28 60 40  n(parseString(`@
4180: 76 61 6c 20 78 20 3d 3d 60 29 29 3b 0d 0a 09 61  val x ==`));...a
4190: 73 73 65 72 74 5f 74 68 72 6f 77 21 50 61 72 73  ssert_throw!Pars
41a0: 65 45 78 63 65 70 74 69 6f 6e 28 70 61 72 73 65  eException(parse
41b0: 53 74 72 69 6e 67 28 60 69 66 28 29 7b 31 7d 60  String(`if(){1}`
41c0: 29 29 3b 0d 0a 09 61 73 73 65 72 74 5f 74 68 72  ));...assert_thr
41d0: 6f 77 21 55 6e 65 78 70 65 63 74 65 64 45 4f 46  ow!UnexpectedEOF
41e0: 28 70 61 72 73 65 53 74 72 69 6e 67 28 60 66 28  (parseString(`f(
41f0: 60 29 29 3b 0d 0a 7d 0d 0a 0d 0a 75 6e 69 74 74  `));..}....unitt
4200: 65 73 74 0d 0a 7b 0d 0a 09 6d 69 78 69 6e 20 45  est..{...mixin E
4210: 61 73 79 41 53 54 3b 0d 0a 09 61 73 73 65 72 74  asyAST;...assert
4220: 5f 65 71 28 70 61 72 73 65 53 74 72 69 6e 67 28  _eq(parseString(
4230: 60 64 65 66 20 66 6f 6f 28 78 29 20 7b 20 78 2b  `def foo(x) { x+
4240: 31 20 7d 3b 20 66 6f 6f 60 29 2c 0d 0a 09 09 6c  1 }; foo`),....l
4250: 65 74 28 22 66 6f 6f 22 2c 20 22 22 2c 0d 0a 09  et("foo", "",...
4260: 09 09 66 75 6e 28 5b 22 78 22 5d 2c 20 63 61 6c  ..fun(["x"], cal
4270: 6c 28 76 61 72 28 22 2b 22 29 2c 20 76 61 72 28  l(var("+"), var(
4280: 22 78 22 29 2c 20 69 6e 74 6c 28 31 29 29 29 2c  "x"), intl(1))),
4290: 0d 0a 09 09 09 76 61 72 28 22 66 6f 6f 22 29 29  .....var("foo"))
42a0: 0d 0a 09 29 3b 0d 0a 0d 0a 09 61 73 73 65 72 74  ...);.....assert
42b0: 5f 65 71 28 70 61 72 73 65 53 74 72 69 6e 67 28  _eq(parseString(
42c0: 60 40 40 74 79 70 65 20 28 20 78 20 29 20 7b 20  `@@type ( x ) { 
42d0: 78 20 7d 60 29 2c 0d 0a 09 09 6c 65 74 28 22 40  x }`),....let("@
42e0: 74 79 70 65 22 2c 20 53 79 73 74 65 6d 4c 61 79  type", SystemLay
42f0: 65 72 2c 20 66 75 6e 28 5b 22 78 22 5d 2c 20 76  er, fun(["x"], v
4300: 61 72 28 22 78 22 29 29 2c 20 6c 61 79 28 53 79  ar("x")), lay(Sy
4310: 73 74 65 6d 4c 61 79 65 72 2c 20 76 61 72 28 22  stemLayer, var("
4320: 40 74 79 70 65 22 29 29 29 20 29 3b 0d 0a 0d 0a  @type"))) );....
4330: 09 61 73 73 65 72 74 5f 65 71 28 70 61 72 73 65  .assert_eq(parse
4340: 53 74 72 69 6e 67 28 60 7b 7d 60 29 2c 20 63 61  String(`{}`), ca
4350: 6c 6c 28 76 61 72 28 22 7b 7d 22 29 29 29 3b 0d  ll(var("{}")));.
4360: 0a 09 61 73 73 65 72 74 5f 65 71 28 70 61 72 73  ..assert_eq(pars
4370: 65 53 74 72 69 6e 67 28 60 7b 66 6f 6f 3a 31 2c  eString(`{foo:1,
4380: 22 62 61 72 22 3a 32 7d 60 29 2c 0d 0a 09 09 63  "bar":2}`),....c
4390: 61 6c 6c 28 76 61 72 28 22 2e 3d 22 29 2c 20 63  all(var(".="), c
43a0: 61 6c 6c 28 76 61 72 28 22 2e 3d 22 29 2c 20 63  all(var(".="), c
43b0: 61 6c 6c 28 76 61 72 28 22 7b 7d 22 29 29 2c 20  all(var("{}")), 
43c0: 73 74 72 6c 28 22 66 6f 6f 22 29 2c 20 69 6e 74  strl("foo"), int
43d0: 6c 28 31 29 29 2c 20 73 74 72 6c 28 22 62 61 72  l(1)), strl("bar
43e0: 22 29 2c 20 69 6e 74 6c 28 32 29 29 29 3b 0d 0a  "), intl(2)));..
43f0: 09 61 73 73 65 72 74 5f 65 71 28 70 61 72 73 65  .assert_eq(parse
4400: 53 74 72 69 6e 67 28 60 7b 7d 2e 66 6f 6f 60 29  String(`{}.foo`)
4410: 2c 20 63 61 6c 6c 28 76 61 72 28 22 2e 22 29 2c  , call(var("."),
4420: 63 61 6c 6c 28 76 61 72 28 22 7b 7d 22 29 29 2c  call(var("{}")),
4430: 73 74 72 6c 28 22 66 6f 6f 22 29 29 29 3b 0d 0a  strl("foo")));..
4440: 09 61 73 73 65 72 74 5f 65 71 28 70 61 72 73 65  .assert_eq(parse
4450: 53 74 72 69 6e 67 28 60 7b 7d 2e 3f 66 6f 6f 60  String(`{}.?foo`
4460: 29 2c 20 63 61 6c 6c 28 76 61 72 28 22 2e 3f 22  ), call(var(".?"
4470: 29 2c 63 61 6c 6c 28 76 61 72 28 22 7b 7d 22 29  ),call(var("{}")
4480: 29 2c 73 74 72 6c 28 22 66 6f 6f 22 29 29 29 3b  ),strl("foo")));
4490: 0d 0a 09 61 73 73 65 72 74 5f 65 71 28 70 61 72  ...assert_eq(par
44a0: 73 65 53 74 72 69 6e 67 28 60 78 7b 79 3a 31 7d  seString(`x{y:1}
44b0: 60 29 2c 20 63 61 6c 6c 28 76 61 72 28 22 2e 3d  `), call(var(".=
44c0: 22 29 2c 76 61 72 28 22 78 22 29 2c 73 74 72 6c  "),var("x"),strl
44d0: 28 22 79 22 29 2c 69 6e 74 6c 28 31 29 29 29 3b  ("y"),intl(1)));
44e0: 0d 0a 7d 0d 0a 0d 0a 75 6e 69 74 74 65 73 74 0d  ..}....unittest.
44f0: 0a 7b 0d 0a 09 61 73 73 65 72 74 5f 6e 6f 74 68  .{...assert_noth
4500: 72 6f 77 28 70 61 72 73 65 53 74 72 69 6e 67 28  row(parseString(
4510: 60 0d 0a 09 09 63 61 73 65 28 20 31 20 29 0d 0a  `....case( 1 )..
4520: 09 09 09 77 68 65 6e 28 78 29 7b 31 7d 0d 0a 09  ...when(x){1}...
4530: 60 29 29 3b 0d 0a 09 61 73 73 65 72 74 5f 6e 6f  `));...assert_no
4540: 74 68 72 6f 77 28 70 61 72 73 65 53 74 72 69 6e  throw(parseStrin
4550: 67 28 60 0d 0a 09 09 63 61 73 65 28 20 31 20 29  g(`....case( 1 )
4560: 0d 0a 09 09 09 77 68 65 6e 28 7b 61 61 61 61 3a  .....when({aaaa:
4570: 5f 7d 29 7b 31 7d 0d 0a 09 60 29 29 3b 0d 0a 09  _}){1}...`));...
4580: 61 73 73 65 72 74 5f 6e 6f 74 68 72 6f 77 28 70  assert_nothrow(p
4590: 61 72 73 65 53 74 72 69 6e 67 28 60 0d 0a 09 09  arseString(`....
45a0: 63 61 73 65 28 20 31 20 29 0d 0a 09 09 09 77 68  case( 1 ).....wh
45b0: 65 6e 28 7b 61 61 61 61 3a 40 76 61 6c 75 65 28  en({aaaa:@value(
45c0: 78 29 7d 29 7b 31 7d 0d 0a 09 09 09 77 68 65 6e  x)}){1}.....when
45d0: 28 7b 61 61 61 61 3a 7b 62 62 62 3a 5f 7d 2c 20  ({aaaa:{bbb:_}, 
45e0: 63 63 63 3a 31 32 33 7d 29 7b 31 7d 0d 0a 09 60  ccc:123}){1}...`
45f0: 29 29 3b 0d 0a 7d 0d 0a 0d 0a 75 6e 69 74 74 65  ));..}....unitte
4600: 73 74 0d 0a 7b 0d 0a 09 2f 2f 20 74 65 73 74 20  st..{...// test 
4610: 66 6f 72 20 6f 6d 69 74 74 69 6e 67 20 7b 20 2e  for omitting { .
4620: 2e 20 7d 0d 0a 09 61 73 73 65 72 74 5f 6e 6f 74  . }...assert_not
4630: 68 72 6f 77 28 70 61 72 73 65 53 74 72 69 6e 67  hrow(parseString
4640: 28 60 0d 0a 09 09 69 66 28 31 29 20 32 20 65 6c  (`....if(1) 2 el
4650: 73 65 20 33 0d 0a 09 60 29 29 3b 0d 0a 09 61 73  se 3...`));...as
4660: 73 65 72 74 5f 6e 6f 74 68 72 6f 77 28 70 61 72  sert_nothrow(par
4670: 73 65 53 74 72 69 6e 67 28 60 0d 0a 09 09 69 66  seString(`....if
4680: 28 31 29 20 78 7b 79 3a 7a 7d 20 65 6c 73 65 20  (1) x{y:z} else 
4690: 33 0d 0a 09 60 29 29 3b 0d 0a 7d 0d 0a           3...`));..}..