mirror of
https://github.com/rm-dr/daisy
synced 2025-12-08 01:54:34 -08:00
Fixed power associativity
This commit is contained in:
@@ -256,7 +256,6 @@ impl Operator {
|
|||||||
pub fn is_left_associative(&self) -> bool {
|
pub fn is_left_associative(&self) -> bool {
|
||||||
match self {
|
match self {
|
||||||
Operator::Negative
|
Operator::Negative
|
||||||
| Operator::Power
|
|
||||||
=> false,
|
=> false,
|
||||||
_ => true
|
_ => true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user