mangle-engine

Crates.iomangle-engine
lib.rsmangle-engine
version0.1.1
sourcesrc
created_at2024-06-11 20:50:39.708479
updated_at2024-07-25 09:39:20.572251
descriptionRust implementation of Mangle, a logic programming language
homepagehttps://github.com/google/mangle
repositoryhttps://github.com/google/mangle
max_upload_size
id1268899
size21,685
Burak Emir (burakemir)

documentation

https://github.com/google/mangle

README

mangle_ast

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://github.com/google/mangle for more information about Mangle.

Commit count: 144

cargo fmt