aiken/crates/aiken-lang
KtorZ 8ba5946c32
Preserve escape sequence after formatting
Bumped into this randomly. We do correctly parse escape sequence, but
  the format would simply but the unescaped string back on save. Now it
  properly re-escapes strings before flushing them back. I also removed
  the escape sequence for 'backspace' and 'new page' form feed as I
  don't see any use case for those in an Aiken program really...
2023-09-08 12:12:15 +02:00
..
src Preserve escape sequence after formatting 2023-09-08 12:12:15 +02:00
Cargo.toml chore: Release 2023-08-24 15:05:12 -06:00