make use of read_term in the repl

This commit is contained in:
Mark Thom
2018-09-10 00:18:17 -06:00
parent 664f0f83dc
commit 3f06ff874b
15 changed files with 224 additions and 295 deletions

View File

@@ -16,9 +16,9 @@ mod debray_allocator;
mod fixtures;
mod heap_iter;
mod indexing;
pub mod io;
pub mod write;
mod iterators;
mod or_stack;
pub mod heap_print;
mod targets;
mod read;
pub mod read;