aiken/crates/aiken-lang/src/gen_uplc
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
..
air.rs feat: Add multivalidator as an AIR tree opcode. 2024-07-24 10:00:08 -04:00
builder.rs Allow pattern-matching on bytearrays 2024-08-03 13:51:36 +02:00
tree.rs Allow pattern-matching on bytearrays 2024-08-03 13:51:36 +02:00