aiken/crates/uplc/src
KtorZ 428b5f2b37
Align output of `tx simulate` with other Aiken's commands.
And also return a structured output as JSON, so it's more easily used
  by other tools.

  ```
       Parsing script context
    Simulating 78ec148ea647cf9969446891af31939c5d57b275a2455706782c6183ef0b62f1
      Redeemer Spend → 0

  {"mem":151993,"cpu":58180696}
  ```
2023-02-14 16:50:55 +01: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 Align output of `tx simulate` with other Aiken's commands. 2023-02-14 16:50:55 +01:00
optimize case where removing a lam with 0 occurrences is not safe 2023-02-10 19:24:47 -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 Fixup: follow compiler. 2023-02-09 16:09:49 +01:00
tx Align output of `tx simulate` with other Aiken's commands. 2023-02-14 16:50:55 +01:00
ast.rs feat: use BigInt in constant integer 2023-02-09 09:46:42 -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 feat: fix errors and add tests for BigInt changes 2023-02-09 15:01:30 -05:00
lib.rs chore: fmt 2023-02-01 23:49:33 -05:00
machine.rs feat: fix errors and add tests for BigInt changes 2023-02-09 15:01:30 -05:00
optimize.rs fix: the following issues 2023-02-05 20:35:39 -05:00
parser.rs feat: fix errors and add tests for BigInt changes 2023-02-09 15:01:30 -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 Align output of `tx simulate` with other Aiken's commands. 2023-02-14 16:50:55 +01:00