//! An implementation of `Context` for OftLisp that uses ANF as an IR.
extern crate byteorder;
extern crate either;
extern crate gc;
extern crate gc_derive;
extern crate itertools;
extern crate log;
extern crate oftlisp;
extern crate smallvec;
pub use RuntimeError;
pub use PRIMITIVES;
pub use ;