aiken/crates/aiken-lang/src
KtorZ 5cf0a4d294
Fix validator arity check
For now, this panics, but ideally, we should return a "unknown
  purpose" error when we cannot map the name to an arity.
2024-08-25 16:20:04 +02:00
..
error Define 'ExtraData' trait for errors 2023-10-20 18:00:12 +02:00
gen_uplc Fix: Recursion issue where the static param optimization on recursive functions that were passed as arguments to other functions 2024-08-08 19:36:16 -04:00
parser fix: map fallback name if present to else 2024-08-25 16:20:03 +02:00
snapshots Automatically merge import lines from same module. 2024-06-04 10:48:42 +02:00
tests fix: more test and issues with scoping/names 2024-08-25 16:20:03 +02:00
tipo Fix validator arity check 2024-08-25 16:20:04 +02:00
ast.rs Fix validator arity check 2024-08-25 16:20:04 +02:00
builtins.rs Define ScriptPurpose & ScriptContext types in prelude, fix codegen new v3 wrapper. 2024-08-25 16:20:04 +02:00
expr.rs fix: more test and issues with scoping/names 2024-08-25 16:20:03 +02:00
format.rs fix: format snapshot tests 2024-08-25 16:20:03 +02:00
gen_uplc.rs Define ScriptPurpose & ScriptContext types in prelude, fix codegen new v3 wrapper. 2024-08-25 16:20:04 +02:00
levenshtein.rs Add function to calculate lenvenshtein distance of two strings 2022-12-22 23:44:15 +01:00
lib.rs Thread down environment module from cli down to the type-checker 2024-08-04 10:27:32 +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 Prune pallas dependencies. 2024-08-03 14:14:49 +02:00
pretty.rs Improve formatter on long-lines, in particular bin-ops. 2024-08-06 19:25:35 +02:00
tipo.rs Fix casting inferrence on patterns 2024-07-24 12:42:24 +02:00