A simple Scheme compiler written in Haskell.
On the commanline, first move to the directory where the hsScheme.cabal file is. Then
cabal install --prefix=$HOME --user
Installs the programme in $HOME/bin/
Run with: hsScheme
- -t: Run the tests.
- -c: Compile the string given in the second argument.
- -g: Show the string given in the second argument in a tree like(flat) representation.