aiken/crates/aiken-lang/src
KtorZ a9d782e206
re-introduce code-gen patch, but with a test.
Actually, this has been a bug for a long time it seems. Calling any
  prelude functions using a qualified import would result in a codegen
  crash. Whoopsie.

  This is now fixed as shown by the regression test.
2024-07-19 12:28:07 +02:00
..
error Define 'ExtraData' trait for errors 2023-10-20 18:00:12 +02:00
gen_uplc Fix tree traversal node selection for a few of the enum variants 2024-06-25 18:50:00 -04:00
parser Allow variadic arguments in trace 2024-07-18 10:01:34 +02:00
snapshots Automatically merge import lines from same module. 2024-06-04 10:48:42 +02:00
tests Allow variadic arguments in trace 2024-07-18 10:01:34 +02:00
tipo Remove unnecessary code_gen patch. 2024-07-19 12:28:07 +02:00
ast.rs fix: add a new assignment kind instead of using a boolean 2024-06-25 18:50:00 -04:00
builtins.rs Add 'diagnostic' to the prelude, as well as companion functions. 2024-07-19 12:28:07 +02:00
expr.rs Allow variadic arguments in trace 2024-07-18 10:01:34 +02:00
format.rs Allow variadic arguments in trace 2024-07-18 10:01:34 +02:00
gen_uplc.rs re-introduce code-gen patch, but with a test. 2024-07-19 12:28:07 +02:00
levenshtein.rs Add function to calculate lenvenshtein distance of two strings 2022-12-22 23:44:15 +01:00
lib.rs Add 'diagnostic' to the prelude, as well as companion functions. 2024-07-19 12:28:07 +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: add plutus version to aiken.toml 2024-05-21 17:02:20 -04:00
pretty.rs Remove unused 'FlexBreak' 2023-03-14 16:47:43 -04:00
tipo.rs Add 'diagnostic' to the prelude, as well as companion functions. 2024-07-19 12:28:07 +02:00