repl now complete
Signed-off-by: Ava Hahn <ava@aidanis.online>
This commit is contained in:
parent
fbb85f2e3d
commit
2439a37aaa
9 changed files with 188 additions and 123 deletions
|
|
@ -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;
|
||||
}*/
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue