compiler.c and other minor tweaks

This commit is contained in:
2026-06-09 20:38:54 +03:00
parent 8709efda7d
commit ee989fafa3
5 changed files with 195 additions and 62 deletions

View File

@@ -580,7 +580,6 @@ noomL_ErrorType noomL_lex(const char* s, noom_uint_t start, noomL_Token* token,
}
}
// god damn it we errorrreed
return NOOML_ERROR_UNKNOWN;
}