mirror of
https://github.com/RGBCube/serenity
synced 2026-01-12 22:50:59 +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. |
||
|---|---|---|
| .. | ||
| Tests | ||
| AST.h | ||
| CMakeLists.txt | ||
| Forward.h | ||
| Lexer.cpp | ||
| Lexer.h | ||
| Parser.cpp | ||
| Parser.h | ||
| Token.cpp | ||
| Token.h | ||