Scheme Interpreter in Haskell written as Course Project for CS 653 (Functional Progarmming)
Install cabal for package management in Haskell. Install packages such as : Parsec
For now, run the command runhaskell recursiveparser.hs "the command that you want to parse"
- Support for variables.
- Support to include a standard library, with some predefined functions like foldl, sum and map.
- Support for recursion.
- Constructing the syntax tree