parser: method call in expr

This commit is contained in:
2026-04-27 16:20:16 +02:00
parent ab1b9d7963
commit 146b524587
3 changed files with 59 additions and 3 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.b[\"hi\"](5, 2)";
const char* code = "local a = a().a:temp(2,5)";
noom_uint_t pos = 0;
printf("LEX OUTPUT:\n");