aiken/crates/uplc/src
KtorZ 051e9a6851 Add some utility functions for displaying Term/PlutusData
This is useful with the blueprint stuff, where Term are often just plain PlutusData.
2023-08-19 13:39:39 -04:00
..
debruijn fix issue with same names causing 0 index debruijn for var 2022-06-26 21:38:27 -04:00
machine Cargo fmt + clippy, with latest rust 2023-08-07 19:00:39 -04:00
optimize Cargo fmt + clippy, with latest rust 2023-08-07 19:00:39 -04:00
parser feat: use Rc for more things, fib_iter runs almost 3 seconds faster now 2023-02-01 18:53:11 -05:00
tx chore: cargo fmt 2023-08-16 22:56:22 -04:00
ast.rs Add some utility functions for displaying Term/PlutusData 2023-08-19 13:39:39 -04:00
builder.rs chore: fix up when tuple deconstruction test 2023-05-11 18:06:46 -04:00
builtins.rs Add missing Plutus builtins to Aiken's lang. 2023-02-22 12:53:03 +01:00
debruijn.rs fix: safe encode bits to check for 2^num_bits <= byte we are encoding 2023-06-30 23:06:38 -04:00
flat.rs test: add empty list test 2023-07-04 17:19:29 -04:00
lib.rs feat(cli): rework uplc subcommands 2023-06-01 23:50:59 -04:00
machine.rs feat 2023-04-13 01:28:27 -04:00
optimize.rs fix: inline_direct_reduce now works properly 2023-04-21 16:01:54 -04:00
parser.rs fix(uplc): pair type formatting closes #680 2023-07-19 13:49:05 -04:00
pretty.rs fix(uplc): pair type formatting closes #680 2023-07-19 13:49:05 -04:00
tx.rs set eval to public 2023-08-12 16:42:23 -04:00