Revert "Revert "[SyntaxParse] Parse associatedtype decl""

This reverts commit 859f90afc1.
This commit is contained in:
Rintaro Ishizaki
2019-09-25 11:46:11 -07:00
parent 325204bd0d
commit 9eb4c216ee
13 changed files with 439 additions and 218 deletions

View File

@@ -79,6 +79,7 @@ ATTRIBUTE_NODES = [
# attribute-list -> attribute attribute-list?
Node('AttributeList', kind='SyntaxCollection',
omit_when_empty=True,
element='Syntax', element_name='Attribute',
element_choices=[
'Attribute',