parser: parenthesized expressions

This commit is contained in:
2026-04-27 18:07:09 +02:00
parent 146b524587
commit 1346bf399f
3 changed files with 32 additions and 1 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 = a().a:temp(2,5)";
const char* code = "local a = (5+5)";
noom_uint_t pos = 0;
printf("LEX OUTPUT:\n");