Have a block-based IR for compiling, calculate max stack size

This commit is contained in:
Noah 2020-12-16 15:29:56 -06:00
parent db041c0f6c
commit 596e338c51
3 changed files with 440 additions and 248 deletions

View file

@ -7,5 +7,6 @@ extern crate log;
pub mod compile;
pub mod error;
pub mod ir;
pub mod mode;
pub mod symboltable;