aiken/crates
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
..
aiken Add --include-dependencies to 'aiken docs' 2024-03-09 22:35:38 +01:00
aiken-lang fix: binop associativity formatting 2024-03-21 20:12:49 -04:00
aiken-lsp Add --max-success for running more or less prop runs on demand. 2024-03-09 19:17:57 +01:00
aiken-project remove print 2024-03-17 16:26:10 -04:00
uplc feat: impl serde on errythang 2024-03-08 19:19:07 -05:00