This commit is contained in:
2026-02-15 09:42:11 +11:00
parent 1dfd1b7a61
commit af4168f91a
4 changed files with 59 additions and 14 deletions

View File

@@ -9,7 +9,9 @@ int main() {
ResultType(voidptr, charptr) lexed = lex(&lexer.as.success);
if (lexed.error) {
printf("%s", lexed.as.error);
exit(1);
}
return 0;
}