parser: repeat until

This commit is contained in:
2026-04-29 13:38:26 +02:00
parent f3651e85c5
commit a08ff41995
3 changed files with 34 additions and 4 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 = "::lol:: print('hi') goto lol";
const char* code = "repeat print('hi') until false";
noom_uint_t pos = 0;
printf("LEX OUTPUT:\n");