[lib]
name = "grammatica"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing", "compilers"]
description = "Rust library for representing and transforming formal grammars (Chomsky hierarchy today; extensible toward attribute, probabilistic, and specialized grammars)."
documentation = "https://docs.rs/grammatica"
edition = "2021"
exclude = [".devcontainer/*", ".github"]
homepage = "https://github.com/platinvm/grammatica"
keywords = ["grammar", "formal-language", "parsing", "chomsky", "compiler"]
license = "MIT"
name = "grammatica"
readme = "README.md"
repository = "https://github.com/platinvm/grammatica"
version = "0.1.2"