refactor: move project to lib crate
This commit is contained in:
8
src/lib.rs
Normal file
8
src/lib.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
pub mod ast;
|
||||
pub mod compiler;
|
||||
pub mod opcodes;
|
||||
pub mod parser;
|
||||
|
||||
pub use ast::{Directive, ModuleSoA, NodeId, Value};
|
||||
pub use compiler::Compiler;
|
||||
pub use parser::Parser;
|
||||
Reference in New Issue
Block a user