aiken/crates
KtorZ f14dfdf8e1
Allow pattern-matching on bytearrays
- Doesn't allow pattern-matching on G1/G2 elements and strings,
    because the use cases for those is unclear and it adds complexity to
    the feature.

  - We still _parse_ patterns on G1/G2 elements and strings, but emit an
    error in those cases.

  - The syntax is the same as for bytearray literals (i.e. supports hex,
    utf-8 strings or plain arrays of bytes).
2024-08-03 13:51:36 +02:00
..
aiken Allow pattern-matching on bytearrays 2024-08-03 13:51:36 +02:00
aiken-lang Allow pattern-matching on bytearrays 2024-08-03 13:51:36 +02:00
aiken-lsp Allow pattern-matching on bytearrays 2024-08-03 13:51:36 +02:00
aiken-project Allow pattern-matching on bytearrays 2024-08-03 13:51:36 +02:00
uplc Fix zero-arg builtins invokations. 2024-08-02 00:17:16 -04:00