Hex Artifact Content
Not logged in

Artifact abae545f4409680b811fbd5ac043cf811b1fad4a:


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 28 68 74 74 70 3a 2f 2f 77 77 77 2e 6b 6d  2 (http://www.km
0040: 6f 6e 6f 73 2e 6e 65 74 2f 6e 79 73 6c 2f 0d 0a  onos.net/nysl/..
0050: 20 2a 0d 0a 20 2a 20 45 6e 74 72 79 20 70 6f 69   *.. * Entry poi
0060: 6e 74 20 66 6f 72 20 50 6f 6c 65 6d 79 20 69 6e  nt for Polemy in
0070: 74 65 72 70 72 65 74 65 72 2e 0d 0a 20 2a 2f 0d  terpreter... */.
0080: 0a 0d 0a 69 6d 70 6f 72 74 20 73 74 64 2e 73 74  ...import std.st
0090: 64 69 6f 3b 0d 0a 69 6d 70 6f 72 74 20 73 74 64  dio;..import std
00a0: 2e 61 6c 67 6f 72 69 74 68 6d 3b 0d 0a 69 6d 70  .algorithm;..imp
00b0: 6f 72 74 20 70 6f 6c 65 6d 79 2e 76 61 6c 75 65  ort polemy.value
00c0: 3b 0d 0a 69 6d 70 6f 72 74 20 70 6f 6c 65 6d 79  ;..import polemy
00d0: 2e 6c 65 78 3b 0d 0a 69 6d 70 6f 72 74 20 70 6f  .lex;..import po
00e0: 6c 65 6d 79 2e 70 61 72 73 65 3b 0d 0a 69 6d 70  lemy.parse;..imp
00f0: 6f 72 74 20 70 6f 6c 65 6d 79 2e 61 73 74 3b 0a  ort polemy.ast;.
0100: 69 6d 70 6f 72 74 20 70 6f 6c 65 6d 79 2e 65 76  import polemy.ev
0110: 61 6c 3b 0d 0a 0d 0a 2f 2f 2f 20 54 65 6e 75 6b  al;..../// Tenuk
0120: 69 20 52 65 61 64 2d 45 76 61 6c 2d 50 72 69 6e  i Read-Eval-Prin
0130: 74 2d 4c 6f 6f 70 0d 0a 63 6c 61 73 73 20 52 45  t-Loop..class RE
0140: 50 4c 0d 0a 7b 0d 0a 09 54 61 62 6c 65 20 63 74  PL..{...Table ct
0150: 78 3b 0d 0a 09 73 74 72 69 6e 67 20 62 75 66 3b  x;...string buf;
0160: 0d 0a 09 56 61 6c 75 65 20 20 6c 61 73 74 56 61  ...Value  lastVa
0170: 6c 3b 0d 0a 09 69 6e 74 20 6c 69 6e 65 6e 6f 20  l;...int lineno 
0180: 3d 20 31 3b 0d 0a 09 69 6e 74 20 6e 65 78 74 6c  = 1;...int nextl
0190: 69 6e 65 6e 6f 20 3d 20 31 3b 0d 0a 09 74 68 69  ineno = 1;...thi
01a0: 73 28 29 20 7b 20 63 74 78 20 3d 20 63 72 65 61  s() { ctx = crea
01b0: 74 65 47 6c 6f 62 61 6c 43 6f 6e 74 65 78 74 28  teGlobalContext(
01c0: 29 3b 20 7d 0d 0a 0d 0a 09 62 6f 6f 6c 20 74 72  ); }.....bool tr
01d0: 79 52 75 6e 28 20 73 74 72 69 6e 67 20 73 20 29  yRun( string s )
01e0: 0d 0a 09 7b 0d 0a 09 09 73 63 6f 70 65 28 66 61  ...{....scope(fa
01f0: 69 6c 75 72 65 29 0d 0a 09 09 09 7b 20 62 75 66  ilure).....{ buf
0200: 20 3d 20 22 22 3b 20 6c 69 6e 65 6e 6f 20 3d 20   = ""; lineno = 
0210: 6e 65 78 74 6c 69 6e 65 6e 6f 3b 20 7d 0d 0a 0d  nextlineno; }...
0220: 0a 09 09 62 75 66 20 7e 3d 20 73 3b 0d 0a 09 09  ...buf ~= s;....
0230: 6e 65 78 74 6c 69 6e 65 6e 6f 20 2b 2b 3b 0d 0a  nextlineno ++;..
0240: 09 09 74 72 79 20 0d 0a 09 09 09 7b 20 6c 61 73  ..try .....{ las
0250: 74 56 61 6c 20 3d 20 65 76 61 6c 28 70 61 72 73  tVal = eval(pars
0260: 65 53 74 72 69 6e 67 28 62 75 66 2c 20 22 3c 52  eString(buf, "<R
0270: 45 50 4c 3e 22 2c 20 6c 69 6e 65 6e 6f 29 2c 20  EPL>", lineno), 
0280: 63 74 78 2c 20 66 61 6c 73 65 2c 20 22 40 76 22  ctx, false, "@v"
0290: 29 3b 20 7d 0d 0a 09 09 63 61 74 63 68 28 20 55  ); }....catch( U
02a0: 6e 65 78 70 65 63 74 65 64 45 4f 46 20 29 0d 0a  nexpectedEOF )..
02b0: 09 09 09 7b 20 72 65 74 75 72 6e 20 66 61 6c 73  ...{ return fals
02c0: 65 3b 20 7d 20 2f 2f 20 77 61 69 74 0d 0a 09 09  e; } // wait....
02d0: 62 75 66 20 3d 20 22 22 3b 0d 0a 09 09 6c 69 6e  buf = "";....lin
02e0: 65 6e 6f 20 3d 20 6e 65 78 74 6c 69 6e 65 6e 6f  eno = nextlineno
02f0: 3b 0d 0a 09 09 72 65 74 75 72 6e 20 74 72 75 65  ;....return true
0300: 3b 0d 0a 09 7d 0d 0a 0d 0a 09 62 6f 6f 6c 20 73  ;...}.....bool s
0310: 69 6e 67 6c 65 49 6e 74 65 72 61 63 74 69 6f 6e  ingleInteraction
0320: 28 29 0d 0a 09 7b 0d 0a 09 09 77 72 69 74 65 66  ()...{....writef
0330: 28 22 3e 3e 20 22 2c 20 6c 69 6e 65 6e 6f 29 3b  (">> ", lineno);
0340: 0d 0a 09 09 73 74 72 69 6e 67 20 6c 69 6e 65 20  ....string line 
0350: 3d 20 72 65 61 64 6c 6e 28 29 3b 0d 0a 09 09 69  = readln();....i
0360: 66 28 20 6c 69 6e 65 2e 73 74 61 72 74 73 57 69  f( line.startsWi
0370: 74 68 28 22 65 78 69 74 22 29 20 7c 7c 20 6c 69  th("exit") || li
0380: 6e 65 2e 73 74 61 72 74 73 57 69 74 68 28 22 71  ne.startsWith("q
0390: 75 69 74 22 29 20 29 0d 0a 09 09 09 72 65 74 75  uit") ).....retu
03a0: 72 6e 20 66 61 6c 73 65 3b 0d 0a 09 09 74 72 79  rn false;....try
03b0: 20 7b 0d 0a 09 09 09 69 66 28 20 74 72 79 52 75   {.....if( tryRu
03c0: 6e 28 6c 69 6e 65 29 20 29 0d 0a 09 09 09 09 77  n(line) )......w
03d0: 72 69 74 65 6c 6e 28 6c 61 73 74 56 61 6c 29 3b  riteln(lastVal);
03e0: 0d 0a 09 09 7d 20 63 61 74 63 68 28 54 68 72 6f  ....} catch(Thro
03f0: 77 61 62 6c 65 20 65 29 20 7b 0d 0a 09 09 09 77  wable e) {.....w
0400: 72 69 74 65 6c 6e 28 65 29 3b 0d 0a 09 09 7d 0d  riteln(e);....}.
0410: 0a 09 09 72 65 74 75 72 6e 20 74 72 75 65 3b 0d  ...return true;.
0420: 0a 09 7d 0d 0a 7d 0d 0a 0d 0a 76 65 72 73 69 6f  ..}..}....versio
0430: 6e 28 75 6e 69 74 74 65 73 74 29 20 7b 0d 0a 09  n(unittest) {...
0440: 62 6f 6f 6c 20 73 75 63 63 65 73 73 20 3d 20 66  bool success = f
0450: 61 6c 73 65 3b 0d 0a 09 73 74 61 74 69 63 20 7e  alse;...static ~
0460: 74 68 69 73 28 29 7b 20 69 66 28 21 73 75 63 63  this(){ if(!succ
0470: 65 73 73 29 7b 77 72 69 74 65 6c 6e 28 22 28 70  ess){writeln("(p
0480: 72 65 73 73 20 65 6e 74 65 72 20 74 6f 20 65 78  ress enter to ex
0490: 69 74 29 22 29 3b 20 72 65 61 64 6c 6e 28 29 3b  it)"); readln();
04a0: 7d 20 7d 0d 0a 7d 0d 0a 0d 0a 2f 2f 2f 20 45 6e  } }..}..../// En
04b0: 74 72 79 20 70 6f 69 6e 74 2e 20 49 66 20 61 72  try point. If ar
04c0: 67 73 2e 6c 65 6e 67 74 68 3d 3d 31 2c 20 69 6e  gs.length==1, in
04d0: 76 6f 6b 65 20 52 45 50 4c 2e 0d 0a 2f 2f 2f 20  voke REPL.../// 
04e0: 4f 74 68 65 72 77 69 73 65 20 69 6e 74 65 72 70  Otherwise interp
04f0: 72 65 74 20 74 68 65 20 61 72 67 75 6d 65 6e 74  ret the argument
0500: 20 61 73 20 61 20 66 69 6c 65 6e 61 6d 65 2e 0d   as a filename..
0510: 0a 76 6f 69 64 20 6d 61 69 6e 28 20 73 74 72 69  .void main( stri
0520: 6e 67 5b 5d 20 61 72 67 73 20 29 0a 7b 0d 0a 09  ng[] args ).{...
0530: 76 65 72 73 69 6f 6e 28 75 6e 69 74 74 65 73 74  version(unittest
0540: 29 20 73 75 63 63 65 73 73 3d 74 72 75 65 3b 0d  ) success=true;.
0550: 0a 0d 0a 09 69 66 28 20 61 72 67 73 2e 6c 65 6e  ....if( args.len
0560: 67 74 68 20 3c 3d 20 31 20 29 0d 0a 09 7b 0d 0a  gth <= 1 )...{..
0570: 09 09 77 72 69 74 65 6c 6e 28 22 57 65 6c 63 6f  ..writeln("Welco
0580: 6d 65 20 74 6f 20 50 6f 6c 65 6d 79 20 30 2e 31  me to Polemy 0.1
0590: 2e 30 22 29 3b 0d 0a 09 09 66 6f 72 28 61 75 74  .0");....for(aut
05a0: 6f 20 72 20 3d 20 6e 65 77 20 52 45 50 4c 3b 20  o r = new REPL; 
05b0: 72 2e 73 69 6e 67 6c 65 49 6e 74 65 72 61 63 74  r.singleInteract
05c0: 69 6f 6e 28 29 3b 29 20 7b 7d 0d 0a 09 7d 0d 0a  ion();) {}...}..
05d0: 09 65 6c 73 65 0d 0a 09 7b 0d 0a 09 09 65 76 61  .else...{....eva
05e0: 6c 46 69 6c 65 28 61 72 67 73 5b 31 5d 29 3b 0d  lFile(args[1]);.
05f0: 0a 09 7d 0d 0a 7d 0d 0a                          ..}..}..