parsers are really fun to work on

... but maybe not as much in c...
This commit is contained in:
2026-04-14 16:19:04 +02:00
parent c7f287ca7b
commit a577ffe094
3 changed files with 184 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 = "if 6 then local a = 2; end";
const char* code = "if 6 then local a = 2 + 2; end";
noom_uint_t pos = 0;
printf("LEX OUTPUT:\n");