Artifact cc116d74213b45fc21f5b9ced965a76a4c55d0ac:
0000: ef bb bf 6d 6f 64 75 6c 65 20 70 6f 6c 65 6d 79 ...module polemy
0010: 2e 61 73 74 3b 0d 0a 69 6d 70 6f 72 74 20 70 6f .ast;..import po
0020: 6c 65 6d 79 2e 5f 63 6f 6d 6d 6f 6e 3b 0d 0a 2f lemy._common;../
0030: 2a 0d 0a 20 2a 20 41 75 74 68 6f 72 3a 20 20 6b *.. * Author: k
0040: 2e 69 6e 61 62 61 0d 0a 20 2a 20 4c 69 63 65 6e .inaba.. * Licen
0050: 73 65 3a 20 4e 59 53 4c 20 30 2e 39 39 38 32 20 se: NYSL 0.9982
0060: 28 68 74 74 70 3a 2f 2f 77 77 77 2e 6b 6d 6f 6e (http://www.kmon
0070: 6f 73 2e 6e 65 74 2f 6e 79 73 6c 2f 0d 0a 20 2a os.net/nysl/.. *
0080: 20 20 20 53 79 6e 74 61 78 20 74 72 65 65 20 66 Syntax tree f
0090: 6f 72 20 74 68 65 20 70 6f 6c 65 6d 79 20 70 72 or the polemy pr
00a0: 6f 67 72 61 6d 6d 69 6e 67 20 6c 61 6e 67 75 61 ogramming langua
00b0: 67 65 0d 0a 20 2a 2f 0d 0a 0d 0a 69 6d 70 6f 72 ge.. */....impor
00c0: 74 20 70 6f 6c 65 6d 79 2e 6c 65 78 20 3a 20 4c t polemy.lex : L
00d0: 65 78 50 6f 73 69 74 69 6f 6e 3b 0d 0a 0d 0a 61 exPosition;....a
00e0: 6c 69 61 73 20 53 74 61 74 65 6d 65 6e 74 5b 5d lias Statement[]
00f0: 20 50 72 6f 67 72 61 6d 3b 0d 0a 0d 0a 61 62 73 Program;....abs
0100: 74 72 61 63 74 20 63 6c 61 73 73 20 53 74 61 74 tract class Stat
0110: 65 6d 65 6e 74 0d 0a 7b 0d 0a 09 69 6d 6d 75 74 ement..{...immut
0120: 61 62 6c 65 20 4c 65 78 50 6f 73 69 74 69 6f 6e able LexPosition
0130: 20 70 6f 73 3b 0d 0a 09 6d 69 78 69 6e 20 53 69 pos;...mixin Si
0140: 6d 70 6c 65 43 6f 6e 73 74 72 75 63 74 6f 72 3b mpleConstructor;
0150: 0d 0a 7d 0d 0a 0d 0a 63 6c 61 73 73 20 44 65 63 ..}....class Dec
0160: 6c 53 74 61 74 65 6d 65 6e 74 20 3a 20 53 74 61 lStatement : Sta
0170: 74 65 6d 65 6e 74 0d 0a 7b 0d 0a 09 73 74 72 69 tement..{...stri
0180: 6e 67 20 20 20 20 20 76 61 72 3b 0d 0a 09 45 78 ng var;...Ex
0190: 70 72 65 73 73 69 6f 6e 20 65 78 70 72 3b 0d 0a pression expr;..
01a0: 09 6d 69 78 69 6e 20 53 69 6d 70 6c 65 43 6f 6e .mixin SimpleCon
01b0: 73 74 72 75 63 74 6f 72 3b 0d 0a 09 6d 69 78 69 structor;...mixi
01c0: 6e 20 53 69 6d 70 6c 65 43 6f 6d 70 61 72 65 3b n SimpleCompare;
01d0: 20 2f 2f 20 64 6f 20 6e 6f 74 20 74 61 6b 65 20 // do not take
01e0: 22 70 6f 73 22 20 69 6e 74 6f 20 61 63 63 6f 75 "pos" into accou
01f0: 6e 74 0d 0a 7d 0d 0a 0d 0a 63 6c 61 73 73 20 45 nt..}....class E
0200: 78 70 72 53 74 61 74 65 6d 65 6e 74 20 3a 20 53 xprStatement : S
0210: 74 61 74 65 6d 65 6e 74 0d 0a 7b 0d 0a 09 45 78 tatement..{...Ex
0220: 70 72 65 73 73 69 6f 6e 20 65 78 70 72 3b 0d 0a pression expr;..
0230: 09 6d 69 78 69 6e 20 53 69 6d 70 6c 65 43 6f 6e .mixin SimpleCon
0240: 73 74 72 75 63 74 6f 72 3b 0d 0a 09 6d 69 78 69 structor;...mixi
0250: 6e 20 53 69 6d 70 6c 65 43 6f 6d 70 61 72 65 3b n SimpleCompare;
0260: 20 2f 2f 20 64 6f 20 6e 6f 74 20 74 61 6b 65 20 // do not take
0270: 22 70 6f 73 22 20 69 6e 74 6f 20 61 63 63 6f 75 "pos" into accou
0280: 6e 74 0d 0a 7d 0d 0a 0d 0a 61 62 73 74 72 61 63 nt..}....abstrac
0290: 74 20 63 6c 61 73 73 20 45 78 70 72 65 73 73 69 t class Expressi
02a0: 6f 6e 0d 0a 7b 0d 0a 09 69 6d 6d 75 74 61 62 6c on..{...immutabl
02b0: 65 20 4c 65 78 50 6f 73 69 74 69 6f 6e 20 70 6f e LexPosition po
02c0: 73 3b 0d 0a 09 6d 69 78 69 6e 20 53 69 6d 70 6c s;...mixin Simpl
02d0: 65 43 6f 6e 73 74 72 75 63 74 6f 72 3b 0d 0a 09 eConstructor;...
02e0: 6d 69 78 69 6e 20 53 69 6d 70 6c 65 43 6f 6d 70 mixin SimpleComp
02f0: 61 72 65 3b 20 2f 2f 20 64 6f 20 6e 6f 74 20 74 are; // do not t
0300: 61 6b 65 20 22 70 6f 73 22 20 69 6e 74 6f 20 61 ake "pos" into a
0310: 63 63 6f 75 6e 74 0d 0a 7d 0d 0a 0d 0a 63 6c 61 ccount..}....cla
0320: 73 73 20 53 74 72 4c 69 74 65 72 61 6c 45 78 70 ss StrLiteralExp
0330: 72 65 73 73 69 6f 6e 20 3a 20 45 78 70 72 65 73 ression : Expres
0340: 73 69 6f 6e 0d 0a 7b 0d 0a 09 73 74 72 69 6e 67 sion..{...string
0350: 20 64 61 74 61 3b 0d 0a 09 6d 69 78 69 6e 20 53 data;...mixin S
0360: 69 6d 70 6c 65 43 6f 6e 73 74 72 75 63 74 6f 72 impleConstructor
0370: 3b 0d 0a 09 6d 69 78 69 6e 20 53 69 6d 70 6c 65 ;...mixin Simple
0380: 43 6f 6d 70 61 72 65 3b 20 2f 2f 20 64 6f 20 6e Compare; // do n
0390: 6f 74 20 74 61 6b 65 20 22 70 6f 73 22 20 69 6e ot take "pos" in
03a0: 74 6f 20 61 63 63 6f 75 6e 74 0d 0a 7d 0d 0a 0d to account..}...
03b0: 0a 63 6c 61 73 73 20 49 6e 74 4c 69 74 65 72 61 .class IntLitera
03c0: 6c 45 78 70 72 65 73 73 69 6f 6e 20 3a 20 45 78 lExpression : Ex
03d0: 70 72 65 73 73 69 6f 6e 0d 0a 7b 0d 0a 09 42 69 pression..{...Bi
03e0: 67 49 6e 74 20 64 61 74 61 3b 0d 0a 09 6d 69 78 gInt data;...mix
03f0: 69 6e 20 53 69 6d 70 6c 65 43 6f 6e 73 74 72 75 in SimpleConstru
0400: 63 74 6f 72 3b 0d 0a 09 6d 69 78 69 6e 20 53 69 ctor;...mixin Si
0410: 6d 70 6c 65 43 6f 6d 70 61 72 65 3b 20 2f 2f 20 mpleCompare; //
0420: 64 6f 20 6e 6f 74 20 74 61 6b 65 20 22 70 6f 73 do not take "pos
0430: 22 20 69 6e 74 6f 20 61 63 63 6f 75 6e 74 0d 0a " into account..
0440: 7d 0d 0a 0d 0a 63 6c 61 73 73 20 56 61 72 45 78 }....class VarEx
0450: 70 72 65 73 73 69 6f 6e 20 3a 20 45 78 70 72 65 pression : Expre
0460: 73 73 69 6f 6e 0d 0a 7b 0d 0a 09 73 74 72 69 6e ssion..{...strin
0470: 67 20 76 61 72 3b 0d 0a 09 6d 69 78 69 6e 20 53 g var;...mixin S
0480: 69 6d 70 6c 65 43 6f 6e 73 74 72 75 63 74 6f 72 impleConstructor
0490: 3b 0d 0a 09 6d 69 78 69 6e 20 53 69 6d 70 6c 65 ;...mixin Simple
04a0: 43 6f 6d 70 61 72 65 3b 20 2f 2f 20 64 6f 20 6e Compare; // do n
04b0: 6f 74 20 74 61 6b 65 20 22 70 6f 73 22 20 69 6e ot take "pos" in
04c0: 74 6f 20 61 63 63 6f 75 6e 74 0d 0a 7d 0d 0a 0d to account..}...
04d0: 0a 63 6c 61 73 73 20 42 69 6e 4f 70 45 78 70 72 .class BinOpExpr
04e0: 65 73 73 69 6f 6e 20 3a 20 45 78 70 72 65 73 73 ession : Express
04f0: 69 6f 6e 0d 0a 7b 0d 0a 09 73 74 72 69 6e 67 20 ion..{...string
0500: 6f 70 3b 0d 0a 09 45 78 70 72 65 73 73 69 6f 6e op;...Expression
0510: 20 6c 68 73 3b 0d 0a 09 45 78 70 72 65 73 73 69 lhs;...Expressi
0520: 6f 6e 20 72 68 73 3b 0d 0a 09 6d 69 78 69 6e 20 on rhs;...mixin
0530: 53 69 6d 70 6c 65 43 6f 6e 73 74 72 75 63 74 6f SimpleConstructo
0540: 72 3b 0d 0a 09 6d 69 78 69 6e 20 53 69 6d 70 6c r;...mixin Simpl
0550: 65 43 6f 6d 70 61 72 65 3b 20 2f 2f 20 64 6f 20 eCompare; // do
0560: 6e 6f 74 20 74 61 6b 65 20 22 70 6f 73 22 20 69 not take "pos" i
0570: 6e 74 6f 20 61 63 63 6f 75 6e 74 0d 0a 7d 0d 0a nto account..}..