Commit 5830231
feat: add PartiQL parser to monorepo (#31)
This commit adds the PartiQL parser from the standalone partiql-parser repository into the unified parser monorepo.
Changes:
- Added PartiQL grammar files (PartiQLLexer.g4, PartiQLParser.g4)
- Added test infrastructure with 1 simple.sql example
- Created Makefile for building and testing the parser
- Updated package names from 'parser' to 'partiql'
- Updated import paths to github.com/bytebase/parser/partiql
- Updated CI workflow to include partiql in the test matrix
- Generated parser files using ANTLR 4 with Go target
- All tests passing successfully
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <[email protected]>1 parent fc6ae35 commit 5830231
File tree
13 files changed
+39603
-1
lines changed- .github/workflows
- partiql
13 files changed
+39603
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
0 commit comments