aiken/crates/aiken-lang/src
Kasey White f230af436c fix: scope issue with expect and function calls
Add acceptance test 72
2023-03-03 01:00:35 -05:00
..
parser Only use colors & text decorations on ANSI-capable terminals. 2023-02-26 13:19:03 +01:00
tests Fix unicode char parsing in comments. 2023-02-22 17:33:13 +01:00
tipo Only use colors & text decorations on ANSI-capable terminals. 2023-02-26 13:19:03 +01:00
air.rs feat: add support for unconstr_data 2023-02-26 00:13:38 -05:00
ast.rs Only use colors & text decorations on ANSI-capable terminals. 2023-02-26 13:19:03 +01:00
builder.rs clippy 2023-03-02 21:49:20 -05:00
builtins.rs Add missing Plutus builtins to Aiken's lang. 2023-02-22 12:53:03 +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 fix: Had to also check for generic type in return of a function. 2023-03-02 21:49:20 -05:00
uplc.rs fix: scope issue with expect and function calls 2023-03-03 01:00:35 -05:00