Skip to content

Build Instructions

bendmorris edited this page Jan 25, 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
    • bytestring
    • binary
    • parsec-3.1.0
  • Run the following command: "ghc --make scotch -O2"

Clone this wiki locally