misc/kforth: Start over.

This commit is contained in:
2018-03-02 08:47:56 -08:00
parent 7c5297118a
commit a1149654d4
7 changed files with 91 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ Contents:
part-0x05
part-0x06
part-0x07
part-0x08
Indices and tables
==================

18
doc/part-0x08.rst Normal file
View File

@@ -0,0 +1,18 @@
Write You a Forth, 0x08
-----------------------
:date: 2018-03-01 19:31
:tags: wyaf, forth
After reading some more in Threaded Interpreted Languages (TIL_ from now on),
I've decided to start over.
.. _TIL: http://wiki.c2.com/?ThreadedInterpretiveLanguage
Some design choices that didn't really work out:
+ the system structure
+ not making it easier to test building for different platforms
+ my linked list approach to the dictionary
+ my class-based approach to words