aiken/crates/aiken-lang/src
rvcas c3870e340e
feat(codegen): support multi-validators
* rename force_wrap to force
* add a bunch of builder methods to Term<Name>
* refactor one tiny location to show off builder methods
* split generate into `generate` and `generate_test`
* create wrap_as_multi_validator function

Co-authored-by: Kasey White <kwhitemsg@gmail.com>
2023-03-17 18:40:44 -04:00
..
parser Support flexible pipe operator formatting 2023-03-14 16:47:43 -04:00
tests feat(fmt): better validator formatting with double supported 2023-03-17 18:38:24 -04:00
tipo feat(register_values): refactor repeated code into register_function and register other_fun 2023-03-17 18:38:24 -04:00
air.rs Fix exception when doing expect boolean = .. 2023-03-08 22:31:30 -05:00
ast.rs feat(validator): parsing and typechecking for double validators 2023-03-17 18:38:24 -04:00
builder.rs feat(codegen): support multi-validators 2023-03-17 18:40:44 -04:00
builtins.rs Add missing Plutus builtins to Aiken's lang. 2023-02-22 12:53:03 +01:00
expr.rs Cleanup implementation from multi-subjects when/is 2023-03-17 13:06:39 +01:00
format.rs feat(fmt): better validator formatting with double supported 2023-03-17 18:38:24 -04:00
levenshtein.rs Add function to calculate lenvenshtein distance of two strings 2022-12-22 23:44:15 +01:00
lib.rs Remove 'purpose' from blueprint's schema. 2023-02-21 15:30:41 +01:00
parser.rs feat(validator): parsing and typechecking for double validators 2023-03-17 18:38:24 -04:00
pretty.rs Remove unused 'FlexBreak' 2023-03-14 16:47:43 -04:00
tipo.rs fix: Had to also check for generic type in return of a function. 2023-03-02 21:49:20 -05:00
uplc.rs feat(codegen): support multi-validators 2023-03-17 18:40:44 -04:00