A rudimentary Forth interpreter written in Golang.
No particular order:
- Tests.
- tenprint using forthgo.
- More examples.
- Memory cell access.
- Inconceivably --- ANSI Forth support
To understand forth. Eventually embed Forth in golang for reasons.
From Wiktionary:
- To go forth; proceed
- https://github.com/AZHenley/goforth
- https://www.softsynth.com/pforth/pf_ref.php#pForth-Design
- https://www.ultratechnology.com/antiansi.htm
- https://wiki.gentoo.org/wiki/Forth
- https://github.com/openbios/openfirmware/blob/master/ofw/gui/findos.fth
- https://github.com/zeroflag/punyforth
- https://raw.githubusercontent.com/nornagon/jonesforth/master/jonesforth.S
- https://raw.githubusercontent.com/Bushmills/Bashforth/master/bashforth
MPL 2.0. See LICENSE.