-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* New grammar for v2 type strings; start with JSON again. * Type.parameter should not return None. * Developing type parser: through OptionType. * Fix empty record type string. * Named record parsing is working. * Restrictions on record name in the type string. * Parsing records works. * Prevent record type string from using reserved words in name. * Tests are done; this is a working v2 type parser. * Add a standalone v2 types parser to the codebase. * New v2 type-parser is done. * Ignore pylint errors for the auto-generated code, too.
- Loading branch information
Showing
9 changed files
with
4,427 additions
and
382 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.