add batch processing.

This commit is contained in:
Mark Thom
2018-01-30 00:59:42 -07:00
parent 9ce6403244
commit 2628e27595
4 changed files with 21 additions and 5 deletions

View File

@@ -18,6 +18,7 @@ pub mod heap_print;
pub mod indexing;
pub mod io;
pub mod iterators;
pub mod lib;
pub mod machine;
pub mod or_stack;
pub mod parser;