mirror of
https://github.com/rm-dr/daisy
synced 2025-02-21 06:29:26 -08:00
Fixed power associativity
This commit is contained in:
parent
47e8a021f9
commit
ca35c8d9e9
@ -256,7 +256,6 @@ impl Operator {
|
||||
pub fn is_left_associative(&self) -> bool {
|
||||
match self {
|
||||
Operator::Negative
|
||||
| Operator::Power
|
||||
=> false,
|
||||
_ => true
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user