lang-bootstrap/06
2025-04-05 10:55:40 +01:00
..
deps Big Commit 2023-10-12 16:39:09 +01:00
src working on it 2025-04-05 10:55:40 +01:00
.gitignore Add stage 06: Lua bootstrap 2023-07-06 12:32:47 +01:00
Makefile working on it 2025-04-05 10:55:40 +01:00
README.md Big Commit 2023-10-12 16:39:09 +01:00
test.zig working on it 2025-04-05 10:55:40 +01:00
zig.peg Big Commit 2023-10-12 16:39:09 +01:00

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

  1. Create test runner if it doesn't exist for lpeglable and parser-gen
  2. Update tests to lua 5.4
  3. Fix diagnostics in tofix
  4. Write a 'make test' rule

Implement backslashed escaped characters in grammar parser

Implement single line comments starting with # in grammar parser