mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-22 12:54:08 +00:00
parse underscores in expressions
This commit is contained in:
parent
e1a78645aa
commit
28ba645121
7 changed files with 87 additions and 8 deletions
|
@ -411,6 +411,7 @@ pub enum EExpr<'a> {
|
|||
If(If<'a>, Row, Col),
|
||||
|
||||
Lambda(ELambda<'a>, Row, Col),
|
||||
Underscore(Row, Col),
|
||||
|
||||
InParens(EInParens<'a>, Row, Col),
|
||||
Record(ERecord<'a>, Row, Col),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue