cfg-examples 0.1.0

Library for manipulating context-free grammars.
Documentation
[[bench]]
name = "bench_clone"
path = "benches/bench_clone.rs"

[dependencies.cfg]
version = "0.10.0"

[dependencies.cfg-load]
version = "0.1.0"

[features]
nightly = []

[lib]
name = "cfg_examples"
path = "src/lib.rs"

[package]
authors = ["Peter Blackson <pioczarn@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Library for manipulating context-free grammars."
edition = "2024"
homepage = "https://github.com/pczarn/cfg/"
keywords = ["grammar", "parsing", "language"]
license = "MIT OR Apache-2.0"
name = "cfg-examples"
readme = "README.md"
repository = "https://github.com/pczarn/cfg/"
resolver = "2"
rust-version = "1.87"
version = "0.1.0"

[[test]]
name = "test_c"
path = "tests/test_c.rs"