Haskell implementation of the Lox language from ¨Crafting Interpreters" by Bob Nystrom.
Haskell implementation of the Lox language from Crafting Interpreters by Bob Nystrom.
There have been some changes to the OOP Bob uses and anonymous functions.
See example.lox for an example of most of the features.