We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 158ec59 commit e8ecfd9Copy full SHA for e8ecfd9
README.md
@@ -1,6 +1,11 @@
1
-# haskell-lox
+# haskell-lox (WIP)
2
3
-## Execute
+Implementation of `Lox` interpreter as described in [Crafting Interpreters](https://craftinginterpreters.com/).
4
+
5
+1. [Scanning](Scanner.hs) - [Commentary](https://gdevanla.github.io/posts/crafting-interpreter-scanning.html)
6
7
8
+## Execute
9
10
* Run `stack exec -- haskell-lox-exe` to see "We're inside the application!"
11
* With `stack exec -- haskell-lox-exe --verbose` you will see the same message, with more logging.
0 commit comments