mangle-engine 0.1.0

Rust implementation of Mangle, a logic programming language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "mangle-engine"
version.workspace = true
edition.workspace = true
description.workspace = true
documentation.workspace = true
license.workspace = true
homepage.workspace = true
repo.workspace = true

[dependencies]
anyhow.workspace = true
bumpalo.workspace = true
mangle-analysis.workspace = true
mangle-ast.workspace = true
mangle-factstore.workspace = true