aiken/crates/aiken-lang/src
KtorZ 620fe6b299
Preserve holes discard names in function captures
Fixes #1080
2025-01-02 12:57:32 +01:00
..
ast Prevent non-default fallback on exhaustive validator 2024-08-27 20:16:45 +02:00
error Define 'ExtraData' trait for errors 2023-10-20 18:00:12 +02:00
gen_uplc feat: new builtins constr_index and constr_fields for alternative fast ways to take apart Data 2024-12-13 14:15:19 +07:00
parser Preserve holes discard names in function captures 2025-01-02 12:57:32 +01:00
snapshots Automatically merge import lines from same module. 2024-06-04 10:48:42 +02:00
tests Preserve holes discard names in function captures 2025-01-02 12:57:32 +01:00
tipo Fix: issue crash in code gen with incorrect column length in decision trees (#1069) 2024-12-05 11:02:19 +07:00
utils Adjust module organization to facilitate resurrection of the playground. 2024-08-29 09:12:37 +02:00
ast.rs Preserve holes discard names in function captures 2025-01-02 12:57:32 +01:00
builtins.rs rename 'constr_{fields,index}' to 'unconstr_{field,index}' 2024-12-13 15:18:20 +01:00
expr.rs Preserve holes discard names in function captures 2025-01-02 12:57:32 +01:00
format.rs Preserve holes discard names in function captures 2025-01-02 12:57:32 +01:00
gen_uplc.rs Clippy fix 2024-12-13 14:18:18 +07:00
levenshtein.rs Add function to calculate lenvenshtein distance of two strings 2022-12-22 23:44:15 +01:00
lib.rs Adjust module organization to facilitate resurrection of the playground. 2024-08-29 09:12:37 +02:00
line_numbers.rs feat: impl serde on errythang 2024-03-08 19:19:07 -05:00
parser.rs Automatically merge import lines from same module. 2024-06-04 10:48:42 +02:00
plutus_version.rs feat: remove plutus v1,v2 from aiken.toml closes #1032 2024-12-25 22:52:08 -05:00
pretty.rs Improve formatter on long-lines, in particular bin-ops. 2024-08-06 19:25:35 +02:00
test_framework.rs Fix: issue crash in code gen with incorrect column length in decision trees (#1069) 2024-12-05 11:02:19 +07:00
tipo.rs Use const instead of zero-arg functions in few code-gen tests. 2024-08-30 14:47:22 +02:00
version.rs Adjust module organization to facilitate resurrection of the playground. 2024-08-29 09:12:37 +02:00