aiken/crates/aiken-lang/src/gen_uplc
KtorZ 435dd0d213
Refactor AssignmentKind to allow backpassing on both let and expect.
The 3rd kind of assignment kind (Bind) is gone and now reflected through a boolean parameter. Note that this parameter is completely erased by the type-checker so that the rest of the pipeline (i.e. code-generation) doesn't have to make any assumption. They simply can't see a backpassing let or expect.
2024-03-11 00:16:23 +01:00
..
air.rs feat: refactor code gen to avoid builtin errors when tracing is turned on 2024-01-24 16:29:40 -05:00
builder.rs Refactor AssignmentKind to allow backpassing on both let and expect. 2024-03-11 00:16:23 +01:00
tree.rs Preserve TypeAlias in types for better context/feedback. 2024-03-08 15:59:33 +01:00