checkpoint

This commit is contained in:
Folkert 2021-02-25 20:22:11 +01:00
parent abd56c16b9
commit 0016ef1e95
2 changed files with 220 additions and 26 deletions

View file

@ -379,6 +379,13 @@ pub enum EExpr<'a> {
Dot(Row, Col),
Access(Row, Col),
Def(&'a SyntaxError<'a>, Row, Col),
IndentDefBody(Row, Col),
IndentEquals(Row, Col),
Equals(Row, Col),
Syntax(&'a SyntaxError<'a>, Row, Col),
When(When<'a>, Row, Col),
If(If<'a>, Row, Col),