mangle-engine 0.4.0

Rust implementation of Mangle, a logic programming language
Documentation

mangle-engine

This package is part of the Mangle logic programming language. It contains code related to the evaluation of programs.

"Naive evaluation" refers to the method of deriving facts from existing facts by applying rules, until no more new facts are generated.

See https://codeberg.org/TauCeti/mangle-rs for more information about Mangle.