zeroflag / punyforth

Forth inspired programming language for the ESP8266
Other
412 stars 43 forks source link

Contributions #55

Open Jos-Ven opened 4 years ago

Jos-Ven commented 4 years ago

Hi, Not sure if you still like additions After poking around in GIT it seems that can be done through a fork. Not sure if it is right and what to do next for: https://github.com/zeroflag/punyforth/commit/c998b6a4dd6549c42cabc6655da68609b1f37061 if it is acceptable. Jos

dfoderick commented 4 years ago

This looks really good. I have a use for it. Is it portable to other forth implementations?

Jos-Ven commented 4 years ago

Hi, Only if you adapt the non-standard issues like "[THEN]" etc. and figure out what to do when is [THEN] is missing. Perhaps https://sourceforge.net/p/win32forth/svn/HEAD/tree/trunck/win32forth/src/INTERPIF.F will help.