implement free variables

This commit is contained in:
Folkert 2020-08-07 00:45:12 +02:00
parent 2467815cef
commit 9d1f545ad6
2 changed files with 124 additions and 0 deletions

View file

@ -11,6 +11,7 @@
// re-enable this when working on performance optimizations than have it block PRs.
#![allow(clippy::large_enum_variant)]
pub mod inc_dec;
pub mod ir;
pub mod layout;