- Notifications
You must be signed in to change notification settings - Fork 32
Introduction.
Richard James Howe edited this page Nov 19, 2016
·
4 revisions
To build the interpreter a C99 compiler and make is needed, to build:
makeTo run the interpreter:
make runOr alternatively:
./forth -t forth.fthAnd to execute the unit tests:
make testAny feedback is welcome.