comraq / scheme-interpreter

My scheme interpreter inspired from "Write Yourself a Scheme"
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

What better way to practice/learn Haskell than to work on a project using it for what it is known for?

Writing a functional language parser/evaluator in a functional language using monadic parsers.

To run the program, run the following commands: