mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 16:44:33 +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
4
repl_eval/src/lib.rs
Normal file
4
repl_eval/src/lib.rs
Normal file
|
@ -0,0 +1,4 @@
|
|||
mod app_memory;
|
||||
// mod debug; TODO: Is this in the right place? Seems to be specifically for solve.rs
|
||||
mod eval;
|
||||
pub mod gen;
|
Loading…
Add table
Add a link
Reference in a new issue