mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
refactor in-parens parsing
This commit is contained in:
parent
a1d72fd74d
commit
abd56c16b9
2 changed files with 190 additions and 88 deletions
|
@ -376,6 +376,9 @@ pub enum EExpr<'a> {
|
|||
End(Row, Col),
|
||||
Space(BadInputError, Row, Col),
|
||||
|
||||
Dot(Row, Col),
|
||||
Access(Row, Col),
|
||||
|
||||
When(When<'a>, Row, Col),
|
||||
If(If<'a>, Row, Col),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue