Go to file
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
app Implement scanning using megaparsec 2023-06-20 18:58:52 +05:30
src Implement scanning using megaparsec 2023-06-20 18:58:52 +05:30
test Implement scanning using megaparsec 2023-06-20 18:58:52 +05:30
.gitignore Implement scanning using megaparsec 2023-06-20 18:58:52 +05:30
LICENSE Birth of Haskell implementation for Lox 2023-06-14 20:21:33 +05:30
crafting-interpreters.cabal Implement scanning using megaparsec 2023-06-20 18:58:52 +05:30