We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.