aiken/crates/uplc
microproofs 19b4b9df0f
Inline now handles (if cond then body else error) patterns.
This allows conditions like ```expect x == 1``` to match performance with ```x == 1 && ...```

Also change builtins forcing to accommodate the new case-constr apply optimization
2025-01-11 19:08:41 +07:00
..
src Inline now handles (if cond then body else error) patterns. 2025-01-11 19:08:41 +07:00
test_data Add new conformance tests 2024-12-07 12:23:51 +07:00
tests Update to pallas=0.31.0 2024-11-19 14:53:36 +01:00
Cargo.toml chore: Release 2024-12-13 16:44:12 +01:00
README.md chore: readmes in uplc and cli 2022-06-18 23:15:05 -04:00

README.md

Untyped Plutus Core

A crate for working with untyped plutus core. It handles parsing, conversion between various forms, and flat encoding/decoding.