mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
Merge pull request #1056 from rtfeldman/parse-operators
Parse operators
This commit is contained in:
commit
c2525d2407
5 changed files with 529 additions and 241 deletions
|
@ -391,7 +391,7 @@ pub enum EExpr<'a> {
|
|||
Access(Row, Col),
|
||||
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