项目作者: pahihu
项目描述 :
Basic FORTH in AWK.
高级语言: Awk
项目地址: git://github.com/pahihu/basforth.git
basforth
Basic FORTH in AWK.
This is a simple FORTH written in AWK. It supports C.H.Moore’s introductory vocabulary which has the same power as a simple BASIC. This is almost the same as Glen Haydon’s Level-0 Forth.
Run with the following line.
$ cat - | awk -f basforth.awk
License
ISC
Good luck!