Implement parser module and update AST

This commit is contained in:
2026-04-24 14:50:54 +02:00
parent 2d1ccd52e6
commit a173e37adc
6 changed files with 78 additions and 48 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
V0_SRC := v0/buffer.c v0/main.c v0/token.c
V0_SRC := v0/main.c v0/token.c v0/parser.c
# V0_TEST must only include `v0/test.c` itself, as all other test Csource files are
# included directly into `v0/test.c` using `#include "test_xyz.c"`.