You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments