Initial support for closure codegen
Compare changes
Files
20
case_studies/tests/src/closures.rs
0 → 100644
+ 124
− 0
This MR adds initial support for closures. This includes specifying closures, generating their code, and checking their specifications.
This does not yet include actually calling closures or taking closures as function arguments.