aiken/crates/aiken-lang/src
rvcas 6440c4f498
fix(codegen): tuple pattern scopes
Co-authored-by: Kasey White <kwhitemsg@gmail.com>
2023-03-09 19:30:52 -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 fix(check): record field access properly restricted to single constr types 2023-03-08 23:50:16 -05:00
air.rs Fix exception when doing expect boolean = .. 2023-03-08 22:31:30 -05:00
ast.rs Only use colors & text decorations on ANSI-capable terminals. 2023-02-26 13:19:03 +01:00
builder.rs Functions with only a generic return weren't being properly monomorphized. Fixed that. 2023-03-08 10:31:05 +01: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(codegen): tuple pattern scopes 2023-03-09 19:30:52 -05:00