aiken/crates/uplc/src
Kasey White f3ace55355 Implement more builtins for bytestring and integer
Co-authored-by: rvcas <x@rvcas.dev>
2022-08-10 12:23:34 -04:00
..
debruijn fix issue with same names causing 0 index debruijn for var 2022-06-26 21:38:27 -04:00
machine Implement more builtins for bytestring and integer 2022-08-10 12:23:34 -04:00
parser feat: rename to aiken and add e2e tests for uplc 2022-06-11 23:22:24 -04:00
program_builder chore: clippy 2022-07-24 19:51:57 -04:00
ast.rs feat: encode plutus data 2022-08-05 00:38:41 -04:00
builtins.rs feat: start pretty printing 2022-06-18 22:54:26 -04:00
debruijn.rs fix issue with same names causing 0 index debruijn for var 2022-06-26 21:38:27 -04:00
flat.rs feat: decode proto list and proto pair 2022-08-05 00:38:41 -04:00
lib.rs add evaluation for terms 2022-07-24 19:51:57 -04:00
machine.rs Add several builtins for strings and bytestring 2022-08-07 22:21:58 -04:00
parser.rs feat: 3 new error cases and more generic pretty printing 2022-07-24 19:51:57 -04:00
pretty.rs flat encoding for list and pairs 2022-08-05 00:38:41 -04:00
program_builder.rs Expand builder (#20) 2022-07-01 20:50:58 -07:00