Bob Polis
|
eeeaf894e0
|
moved comment parsing to first pass, to save program space
|
2020-09-21 12:41:29 +02:00 |
|
Bob Polis
|
372bc976a0
|
improved syntax_error to hold line number as well
|
2020-09-21 12:25:40 +02:00 |
|
Bob Polis
|
49626f9925
|
added recognition of # at start of line as comment desginator
|
2020-09-21 10:45:49 +02:00 |
|
Bob Polis
|
b46fae13d7
|
added inp and err instructions
|
2020-09-21 10:17:16 +02:00 |
|
|
91d6d59c1b
|
added "out" instruction; fixed comparison bugs by converting values to int first
|
2020-09-13 16:55:02 +02:00 |
|
Bob Polis
|
41c83877a7
|
fixed label position calculation
|
2020-09-09 11:52:01 +02:00 |
|
Bob Polis
|
344f26b05f
|
added 2 code files; added enl instruction; completed main to do the right thing
|
2020-09-07 18:50:09 +02:00 |
|
Bob Polis
|
b0a3637b1d
|
implemented interpreter; setup code dir; added code sync to Makefile
|
2020-09-07 11:40:58 +02:00 |
|
|
00d0eac893
|
partial start of implementation for interpreter
|
2020-09-06 12:57:28 +02:00 |
|