revamp evaluable functors, add missing evaluable functors

This commit is contained in:
Mark Thom
2019-05-12 20:14:00 -04:00
parent f988b67403
commit f344150322
19 changed files with 1083 additions and 308 deletions

View File

@@ -1,6 +1,6 @@
extern crate num;
extern crate ordered_float;
extern crate prolog_parser;
extern crate rug;
pub mod instructions;
#[macro_use] mod macros;