6c37b0c64fd50c4d331a6bd4c3e629163165f1a5
The `Closure` struct has been moved from `ast/vm.rs` to a new module `ast/closure.rs`. This improves the organization of the AST nodes. The `Closure` struct represents a compiled function body along with its captured upvalues, which is a key feature for Myc Script.
Description
No description provided
Languages
Rust
100%