-
Notifications
You must be signed in to change notification settings - Fork 218
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provide a public lexer and use it in the parser
This commit exposes a lexer that we can use to provide better IDE and formatter support. The lexer based parser also typically provides more accurate source locations, and more informative error messages.
- Loading branch information
Showing
238 changed files
with
3,167 additions
and
1,497 deletions.
There are no files selected for viewing
1,285 changes: 548 additions & 737 deletions
1,285
...n/smithy/model/loader/IdlModelParser.java → ...n/smithy/model/loader/IdlModelLoader.java
Large diffs are not rendered by default.
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
Oops, something went wrong.