Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 555 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 555 Bytes

Forth-like interpreter

This is an interpreter of a Forth-like language made in Haskell using the Parsec and mtl libraries.

Running this code

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.

Examples

Documentation

You can access the detailed documentation here.