My first take on a c version of the lox parser from Robert Nystrom's Crafting Interpreters (https://craftinginterpreters.com/).
 
 
Go to file
Gareth Fleming 1cd433aa50 added brace and semicolon tokens. 2023-02-10 15:47:32 +00:00
tests removed some binaries from the repo. 2023-02-10 15:28:43 +00:00
.gitignore added binaries and build artifacts to gitignore. 2023-02-10 15:32:46 +00:00
main.c added greater and less than tokens 2023-02-10 09:43:02 +00:00
makefile initial commit 2023-02-09 15:36:31 +00:00
tokenizer.c added brace and semicolon tokens. 2023-02-10 15:47:32 +00:00
tokenizer.h added brace and semicolon tokens. 2023-02-10 15:47:32 +00:00
util.h added keyword tokens 2023-02-10 15:25:05 +00:00