Added untested parser code, meaning most of chapter 6 has been implemented (but most likely, very poorly).

This commit is contained in:
2022-02-28 20:13:59 +00:00
parent b72645aed0
commit 41a04094e2
6 changed files with 217 additions and 8 deletions
Executable
+1
View File
@@ -0,0 +1 @@
gcc -o clox lox.c scanner.c parser.c