parse underscores in expressions

This commit is contained in:
Folkert 2021-04-11 21:02:31 +02:00
parent e1a78645aa
commit 28ba645121
7 changed files with 87 additions and 8 deletions

View file

@ -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),