aiken/crates/aiken-lang/src/tests
KtorZ a50b51e086
Fix bytearray literals parsing and formatting.
Weirdly enough, we got the parsing wrong for byte literals in expressions (but did okay in constants). But got the formatting wrong in constants (yet did okay for formatting expressions). I've factored out the code in both cases to avoid the duplication that led to this in the first place. Plus added test coverage to make sure this doesn't happen in the future.
2023-01-31 17:19:40 +01:00
..
format.rs Fix bytearray literals parsing and formatting. 2023-01-31 17:19:40 +01:00
lexer.rs chore: make folder names match crate name 2022-12-21 18:11:07 -05:00
mod.rs Fix formatting of if-expressions 2022-12-22 16:51:23 +01:00
parser.rs Fix bytearray literals parsing and formatting. 2023-01-31 17:19:40 +01:00