> Hehe nice, that you figured out something for DOS-Forths ;) Take a look at the txfwia version for a DOS-Forth (might be most recent one Forth made for DOS).
https://bitbucket.org/helmwo/txfwia/src/default/non-ans/msdos/
> There you find also a debugger that is Forth-based and is really advanced for its time ;)
I'm not sure is it intended, but after first "quick glance" I noticed following:
- no stack tracing; it allows "pulling" from stack with no restriction
- probably no check for "compiling only words"; I typed "4 0 do i . loop" directly in console - to find out, whether it allows this like OF does - but it did, well, strange things ;)
- it's not greeting me with usual "OK" (and without "OK" on any error). Would I have "OK" I could be more sure that's everything is, well, OK. ;)
Maybe all this for the sake of simplicity?
If you could attach some kind of more detailed docs describing your design decisions, details of implementation, initialization procedure, of course things like memory map etc. it can be interesting learning tool.