mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 22:05:06 +00:00
![]() Another common semantic is parsing an identifier of the form "schema_name.table_name" / "table_name". Add a helper to do this work. This helper does not parse any optional alias after the table name. some syntaxes specify an alias using the AS keyword, some let the AS keyword be optional, and others just parse it as an identifier. So callers to this helper will just continue parsing the alias however they require. |
||
---|---|---|
.. | ||
Tests | ||
AST.h | ||
CMakeLists.txt | ||
Forward.h | ||
Lexer.cpp | ||
Lexer.h | ||
Parser.cpp | ||
Parser.h | ||
Token.cpp | ||
Token.h |