ANS Forth language interpreter and compiler implementation
Implementation of the ANS Forth language
gforth
gforth-fast
$ gforth
$ gforth script.fs
$ gforth -e "10 20 + . bye"