aiken/crates/uplc/src
Kasey White f8483da4e0 Code gen now handles expecting on validator args in the air stack.
Thus allowing us to use code gen created functions to expect on data types including recursive ones.
Some minor tweaks to the air.
Added a uplc optimization for later.
2023-04-09 17:43:56 -04:00
..
debruijn fix issue with same names causing 0 index debruijn for var 2022-06-26 21:38:27 -04:00
machine fix some typos 2023-04-07 16:51:18 -04:00
optimize Code gen now handles expecting on validator args in the air stack. 2023-04-09 17:43:56 -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 fix: add back some extra info on display 2023-03-17 09:35:10 -04:00
ast.rs Implement quick builder on PlutusData. 2023-04-08 08:57:03 +02:00
builder.rs Implement quick builder on PlutusData. 2023-04-08 08:57:03 +02:00
builtins.rs Add missing Plutus builtins to Aiken's lang. 2023-02-22 12:53:03 +01:00
debruijn.rs chore: clippy autofix 2023-02-01 18:53:11 -05:00
flat.rs Support some single-character escape sequences in UPLC 2023-03-30 11:50:59 +02:00
lib.rs chore: remove program_builder 2023-03-30 21:15:27 -04:00
machine.rs fix some typos 2023-04-07 16:51:18 -04:00
optimize.rs fix: scope issue with ir_stack being incremented wrongly with assignment 2023-03-28 21:15:22 -04:00
parser.rs Add function to uplc::parser for string escape 2023-04-05 14:27:20 +02:00
pretty.rs Support some single-character escape sequences in UPLC 2023-03-30 11:50:59 +02:00
tx.rs fix some typos 2023-04-07 16:51:18 -04:00