scryer-prolog 0.8.59

A modern Prolog implementation written mostly in Rust.
1
2
3
4
5
6
7
mod l0_parser;

pub mod ast;
pub mod iterators;
pub mod parser;
pub mod codegen;
pub mod machine;