elseif, else

This commit is contained in:
2026-04-16 11:53:26 +02:00
parent 9ac3df1f37
commit b260b49b62
2 changed files with 57 additions and 6 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 false or true then local a = 5 end";
const char* code = "if false or true then elseif true or false then else end";
noom_uint_t pos = 0;
printf("LEX OUTPUT:\n");