introduce Reserved token kind; get parser (mostly) working with new token kind

This commit is contained in:
Allen Webster
2021-06-30 16:49:37 -04:00
parent dbfd86d558
commit 297b1e9259
3 changed files with 80 additions and 76 deletions
+3
View File
@@ -22,6 +22,9 @@ cl %compile_flags% ..\tests\cpp_build_test.cpp
cl %compile_flags% ..\tests\grammar.c
popd
rem Stop wasting time getting hung on broken parser
rem exit
echo.
echo ~~~ Running Sanity Tests ~~~
pushd build