add findall/3

This commit is contained in:
Mark Thom
2019-02-22 00:56:04 -07:00
parent 0453435bcd
commit f41b5f465e
10 changed files with 255 additions and 114 deletions

View File

@@ -3,6 +3,7 @@ extern crate ordered_float;
extern crate prolog_parser;
#[macro_use] pub mod instructions;
pub mod heap;
mod and_stack;
#[macro_use] mod macros;
#[macro_use] mod allocator;