Hex Artifact Content
Not logged in

Artifact c08643c4271f8f35712cc4cb5eba47ea4bc1aed7:


0000: 2f 2a 2a 0a 20 2a 20 41 75 74 68 6f 72 73 3a 20  /**. * Authors: 
0010: 6b 2e 69 6e 61 62 61 0a 20 2a 20 4c 69 63 65 6e  k.inaba. * Licen
0020: 73 65 3a 20 4e 59 53 4c 20 30 2e 39 39 38 32 20  se: NYSL 0.9982 
0030: 68 74 74 70 3a 2f 2f 77 77 77 2e 6b 6d 6f 6e 6f  http://www.kmono
0040: 73 2e 6e 65 74 2f 6e 79 73 6c 2f 0a 20 2a 0a 20  s.net/nysl/. *. 
0050: 2a 20 53 79 6e 74 61 78 20 74 72 65 65 20 66 6f  * Syntax tree fo
0060: 72 20 50 6f 6c 65 6d 79 20 70 72 6f 67 72 61 6d  r Polemy program
0070: 6d 69 6e 67 20 6c 61 6e 67 75 61 67 65 2e 0a 20  ming language.. 
0080: 2a 2f 0a 6d 6f 64 75 6c 65 20 70 6f 6c 65 6d 79  */.module polemy
0090: 2e 61 73 74 3b 0a 69 6d 70 6f 72 74 20 70 6f 6c  .ast;.import pol
00a0: 65 6d 79 2e 5f 63 6f 6d 6d 6f 6e 3b 0a 69 6d 70  emy._common;.imp
00b0: 6f 72 74 20 70 6f 6c 65 6d 79 2e 6c 65 78 3b 0d  ort polemy.lex;.
00c0: 0a 0d 0a 61 62 73 74 72 61 63 74 20 63 6c 61 73  ...abstract clas
00d0: 73 20 41 53 54 0a 7b 0a 09 69 6d 6d 75 74 61 62  s AST.{..immutab
00e0: 6c 65 20 4c 65 78 50 6f 73 69 74 69 6f 6e 20 70  le LexPosition p
00f0: 6f 73 3b 0a 09 6d 69 78 69 6e 20 53 69 6d 70 6c  os;..mixin Simpl
0100: 65 43 6f 6e 73 74 72 75 63 74 6f 72 3b 0a 7d 0a  eConstructor;.}.
0110: 0a 63 6c 61 73 73 20 53 74 72 4c 69 74 65 72 61  .class StrLitera
0120: 6c 20 3a 20 41 53 54 0a 7b 0a 09 73 74 72 69 6e  l : AST.{..strin
0130: 67 20 64 61 74 61 3b 0a 09 6d 69 78 69 6e 20 53  g data;..mixin S
0140: 69 6d 70 6c 65 43 6c 61 73 73 3b 0d 0a 7d 0a 0a  impleClass;..}..
0150: 63 6c 61 73 73 20 49 6e 74 4c 69 74 65 72 61 6c  class IntLiteral
0160: 20 3a 20 41 53 54 0a 7b 0a 09 42 69 67 49 6e 74   : AST.{..BigInt
0170: 20 64 61 74 61 3b 0d 0a 09 6d 69 78 69 6e 20 53   data;...mixin S
0180: 69 6d 70 6c 65 43 6c 61 73 73 3b 0d 0a 09 74 68  impleClass;...th
0190: 69 73 28 69 6d 6d 75 74 61 62 6c 65 20 4c 65 78  is(immutable Lex
01a0: 50 6f 73 69 74 69 6f 6e 20 70 6f 73 2c 20 6c 6f  Position pos, lo
01b0: 6e 67 20 6e 29 20 7b 73 75 70 65 72 28 70 6f 73  ng n) {super(pos
01c0: 29 3b 20 64 61 74 61 20 3d 20 6e 3b 7d 0d 0a 09  ); data = n;}...
01d0: 74 68 69 73 28 69 6d 6d 75 74 61 62 6c 65 20 4c  this(immutable L
01e0: 65 78 50 6f 73 69 74 69 6f 6e 20 70 6f 73 2c 20  exPosition pos, 
01f0: 42 69 67 49 6e 74 20 6e 29 20 7b 73 75 70 65 72  BigInt n) {super
0200: 28 70 6f 73 29 3b 20 64 61 74 61 20 3d 20 6e 3b  (pos); data = n;
0210: 7d 0d 0a 09 74 68 69 73 28 69 6d 6d 75 74 61 62  }...this(immutab
0220: 6c 65 20 4c 65 78 50 6f 73 69 74 69 6f 6e 20 70  le LexPosition p
0230: 6f 73 2c 20 73 74 72 69 6e 67 20 6e 29 20 7b 73  os, string n) {s
0240: 75 70 65 72 28 70 6f 73 29 3b 20 64 61 74 61 20  uper(pos); data 
0250: 3d 20 42 69 67 49 6e 74 28 6e 29 3b 7d 0d 0a 7d  = BigInt(n);}..}
0260: 0a 0a 63 6c 61 73 73 20 56 61 72 45 78 70 72 65  ..class VarExpre
0270: 73 73 69 6f 6e 20 3a 20 41 53 54 0a 7b 0a 09 73  ssion : AST.{..s
0280: 74 72 69 6e 67 20 76 61 72 3b 0a 09 6d 69 78 69  tring var;..mixi
0290: 6e 20 53 69 6d 70 6c 65 43 6c 61 73 73 3b 0d 0a  n SimpleClass;..
02a0: 7d 0a 0a 63 6c 61 73 73 20 4c 65 74 45 78 70 72  }..class LetExpr
02b0: 65 73 73 69 6f 6e 20 3a 20 41 53 54 0d 0a 7b 0d  ession : AST..{.
02c0: 0a 09 73 74 72 69 6e 67 20 76 61 72 3b 0d 0a 09  ..string var;...
02d0: 73 74 72 69 6e 67 20 6c 61 79 65 72 3b 0d 0a 09  string layer;...
02e0: 41 53 54 20 20 20 20 69 6e 69 74 3b 0d 0a 09 41  AST    init;...A
02f0: 53 54 20 20 20 20 65 78 70 72 3b 0d 0a 09 6d 69  ST    expr;...mi
0300: 78 69 6e 20 53 69 6d 70 6c 65 43 6c 61 73 73 3b  xin SimpleClass;
0310: 0d 0a 7d 0d 0a 0d 0a 63 6c 61 73 73 20 46 75 6e  ..}....class Fun
0320: 63 61 6c 6c 45 78 70 72 65 73 73 69 6f 6e 20 3a  callExpression :
0330: 20 41 53 54 0a 7b 0a 09 41 53 54 20 20 20 66 75   AST.{..AST   fu
0340: 6e 3b 0a 09 41 53 54 5b 5d 20 61 72 67 73 3b 0a  n;..AST[] args;.
0350: 09 74 68 69 73 28 69 6d 6d 75 74 61 62 6c 65 20  .this(immutable 
0360: 4c 65 78 50 6f 73 69 74 69 6f 6e 20 70 6f 73 2c  LexPosition pos,
0370: 20 41 53 54 20 66 75 6e 2c 20 41 53 54 5b 5d 20   AST fun, AST[] 
0380: 61 72 67 73 2e 2e 2e 29 0a 09 09 7b 20 73 75 70  args...)...{ sup
0390: 65 72 28 70 6f 73 29 3b 20 74 68 69 73 2e 66 75  er(pos); this.fu
03a0: 6e 3d 66 75 6e 3b 20 74 68 69 73 2e 61 72 67 73  n=fun; this.args
03b0: 3d 61 72 67 73 2e 64 75 70 3b 20 7d 0a 09 6d 69  =args.dup; }..mi
03c0: 78 69 6e 20 53 69 6d 70 6c 65 43 6c 61 73 73 3b  xin SimpleClass;
03d0: 0d 0a 7d 0a 0d 0a 63 6c 61 73 73 20 46 75 6e 4c  ..}...class FunL
03e0: 69 74 65 72 61 6c 20 3a 20 41 53 54 0d 0a 7b 0d  iteral : AST..{.
03f0: 0a 09 73 74 72 69 6e 67 5b 5d 20 70 61 72 61 6d  ..string[] param
0400: 73 3b 0d 0a 09 41 53 54 20 20 20 20 20 20 66 75  s;...AST      fu
0410: 6e 62 6f 64 79 3b 0d 0a 09 6d 69 78 69 6e 20 53  nbody;...mixin S
0420: 69 6d 70 6c 65 43 6c 61 73 73 3b 0d 0a 7d 0d 0a  impleClass;..}..
0430: 0d 0a 2f 2f 2f 20 48 61 6e 64 79 20 47 65 6e 65  ../// Handy Gene
0440: 72 61 74 6f 72 20 66 6f 72 20 41 53 54 20 6e 6f  rator for AST no
0450: 64 65 73 2e 20 54 6f 20 75 73 65 20 74 68 69 73  des. To use this
0460: 2c 20 6d 69 78 69 6e 20 45 61 73 79 41 73 74 3b  , mixin EasyAst;
0470: 0d 0a 0d 0a 2f 2a 6d 69 78 69 6e 2a 2f 0d 0a 74  ..../*mixin*/..t
0480: 65 6d 70 6c 61 74 65 20 45 61 73 79 41 53 54 28  emplate EasyAST(
0490: 29 0d 0a 7b 0d 0a 09 74 65 6d 70 6c 61 74 65 20  )..{...template 
04a0: 67 65 6e 45 61 73 74 28 54 29 0d 0a 09 09 7b 20  genEast(T)....{ 
04b0: 54 20 67 65 6e 45 61 73 74 28 50 2e 2e 2e 29 28  T genEast(P...)(
04c0: 50 20 70 73 29 20 7b 20 72 65 74 75 72 6e 20 6e  P ps) { return n
04d0: 65 77 20 54 28 4c 65 78 50 6f 73 69 74 69 6f 6e  ew T(LexPosition
04e0: 2e 64 75 6d 6d 79 2c 20 70 73 29 3b 20 7d 20 7d  .dummy, ps); } }
04f0: 0d 0a 0d 0a 09 61 6c 69 61 73 20 67 65 6e 45 61  .....alias genEa
0500: 73 74 21 53 74 72 4c 69 74 65 72 61 6c 20 73 74  st!StrLiteral st
0510: 72 6c 3b 0d 0a 09 61 6c 69 61 73 20 67 65 6e 45  rl;...alias genE
0520: 61 73 74 21 49 6e 74 4c 69 74 65 72 61 6c 20 69  ast!IntLiteral i
0530: 6e 74 6c 3b 0d 0a 09 61 75 74 6f 20 66 75 6e 28  ntl;...auto fun(
0540: 73 74 72 69 6e 67 5b 5d 20 78 73 2c 20 41 53 54  string[] xs, AST
0550: 20 70 73 29 20 7b 20 72 65 74 75 72 6e 20 67 65   ps) { return ge
0560: 6e 45 61 73 74 21 46 75 6e 4c 69 74 65 72 61 6c  nEast!FunLiteral
0570: 28 78 73 2c 70 73 29 3b 20 7d 20 2f 2f 20 74 6f  (xs,ps); } // to
0580: 20 68 65 6c 70 20 74 79 70 65 20 69 6e 66 65 72   help type infer
0590: 65 6e 63 65 20 6f 66 20 44 0d 0a 09 61 6c 69 61  ence of D...alia
05a0: 73 20 67 65 6e 45 61 73 74 21 56 61 72 45 78 70  s genEast!VarExp
05b0: 72 65 73 73 69 6f 6e 20 76 61 72 3b 0d 0a 09 61  ression var;...a
05c0: 6c 69 61 73 20 67 65 6e 45 61 73 74 21 4c 65 74  lias genEast!Let
05d0: 45 78 70 72 65 73 73 69 6f 6e 20 6c 65 74 3b 0d  Expression let;.
05e0: 0a 09 61 6c 69 61 73 20 67 65 6e 45 61 73 74 21  ..alias genEast!
05f0: 46 75 6e 63 61 6c 6c 45 78 70 72 65 73 73 69 6f  FuncallExpressio
0600: 6e 20 63 61 6c 6c 3b 0d 0a 7d 0d 0a              n call;..}..