pahihu / basforth

Basic FORTH in AWK.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

Basic FORTH in AWK.

License:ISC License


Languages

Language:Awk 100.0%