I commented out the code because the lua linter I have running is showing so many warnings its really annoying me so I need to fix all those before writing anything. |
||
---|---|---|
.. | ||
lpeglabel | ||
lua-5.4.6 | ||
parser-gen | ||
src | ||
.gitignore | ||
Lexer.lua | ||
Makefile | ||
README.md | ||
zig.peg |
TODO:
Fix 05 stage tcc compiler that causes some non-descript linker error whenever a generated executable is executed. Causes this error message : "Inconsistency detected by ld.so: dl-fini.c: 92: _dl_fini: Assertion `ns != LM_ID_BASE || i == nloaded' failed!"
Write rules into makefile to run tests
- Create test runner if it doesn't exist for lpeglable and parser-gen
- Update tests to lua 5.4
- Write a 'make test' rule
Implement backslashed escaped characters in grammar parser
Implement single line comments starting with # in grammar parser