Compare commits
3 commits
fe622654e5
...
872c8e356d
| Author | SHA1 | Date | |
|---|---|---|---|
| 872c8e356d | |||
| 094894b7d9 | |||
| 571e4a99b6 |
5 changed files with 0 additions and 4 deletions
0
src/c_ir.rs
Normal file
0
src/c_ir.rs
Normal file
0
src/codegen/declaration_transpiler.rs
Normal file
0
src/codegen/declaration_transpiler.rs
Normal file
0
src/codegen/statements_transpiler.rs
Normal file
0
src/codegen/statements_transpiler.rs
Normal file
0
src/codegen/transpiler.rs
Normal file
0
src/codegen/transpiler.rs
Normal file
|
|
@ -17,10 +17,6 @@ impl LambdaLowerer {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
fn collect_free_vars(&self, expr: &Expr, lambda_params: &[String]) -> std::collections::HashSet<String> {
|
||||
let mut free_vars = std::collections::HashSet::new();
|
||||
let mut local_scope = std::collections::HashSet::new();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue