aiken/crates/uplc/src
Kasey White 986a6009f7 fix: Various fixes for FieldsExpose, ListAccessor, TupleAccessor 2023-02-09 00:09:23 -05:00
..
ast feat: use Rc for more things, fib_iter runs almost 3 seconds faster now 2023-02-01 18:53:11 -05:00
debruijn fix issue with same names causing 0 index debruijn for var 2022-06-26 21:38:27 -04:00
machine Changed imports 2023-02-08 16:28:59 +01:00
optimize fix: Various fixes for FieldsExpose, ListAccessor, TupleAccessor 2023-02-09 00:09:23 -05:00
parser feat: use Rc for more things, fib_iter runs almost 3 seconds faster now 2023-02-01 18:53:11 -05:00
program_builder chore: clippy autofix 2023-02-01 18:53:11 -05:00
tx Fix constructor tag range 2023-02-08 13:14:26 +01:00
ast.rs clippy fix and remove some prints 2023-02-01 23:49:33 -05:00
builtins.rs chore: clippy autofix 2023-02-01 18:53:11 -05:00
debruijn.rs chore: clippy autofix 2023-02-01 18:53:11 -05:00
flat.rs chore: clippy autofix 2023-02-01 18:53:11 -05:00
lib.rs chore: fmt 2023-02-01 23:49:33 -05:00
machine.rs change eval_builtin_app to return Rc so that ifthenelse and chooselist are faster 2023-02-01 18:53:11 -05:00
optimize.rs fix: the following issues 2023-02-05 20:35:39 -05:00
parser.rs feat: use Rc for more things, fib_iter runs almost 3 seconds faster now 2023-02-01 18:53:11 -05:00
pretty.rs Add missing carets when dumping builtin list 2023-02-02 17:32:03 -05:00
program_builder.rs Expand builder (#20) 2022-07-01 20:50:58 -07:00
tx.rs Fixed clippy issue 2022-12-27 17:08:05 -05:00