work on moving ident_etc over

This commit is contained in:
Folkert 2021-02-27 15:11:17 +01:00
parent 64eed62b69
commit 75344ece40
5 changed files with 312 additions and 33 deletions

View file

@ -391,9 +391,15 @@ pub enum EExpr<'a> {
Access(Row, Col),
Def(&'a SyntaxError<'a>, Row, Col),
Type(Type<'a>, Row, Col),
IndentDefBody(Row, Col),
IndentEquals(Row, Col),
IndentAnnotation(Row, Col),
Equals(Row, Col),
Colon(Row, Col),
Ident(Row, Col),
ElmStyleFunction(Region, Row, Col),
MalformedPattern(Row, Col),
Syntax(&'a SyntaxError<'a>, Row, Col),