Skip to content

Commit e8ecfd9

Browse files
committed
Update README.md
1 parent 158ec59 commit e8ecfd9

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
# haskell-lox
1+
# haskell-lox (WIP)
22

3-
## Execute
3+
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
49

510
* Run `stack exec -- haskell-lox-exe` to see "We're inside the application!"
611
* With `stack exec -- haskell-lox-exe --verbose` you will see the same message, with more logging.

0 commit comments

Comments
 (0)