mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
improved binop parser
This commit is contained in:
parent
98f5c9eefb
commit
8e9339a83d
2 changed files with 96 additions and 4 deletions
|
@ -392,6 +392,7 @@ pub enum EExpr<'a> {
|
|||
UnaryNot(Row, Col),
|
||||
UnaryNegate(Row, Col),
|
||||
BinOp(roc_module::operator::BinOp, Row, Col),
|
||||
BadOperator(&'a [u8], Row, Col),
|
||||
|
||||
Def(&'a SyntaxError<'a>, Row, Col),
|
||||
Type(Type<'a>, Row, Col),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue