README.md 567 B

Rosetta Code - Compiler Task - Forth

This is an implementation of the Rosetta Code Compiler Task in the Forth language. It tries to be as "forthy" as possible.

Getting Started

The programs were developed with Gforth, so you'll need a copy of that, though it should be possible to tweak the code to work with other Forth implementations.

To build the programs and run their tests, simply do:

make
make check