No description
Replace flat HashSet<String> local_vars with Vec<HashSet<String>> scope stack. For-in loops push/pop scopes for loop variables. Nested loops no longer clobber outer loop variable visibility. Methods: push_scope(), pop_scope(), is_local_var() 110 tests, 0 failures. |
||
|---|---|---|
| compiler | ||
| engine | ||
| examples | ||
| .gitignore | ||
| BITSTREAM_INTEGRATION.md | ||
| Cargo.toml | ||
| DREAMSTACK.md | ||
| IMPLEMENTATION_PLAN.md | ||
| USE_CASES.md | ||