/reinforth

A small implementation of Forth for fun

Primary LanguageCGNU Affero General Public License v3.0AGPL-3.0

reinforth

A small implementation of Forth for fun, inspired by forth.py in Python for Fun

Build debug version:

make

Build release version:

RELEASE=1 make

Run tests:

echo '"hello, world" print cr' | ./reinforth
make test

Format code:

make fmt