[SyntaxParse] Parse generic parameter clause and generic where clause

This commit is contained in:
Rintaro Ishizaki
2019-09-18 10:40:46 -07:00
parent b09f87594a
commit f919b2ddd8
33 changed files with 634 additions and 364 deletions

View File

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