aiken/crates/aiken-lang/src
KtorZ 7741be64f8
Fix validator's fallback handler generation
Fixes #1015.
2024-09-10 10:48:06 +02: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 Fix missing locations from generated handler code. 2024-09-03 16:21:53 -04:00
parser Add missing parser snapshots. 2024-09-01 18:12:46 +02:00
snapshots Automatically merge import lines from same module. 2024-06-04 10:48:42 +02:00
tests Fix formatter getting rid of curly braces around multi-line constants. 2024-09-08 16:23:41 +02:00
tipo Fix invalid interpolation in error message. 2024-09-07 18:23:35 +02:00
utils Adjust module organization to facilitate resurrection of the playground. 2024-08-29 09:12:37 +02:00
ast.rs Fix validator's fallback handler generation 2024-09-10 10:48:06 +02:00
builtins.rs Introduce 'Never' type as a safe alternative to always None options 2024-08-27 14:40:39 +02:00
expr.rs Fix missing locations from generated handler code. 2024-09-03 16:21:53 -04:00
format.rs Fix formatter getting rid of curly braces around multi-line constants. 2024-09-08 16:23:41 +02:00
gen_uplc.rs Use Delay error directly when casting from data without traces 2024-09-03 16:21:53 -04: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 Ensure code-gen's Program version/semantic matches Plutus version 2024-08-30 14:45:02 +02:00
pretty.rs Improve formatter on long-lines, in particular bin-ops. 2024-08-06 19:25:35 +02:00
test_framework.rs Provide UPLC machine error as trace context on test failure 2024-08-31 00:01:54 +02: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