aiken/crates/aiken-lang/src/tests
KtorZ 1311d9bd27 Support flexible pipe operator formatting
Rules are now as follows:

  - If a pipeline contains a newline, then the entire pipeline is formatted over multiple lines.
  - If it doesn't, then it's formatted as a single-line UNLESS it cannot fit; in which case, we fallback to multiline again.
2023-03-14 16:47:43 -04:00
..
check.rs Emit warning when detecting an hex string interpreted as UTF-8 bytes. 2023-02-19 10:10:42 +01:00
format.rs Support flexible pipe operator formatting 2023-03-14 16:47:43 -04:00
lexer.rs chore: make folder names match crate name 2022-12-21 18:11:07 -05:00
mod.rs Add type-checker sanity tests for list patterns. 2023-02-11 16:54:49 +01:00
parser.rs Support flexible pipe operator formatting 2023-03-14 16:47:43 -04:00