aiken/crates/aiken-lang/src
KtorZ 9d05011001
factor out common logic for creating UnknownModule error in a cute little helper.
Signed-off-by: KtorZ <matthias.benkort@gmail.com>
2025-03-16 00:58:50 +01:00
..
ast Scope type-aliases per module in blueprint. 2025-02-11 12:55:45 +01: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 also support using Types as namespace when nested in module. 2025-03-16 00:45:42 +01:00
snapshots Automatically merge import lines from same module. 2024-06-04 10:48:42 +02:00
tests return dedicated error on invalid type field access, instead of confusing 'unknown module.' 2025-03-16 00:45:42 +01:00
tipo factor out common logic for creating UnknownModule error in a cute little helper. 2025-03-16 00:58:50 +01:00
utils Adjust module organization to facilitate resurrection of the playground. 2024-08-29 09:12:37 +02:00
ast.rs also support using Types as namespace when nested in module. 2025-03-16 00:45:42 +01:00
builtins.rs hide internal functions from suggested hints on unknown modules/constructor/value. 2025-03-15 21:52:45 +01:00
expr.rs introduce namespace enum to distinguish module select from type constructor select in patterns. 2025-03-15 15:49:22 +01:00
format.rs also support using Types as namespace when nested in module. 2025-03-16 00:45:42 +01:00
gen_uplc.rs New optimization to split independent lam function applications to enable case constr to optimize further 2025-01-11 19:09:00 +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 fix: blueprint still needs to load older plutus versions 2025-01-02 13:37:17 -05:00
pretty.rs Improve formatter on long-lines, in particular bin-ops. 2024-08-06 19:25:35 +02:00
test_framework.rs Avoid wiping out traces when accessing logs 2025-02-17 19:58:26 -05:00
tipo.rs Fix wrong use of 'UnknownVariable' instead of 'UnknownTypeConstructor' 2025-02-22 19:14:37 +01:00
version.rs Adjust module organization to facilitate resurrection of the playground. 2024-08-29 09:12:37 +02:00