parser: variable attributes

This commit is contained in:
2026-04-28 14:09:55 +02:00
parent c9ae8680b0
commit 1f17da04f6
3 changed files with 37 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,b; a,b = test(), test2() test3()";
const char* code = "local str <const>, test <close> = 5, 5;";
noom_uint_t pos = 0;
printf("LEX OUTPUT:\n");