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