Add InfixOperatorExpr.

This commit is contained in:
Doug Gregor
2022-08-05 16:24:30 -07:00
parent 1ac8adb2d6
commit addffbbd9c
2 changed files with 12 additions and 0 deletions

View File

@@ -269,6 +269,7 @@ SYNTAX_NODE_SERIALIZATION_CODES = {
'MissingPattern': 265,
'GarbageNodes' : 266,
'LabeledStmt': 267,
'InfixOperatorExpr': 268,
}