parser: support break and fix local decl

This commit is contained in:
2026-04-17 19:22:02 +02:00
parent 9d2293baa6
commit 3534e7a388
3 changed files with 28 additions and 5 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 = "while true do end";
const char* code = "local a, b";
noom_uint_t pos = 0;
printf("LEX OUTPUT:\n");