Skip to content

Build Instructions

bendmorris edited this page Jan 14, 2011 · 7 revisions

The interpreter is currently implemented in Haskell. To build with GHC:

  • Using "cabal install package", download the following dependencies:
    • haskeline
    • executable-path
    • parsec
  • Run the following command: "ghc --make scotch -O2"

Clone this wiki locally