Differences From Artifact [b45d599d08f18ee0]:
- File
readme.txt
- 2010-11-20 09:20:03 - part of checkin [515502e8d1] on branch trunk - table get, init, ask expressions addded (user: kinaba) [annotate]
To Artifact [6629940451babbd3]:
- File
readme.txt
- 2010-11-20 16:35:14 - part of checkin [3464a035ec] on branch trunk - source code cleanup (user: kinaba) [annotate]
46 46
47 47 > polemy foo.pmy
48 48 executes foo.pmy
49 49
50 50 > polemy -l foo.pmy
51 51 after executing foo.pmy, starts REPL
52 52
53 + > polemy -l foo.pmy -l bar.pmy buz.pmy
54 + executes foo.pmy, bar.bmy, and then buz.pmy
55 +
53 56
54 57
55 58 <<Syntax>>
56 59
57 60 Comment is "# ... \n"
58 61
59 62 E ::=