Comm-terp
Interpreter for the comm language
To run
- First download the Haskell Stack tool
- execute
stack run comm-terpto run example program
To test
- execute
stack test comm-terp
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upInterpreter for the comm language
To run
stack run comm-terp to run example programTo test
stack test comm-terp