Refactor symboltables and _ast to use codegen when possible

This commit is contained in:
Jeong YunWon 2022-08-22 05:19:36 +09:00
parent 060d153bb3
commit 9c229ebb99
4 changed files with 24 additions and 25 deletions

View file

@ -13,3 +13,5 @@ pub mod error;
pub mod ir;
pub mod mode;
pub mod symboltable;
pub use compile::{CompileOpts, Mode};