aiken/crates/aiken-lang/src
KtorZ cd0a9440e8
Allow any expression as constants
This is only a start. It compiles, but with a few TODOs left open. In particular, it doesn't currently handle constants depending on other constants or functions; nor does it hoist constants.
2024-08-29 16:24:12 +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 Allow any expression as constants 2024-08-29 16:24:12 +02:00
parser Allow any expression as constants 2024-08-29 16:24:12 +02:00
snapshots Automatically merge import lines from same module. 2024-06-04 10:48:42 +02:00
tests chore: add a test for by name with params 2024-08-27 18:10:46 -04:00
tipo Allow any expression as constants 2024-08-29 16:24:12 +02:00
utils Adjust module organization to facilitate resurrection of the playground. 2024-08-29 09:12:37 +02:00
ast.rs Allow any expression as constants 2024-08-29 16:24:12 +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 DRY handlers generation from validator 2024-08-25 16:20:07 +02:00
format.rs Allow any expression as constants 2024-08-29 16:24:12 +02:00
gen_uplc.rs Allow any expression as constants 2024-08-29 16:24:12 +02: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 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
test_framework.rs Fix test_framework tests trying to implement function on foreign type. 2024-08-29 13:49:09 +02:00
tipo.rs Allow any expression as constants 2024-08-29 16:24:12 +02:00
version.rs Adjust module organization to facilitate resurrection of the playground. 2024-08-29 09:12:37 +02:00