gdevanla / haskell-lox

Other
5 stars 1 forks source link

haskell-lox (WIP)

Implementation of Lox interpreter as described in Crafting Interpreters.

  1. Scanning - Commentary
  2. Parsing - Commentary

Execute

Run tests

stack test