Skip to content
Richard James Howe edited this page Nov 19, 2016 · 4 revisions

To build the interpreter a C99 compiler and make is needed, to build:

make

To run the interpreter:

make run

Or alternatively:

./forth -t forth.fth

And to execute the unit tests:

make test

Any feedback is welcome.

Clone this wiki locally