repl now complete

Signed-off-by: Ava Hahn <ava@aidanis.online>
This commit is contained in:
Ava Hahn 2023-03-01 11:14:42 -08:00
parent fbb85f2e3d
commit 2439a37aaa
Signed by untrusted user who does not match committer: affine
GPG key ID: 3A4645B8CF806069
9 changed files with 188 additions and 123 deletions

View file

@ -16,7 +16,7 @@
*/
//mod config;
mod config;
mod eval;
mod lex;
mod segment;
@ -37,6 +37,6 @@ pub mod stdlib {
pub use crate::stl::{static_stdlib, dynamic_stdlib};
}
/*pub mod aux {
pub mod aux {
pub use crate::config::configure;
}*/
}