aiken/crates/aiken-lang
rvcas a09069b828
fix: binop associativity formatting
it seems we can fix this by changing which side
gets subtracted by 1 depending on the op associativity.
BinOp::Or & BinOp::And are right associative while the
other bin ops are left associative.

closes #893

Co-authored-by: Kasey White <kwhitemsg@gmail.com>
2024-03-21 20:12:49 -04:00
..
src fix: binop associativity formatting 2024-03-21 20:12:49 -04:00
Cargo.toml feat: impl serde on errythang 2024-03-08 19:19:07 -05:00