This is an interpreter of a Forth-like language made in Haskell using the Parsec
and mtl
libraries.
Ensure you have Stack, a Haskell build tool, installed on your system. After cloning this git repository you can run the interpreter with stack run
.
You can access the detailed documentation here.