aiken/crates
KtorZ 1d3315005c
Support some single-character escape sequences in UPLC
Fixes #472.

  This also partially addresses #195. However, as pointed out in one of
  the comment, there's no 'official rule' when it comes to what should
  be considered valid escape sequences. Haskell relies mostly on the
  AttoParsec library and Rust also has its own set of rules.

  This is in particular true for unicode escape sequences, but there is
  a common middleground for some usual single character escapes such as
  \n or \\. So we now at least support these.

  For more complicated escape sequence, please refer to #195 for now and
  keep the discussion going there.
2023-03-30 11:50:59 +02:00
..
aiken Fix README template for newly generated projects, and hello, world 2023-03-18 22:23:55 +01:00
aiken-lang Fix formatting of function expressions with traces 2023-03-30 09:21:46 +02:00
aiken-lsp Add missing import to owo_colors 2023-03-30 09:21:59 +02:00
aiken-project feat: refactor some methods and modules 2023-03-27 20:00:32 -04:00
flat-rs chore: update some deps 2023-03-06 11:09:44 -05:00
uplc Support some single-character escape sequences in UPLC 2023-03-30 11:50:59 +02:00