scryer-prolog 0.8.81

A modern Prolog implementation written mostly in Rust.
1
2
3
4
5
6
7
8
9
pub mod and_stack;
pub mod ast;
pub mod codegen;
pub mod heapview;
pub mod io;
pub mod iterators;
pub mod l3_parser;
pub mod machine;
pub mod or_stack;