remove unnecessary cause of failure in parser, qualify call to op_/3 in builtins.pl
This commit is contained in:
@@ -469,10 +469,6 @@ impl<'a, R: Read> Parser<'a, R> {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
if arity >= 2 && is_prefix!(self.stack[idx].spec) && self.stack[idx].priority > 0 {
|
||||
return false;
|
||||
}
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user