Commit Graph

2 Commits

Author SHA1 Message Date
Sanchayan Maity 997a0d11f8 Implement scanning using megaparsec
This is for the fourth chapter of Crafting Interpreters.
https://craftinginterpreters.com/scanning.html

This is only a first pass. Still need to test complex expressions.
Basic scanning/parsing works. See test.
2023-06-20 18:58:52 +05:30
Sanchayan Maity f3bd555903 Birth of Haskell implementation for Lox
https://craftinginterpreters.com/
2023-06-14 20:21:33 +05:30