parser progress

This commit is contained in:
2026-04-14 08:16:02 +02:00
parent 9276476e37
commit c7f287ca7b
3 changed files with 94 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ void print_node(noomP_Node* node, noom_uint_t depth) {
int main(int argc, char** argv) {
// uhh uhhh uhhhhh
const char* code = "local a = 5";
const char* code = "if 6 then local a = 2; end";
noom_uint_t pos = 0;
printf("LEX OUTPUT:\n");