-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ast: clarify property name parser (#228)
The property access parser has been getting increasingly gnarly, and will continue to do so as it evolves to handle accessor ranges. These changes refactor the parser for simplicity and clarity. As a nice side-effect, they also improve some error reporting.
- Loading branch information
Showing
5 changed files
with
350 additions
and
232 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.