mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
remove %% operator
This commit is contained in:
parent
777363afd0
commit
cd8ab753e3
7 changed files with 4 additions and 16 deletions
|
@ -2762,7 +2762,6 @@ where
|
|||
"&&" => good!(BinOp::And, 2),
|
||||
"||" => good!(BinOp::Or, 2),
|
||||
"//" => good!(BinOp::DoubleSlash, 2),
|
||||
"%%" => good!(BinOp::DoublePercent, 2),
|
||||
"->" => {
|
||||
// makes no progress, so it does not interfere with `_ if isGood -> ...`
|
||||
Err((NoProgress, to_error("->", state.pos()), state))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue