stuff
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user