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.
There was an error while loading. Please reload this page.