Shift most of the meat of the compiler over into the library.
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
pub mod backend;
|
||||
mod compiler;
|
||||
pub mod eval;
|
||||
pub mod ir;
|
||||
pub mod syntax;
|
||||
|
||||
pub use crate::compiler::Compiler;
|
||||
|
||||
Reference in New Issue
Block a user