Skip to content

Commit ad1e1b1

Browse files
committed
[Parser] Simplify sequence expression parsing
Using `UnresolvedTernaryExpr`/`UnresolvedAsExpr`/`UnresolvedIsExpr`, `SequenceExprSytnax` now gurantees that it has odd number of elments. Factored out the operator parsing to `parseSequenceExpressionOperator()` which returns the operator expresssion, and optionally the RHS.
1 parent fd5b6db commit ad1e1b1

File tree

2 files changed

+175
-182
lines changed

2 files changed

+175
-182
lines changed

0 commit comments

Comments
 (0)