Pull some of the REPL implementation out into the library, rather than the binary.
This commit is contained in:
@@ -2,6 +2,8 @@ pub mod backend;
|
||||
mod compiler;
|
||||
pub mod eval;
|
||||
pub mod ir;
|
||||
mod repl;
|
||||
pub mod syntax;
|
||||
|
||||
pub use crate::compiler::Compiler;
|
||||
pub use crate::repl::REPL;
|
||||
|
||||
Reference in New Issue
Block a user