mango_compiler_reducing 0.1.0

The tool for reducing the AST to a minimal subset for the Mango programming language (UNDER CONSTRUCTION)
Documentation
[package]
name = "mango_compiler_reducing"
description = "The tool for reducing the AST to a minimal subset for the Mango programming language (UNDER CONSTRUCTION)"
version = "0.1.0"
authors = ["Mark <mverleg.noreply@gmail.com>"]
homepage = "https://mangolang.org/"
documentation = "https://mangolang.org/"
license = "Apache-2.0"
publish = true
include = [
    "src/**/*",
    "Cargo.toml"
]

[dependencies]