Skip to content

hellfiresong/lisp-in-haskell

Repository files navigation

Pre condition

  • GHC compile
  • Parsec library installed
    • ghc-pkg list command to check whether you have installed the library.
    • cabal install --global parsec to install.

Parser

  • I use Parsec library, it's so powerful that I highly recommend. You can reade real world haskell chapter 16 if you aren't farmilar with it.

How to run?

  • After you get the code, run command: ghc -package parsec -o repl repl.hs
  • If you are lazy, you can use source run.sh instead of compiling and link those source files.

License

  • lisp-in-haskell is under the MIT license.

About

Lisp interpreter in haskell.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published