Commit 6db9a81
authored
Refactors
Moves the Pest derived parser into the `gen` submodule to make it easier
to ignore for code coverage. Exports the derived parser to the `peg` module.
Moves the PartiQL grammar file into the `peg` module sub-directory.
Adds codecov ignore for `peg::gen` which only contains the generated
Pest parser.
Fixes #29.peg module into a directory. (#34)1 parent b6fa75b commit 6db9a81
File tree
4 files changed
+12
-5
lines changed- .github
- partiql-parser/src/peg
4 files changed
+12
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
10 | | - | |
11 | 12 | | |
12 | | - | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
File renamed without changes.
0 commit comments