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

4
repl_eval/src/lib.rs Normal file
View 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;