Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 202 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 202 Bytes

Comm-terp

Interpreter for the comm language

To run

  • First download the Haskell Stack tool
  • execute stack run comm-terp to run example program

To test

  • execute stack test comm-terp