aiken/crates/aiken-lang
KtorZ 83a86e6dc0
Fix logical operator precedence in parser.
Whoopsie... || and && were treated with the same precedence, causing very surprising behavior down the line.

  I noticed this because of the auto-formatter adding parenthesis where it really shouldn't. The problem came actually from the parser and how it constructed the AST.
2023-02-09 13:57:12 +01:00
..
src Fix logical operator precedence in parser. 2023-02-09 13:57:12 +01:00
Cargo.toml Release 0.0.28 2023-01-06 13:41:00 -05:00