add support for setup_call_cleanup

This commit is contained in:
Mark Thom
2018-02-01 23:03:57 -07:00
parent d1c281ac0a
commit 7b5a2786da
14 changed files with 2076 additions and 1810 deletions

View File

@@ -6,6 +6,8 @@ use prolog::fixtures::*;
use prolog::tabled_rc::*;
pub(crate) mod machine_state;
#[macro_use]
mod machine_state_impl;
use std::cell::RefCell;
use std::collections::{HashMap, HashSet};