-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates naming of ANTLR root to statements
Removes use of PFile and PFileV1
- Loading branch information
1 parent
147419f
commit b40e03e
Showing
6 changed files
with
14 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ options { | |
* | ||
*/ | ||
|
||
file | ||
statements | ||
: statement (COLON_SEMI statement)* COLON_SEMI? EOF | ||
; | ||
|
||
|
16 changes: 0 additions & 16 deletions
16
partiql-parser/src/main/kotlin/org/partiql/parser/internal/PFile.kt
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
partiql-parser/src/main/kotlin/org/partiql/parser/internal/PFileV1.kt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters