aiken/crates/aiken-lang/src/tests
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
..
snapshots Allow pattern-matching on bytearrays 2024-08-03 13:51:36 +02:00
check.rs Allow pattern-matching on bytearrays 2024-08-03 13:51:36 +02:00
format.rs Allow pattern-matching on bytearrays 2024-08-03 13:51:36 +02:00
lexer.rs chore: make folder names match crate name 2022-12-21 18:11:07 -05:00
mod.rs test(parser): finish moving tests to their correct modules 2023-07-04 17:48:48 -04:00