WIP interpreter for Lox language, defined in Crafting Interpreters book by Robert Nystrom. (Add Link)
- Classes
- Method resolution
The project depends on Haskell compiler with stack
tool.
To build:
stack build
To run: (default in interpreter mode)
stack run