hawnzug / cs383

CS383 project in Haskell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simpl

CS383 project.

Build

First install the Haskell tool Stack:

curl -sSL https://get.haskellstack.org/ | sh

Build this project:

stack build

Run the tests:

stack test

Run the interpreter:

stack exec simpl -- -- examples/sum.spl

About

CS383 project in Haskell

License:Other


Languages

Language:Haskell 100.0%