lexer: disallow weird lexer number jank

This commit is contained in:
2026-04-20 21:48:06 +02:00
parent d8f22e1c11
commit 6bc9249094
3 changed files with 19 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 = 0x0.1E";
const char* code = "local a = 52 local b = 2";
noom_uint_t pos = 0;
printf("LEX OUTPUT:\n");