aiken/crates/aiken-lang/src/parser
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
..
error.rs Only use colors & text decorations on ANSI-capable terminals. 2023-02-26 13:19:03 +01:00
extra.rs Fix unicode char parsing in comments. 2023-02-22 17:33:13 +01:00
lexer.rs Use double-quotes for utf-8 bytearrays, and @"..." for string literals 2023-02-19 10:09:22 +01:00
token.rs Support flexible pipe operator formatting 2023-03-14 16:47:43 -04:00