Revert "Alt #2454"

This commit is contained in:
Andrew Hlynskyi 2023-11-29 11:20:05 +02:00 committed by GitHub
parent 8456f7eb7a
commit d56b51a11d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 2 deletions

View file

@ -766,6 +766,7 @@ impl Generator {
indent!(self);
add_line!(self, "START_LEXER();");
add_line!(self, "eof = lexer->eof(lexer);");
add_line!(self, "switch (state) {{");
indent!(self);