mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-27 06:54:19 +00:00
Statements like SELECT, INSERT, and UPDATE also optionally include this list, so move its parsing out of parse_delete_statement(). Since it will appear before the actual statement, parse it first in next_statement(); then only parse for statements that are allowed to include the list.