Implementation of Lox
interpreter as described in Crafting Interpreters.
- Run
stack exec -- haskell-lox-exe
to see "We're inside the application!" - With
stack exec -- haskell-lox-exe --verbose
you will see the same message, with more logging.
stack test