pgLab/pglablib/sqlparser
eelke 0da32b916c Lexer improvements:
- Convert unquoted idents to lowercase.
- Recognize quoted idents.
- Allow all unicode whitespace characters
- Added UnexpectedSymbol token for unexpected input (otherwise it is just ignored)
- Handle mixed case keywords in the lexer file instead of filtering the stream
2022-04-03 20:09:58 +02:00
..
ErrorListener.cpp Start of new ANTLR4 based parser. 2022-04-03 12:27:35 +02:00
ErrorListener.h Start of new ANTLR4 based parser. 2022-04-03 12:27:35 +02:00
Parser.cpp Lexer improvements: 2022-04-03 20:09:58 +02:00
Parser.h Lexer improvements: 2022-04-03 20:09:58 +02:00