feat: usable?
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#![allow(dead_code)]
|
||||
#![feature(result_flattening)]
|
||||
|
||||
mod builtins;
|
||||
mod bytecode;
|
||||
@@ -6,3 +7,7 @@ mod compile;
|
||||
mod downcast;
|
||||
mod ty;
|
||||
mod vm;
|
||||
|
||||
pub use compile::compile;
|
||||
pub use ty::public::Value;
|
||||
pub use vm::run;
|
||||
|
||||
Reference in New Issue
Block a user