aiken/crates/aiken-lang/src
KtorZ 82a32a082b
Remove 'purpose' from blueprint's schema.
This has been removed from the CIP-0057 specification since validators
  are often re-used for multiple purposes (especially validators with
  arity 2). It's misleading to assign a validator a purpose since the
  purpose distinction actually happens _within_ the validator itself.
2023-02-21 15:30:41 +01:00
..
parser Remove parse error on bytearray literals for trace, todo & error, parse as String instead. 2023-02-19 10:10:42 +01:00
tests Remove parse error on bytearray literals for trace, todo & error, parse as String instead. 2023-02-19 10:10:42 +01:00
tipo chore: cargo fmt fix 2023-02-20 15:46:55 -05:00
air.rs Remove 'Todo' from the AST & AIR 2023-02-15 21:57:08 +01:00
ast.rs feat(lsp): include docs on hover 2023-02-20 15:30:25 -05:00
builder.rs Remove complex and compound constants. 2023-02-17 17:31:15 +01:00
builtins.rs Make 'choose_data' builtin available. 2023-02-17 11:25:41 +01:00
expr.rs feat(lsp): hover and goto definition 2023-02-20 15:30:25 -05:00
format.rs Use double-quotes for utf-8 bytearrays, and @"..." for string literals 2023-02-19 10:09:22 +01: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 Remove parse error on bytearray literals for trace, todo & error, parse as String instead. 2023-02-19 10:10:42 +01:00
pretty.rs chore: clippy autofix 2023-02-01 18:53:11 -05:00
tipo.rs feat(lsp): hover and goto definition 2023-02-20 15:30:25 -05:00
uplc.rs fix: switch from unwrap to if let to allow boolean when 2023-02-20 04:37:33 -05:00