Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 593 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 593 Bytes

haskell-lox (WIP)

Implementation of Lox interpreter as described in Crafting Interpreters.

  1. Scanning - Commentary
  2. Parsing - Commentary

Execute

  • 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.

Run tests

stack test