mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
repl: initial working version with new crate structure
This commit is contained in:
parent
0f206121bd
commit
f098c6cb99
13 changed files with 120 additions and 25 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue