summaryrefslogtreecommitdiffstats
path: root/yql/essentials/sql/v1/proto_parser
Commit message (Collapse)AuthorAgeFilesLines
* Use Y_UNREACHABLE for ALT_NOT_SETvitya-smirnov2025-10-201-0/+1
| | | | | | | | It is not convinient to grep "You should change implementation according to grammar changes" every time you need it during new translation feature. AI does not always suggests it. More convinient is to use just `Y_UNREACHABLE` as `ALT_NOT_SET` is actually unreachable. commit_hash:132f264e9f781b8c2433fb1f12374f7684466370
* YQL-20490 Drop antlr3 grammarvvvv2025-10-169-142/+6
| | | | commit_hash:6c5c638d87eb41018d637f1535af104fac16e51c
* YQL-20086 invert flagvvvv2025-10-101-2/+0
| | | | commit_hash:a6b640bc576263b62884a0b4187ba79c893e13d9
* YQL-20086 sql/v1vitya-smirnov2025-10-0713-135/+135
| | | | commit_hash:55bc611cdaa0d8a0fc3c4c7708ed9f17cc4976cf
* YQL-20116: Introduce ANTLR4 ambiguity detectionvitya-smirnov2025-10-064-10/+66
| | | | | | - Ignored 2 known ambiguities. - Tested tools. commit_hash:9e29bb2f876dabc68293b3e5c26a470d373506ae
* YQL-20307: Support inline subqueriesvitya-smirnov2025-10-013-1/+129
| | | | | | | | | | | - Alter grammar to support inline subqueries. - Support inline subqueries in `sql/v1` (translator). - Introduce `sql/v1/proto_ast/parse_tree.h` for reusable parse tree predicates. - Support inline subqueries in `sql/v1/format`. - Support inline subqueries in `sql/v1/complete`. - Add some SQL-tests. - Pass all tests. commit_hash:075b2240778d071e1c7542f912d3cc83019ef849
* YQL-19616 Implement ILexer via antlr_astVictor Smirnov2025-03-192-3/+3
| | | | | | | | | | | | | - [x] Added `antlr_ast/antlr4` module and moved `TLexerTokensCollector4` there from `proto_ast/antlr4`. - [x] Moved stuff around back and forth. Ready for a review. --- Co-authored-by: vityaman [[email protected]] Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1128 commit_hash:e08785c3408ef813505bdc7511560e9536f4ab79
* refine Antlr depsvvvv2025-02-273-38/+0
| | | | | refine Antlr deps commit_hash:71b99424edb283bf56be6e79c9c9a19d805ce2ce
* YQL-19594 Explicit lexers & parsers 2vvvv2025-02-211-10/+0
| | | | commit_hash:2aa733486a55a04c39ff8bb1c7eaca3a85719647
* Introduced lexer & parser interfacesvvvv2025-02-1815-111/+338
| | | | commit_hash:fee365c90a176dd33a967cee20994b21d530080c
* YQL-19553 initial implementation of YQL lintersvvvv2025-02-071-1/+1
| | | | commit_hash:70690bcdabf0bcfe095fb10e9e58717281d11d53
* Moved other yql/essentials libs YQL-19206vvvv2024-11-073-0/+195
init commit_hash:7d4c435602078407bbf20dd3c32f9c90d2bbcbc0