repl: initial working version with new crate structure

This commit is contained in:
Brian Carroll 2022-01-30 09:04:48 +00:00
parent 0f206121bd
commit f098c6cb99
13 changed files with 120 additions and 25 deletions

View file

@ -18,7 +18,6 @@ use target_lexicon::{Architecture, OperatingSystem, Triple, X86_32Architecture};
pub mod build;
mod format;
pub mod repl;
pub use format::format;
pub const CMD_BUILD: &str = "build";