i don't remember what i changed

This commit is contained in:
2026-04-14 20:38:14 +02:00
parent a577ffe094
commit 9ac3df1f37
4 changed files with 52 additions and 4 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 + 2; end";
const char* code = "if false or true then local a = 5 end";
noom_uint_t pos = 0;
printf("LEX OUTPUT:\n");