StrongerXi / soc

Compiler for a subset of OCaml
1 stars 0 forks source link

Collect free variables in let bindings too, and take care of scoping. #43

Closed StrongerXi closed 3 years ago

StrongerXi commented 3 years ago

Completely forgot to account for free variables in let bindings... This PR fixes it and adds regression tests.