-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit unifies the various types of named things in the PEG grammar to a single pattern called ast.Name and gets rid of ast.String and ast.QuotedString. Now that the locators are all computed from the underlying rule, we can easily have a single ast.Name that represents different variations of names. These changes will be used by a subequent PR that will unify the get/file/pool operators into a single "from", which is in turn needed by the upcoming SuperSQL additions.
- Loading branch information
Showing
14 changed files
with
2,644 additions
and
2,695 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
Oops, something went wrong.