retroforth/vm/nga-c
crc fb82418d88 nga-c: fix an issue with script:current-line
specifically, script:current-line was not working. this patch
isn't fully tested, but does fix issues in my test case. it
makes `script:current-line` immediate (so references inside a
definition will actually make sense) and fixes an issue that
was causing indented lines to be counted twice.

since this now skips indention, it should cut down on the
number of evaluations on empty tokens, which will save a little
time when running programs.

FossilOrigin-Name: 0393f609b505ec2a364831078f36ec44b633ea579e7bc0b74a9665c07f08d7ce
2021-06-03 14:07:29 +00:00
..
image.c nga-c: fix an issue with script:current-line 2021-06-03 14:07:29 +00:00
repl.c in which many things change... 2021-05-17 17:18:27 +00:00
retro-compiler.c retro-compiler: fix a duplicate #define 2021-06-01 13:44:53 +00:00
retro-runtime.c add support multiple bases 2021-05-18 19:42:35 +00:00
retro.c nga-c: fix an issue with script:current-line 2021-06-03 14:07:29 +00:00