项目作者: pahihu

项目描述 :
Basic FORTH in AWK.
高级语言: Awk
项目地址: git://github.com/pahihu/basforth.git
创建时间: 2017-11-13T08:25:39Z
项目社区:https://github.com/pahihu/basforth

开源协议:ISC License

下载


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.

  1. $ cat - | awk -f basforth.awk

License

ISC

Good luck!