From 2a59385522627c9016cfbcc037fd95b474b06eec Mon Sep 17 00:00:00 2001 From: Ulrich Hoffmann Date: Thu, 2 Jan 2020 13:07:20 +0100 Subject: [PATCH] Update TODO --- preForth/TODO.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/preForth/TODO.md b/preForth/TODO.md index 2bcdf7c..dbef927 100644 --- a/preForth/TODO.md +++ b/preForth/TODO.md @@ -123,7 +123,7 @@ - screens - disk i/o and block interface or in memory à la colorForth, mmap + Manfred Mahlow's VOCS with ITEM and STICKY - - non-nested Vocs could be implemented by parsing the input-stream for the next token an EVALUATEing it. + - non-nested Vocs could be implemented by parsing the input-stream for the next token and EVALUATEing it. Nesting however would require that the rest of the input-stream would be available so that a Voc following a voc can still parse... - ITEM and STICKY requires changes in the outer interpreter and the header structure. ITEM words set the context to the voc that was active when ITEM was executed. @@ -133,5 +133,7 @@ + ColorForth/uhdForth like experiments +- two thread structure: like colorForth, would let the user type (steer) while processing in the background (chipchuck) + - Structure preForth, seedForth and seedForth/interactive in Emacs pages. -- 2.34.1