aiken/crates/aiken-lang
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
..
src Refactor AssignmentKind to allow backpassing on both let and expect. 2024-03-11 00:16:23 +01:00
Cargo.toml feat: impl serde on errythang 2024-03-08 19:19:07 -05:00