parser: assignment and function call statements

This commit is contained in:
2026-04-27 20:17:58 +02:00
parent 1346bf399f
commit c9ae8680b0
3 changed files with 98 additions and 9 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+5)";
const char* code = "local a,b; a,b = test(), test2() test3()";
noom_uint_t pos = 0;
printf("LEX OUTPUT:\n");