retroforth/interface
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
..
clock.retro interfaces/clock: reduce size of clock:operation 2021-04-19 17:32:15 +00:00
decimal.retro prefix: namespace is now sigil:, rename words, update examples, update docs 2021-03-30 11:58:25 +00:00
filesystem.retro interface/filesystem: smaller file:operation 2021-04-19 17:38:47 +00:00
floatingpoint.retro floating point: increase precision in f:E and f:PI 2021-05-31 00:14:34 +00:00
gopher.retro io devices: reduce memory usage 2020-11-19 19:33:47 +00:00
pythonista-ui.retro nga-python: latest code from Arland for Pythonista UI module support 2021-02-01 00:45:55 +00:00
retro-unix.retro retro-unix: the old TIB was hard coded, use the stored pointer at address 7 now. 2021-05-28 18:58:21 +00:00
rng.retro interfaces/rng: smaller n:random, remove io:rng-operation 2021-04-19 17:35:29 +00:00
scripting.retro nga-c: fix an issue with script:current-line 2021-06-03 14:07:29 +00:00
sockets.retro retro-unix: the old TIB was hard coded, use the stored pointer at address 7 now. 2021-05-28 18:58:21 +00:00
unix.retro interface/unix: reduce size of io:unix-syscall 2021-04-19 17:43:03 +00:00