parser: vararg expr

This commit is contained in:
2026-05-05 20:08:08 +02:00
parent 67eb3fc552
commit 861fffb244
3 changed files with 15 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 = "repeat print('hi') until false";
const char* code = "function a(...) print(...) end";
noom_uint_t pos = 0;
printf("LEX OUTPUT:\n");