Add Layout Requirements To AST

Layout Requirements aren't a fully-exposed part of the language, but
we do need some representation for them.
This commit is contained in:
Robert Widmann
2022-08-01 16:16:43 -07:00
parent 26bcec5228
commit 8fbe69f698
3 changed files with 24 additions and 3 deletions

View File

@@ -166,7 +166,7 @@ SYNTAX_NODE_SERIALIZATION_CODES = {
'AvailabilityVersionRestriction': 161,
'VersionTuple': 162,
'CodeBlockItemList': 163,
# removed: 'FunctionCallArgumentList': 164,
'LayoutRequirement': 164,
'TupleExprElementList': 165,
'ArrayElementList': 166,
'DictionaryElementList': 167,