[SyntaxParse] Refactor generic requirement syntax structure

Re-apply a part of 0569cbfb28 after
reverting ASTGen changes. This is still an improvement.
This commit is contained in:
Rintaro Ishizaki
2019-10-21 15:07:13 -07:00
parent 7be975cf94
commit 60341baf62
6 changed files with 46 additions and 24 deletions

View File

@@ -233,6 +233,7 @@ SYNTAX_NODE_SERIALIZATION_CODES = {
'PoundAssertStmt': 229,
'SomeType': 230,
'CustomAttribute': 231,
'GenericRequirement': 232,
}