From: Ulrich Hoffmann Date: Thu, 2 Jan 2020 12:07:20 +0000 (+0100) Subject: Update TODO X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=2a59385522627c9016cfbcc037fd95b474b06eec;p=preForth.git Update TODO --- 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.