mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-15 03:16:44 +02:00
Currently, every parse_*_statement method ends by parsing a semi-colon. This will prevent nested statements, e.g. a SELECT statement may be nested in a CREATE TABLE statement. Move the semi-colon expectation up and out of the individual statement parsers.
31 KiB
31 KiB