aiken/crates/aiken-lang/src
Kasey White d7c33bd62a fix: A unique error was caused by the order in which we insert functions.
These functions relied on the same dependency and had the same scope. So insertion was by encounter rather than order determined by dependency handling. Now we switched to dependency order is prioritized to prevent free unique.
2023-03-01 14:22:59 -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 fix: A unique error was caused by the order in which we insert functions. 2023-03-01 14:22:59 -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 feat(lsp): hover and goto definition 2023-02-20 15:30:25 -05:00
uplc.rs fix: A unique error was caused by the order in which we insert functions. 2023-03-01 14:22:59 -05:00