Registry / other / cfgrammar

cfgrammar

JSON →
library0.14.2rscratesunverified

Provides data structures and algorithms for context-free grammar manipulation.

# Cargo.toml [dependencies] cfgrammar = "0.14.2"
INSTALL
IMPORT
SIG · CFGRAMMAR
C
cfgrammar
otherrustv0.14.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

YaccGrammar
use cfgrammar::yacc::YaccGrammar;

Creates a new Yacc grammar instance.

use cfgrammar::yacc::YaccGrammar; fn main() { let grammar = YaccGrammar::new(); println!("Grammar created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.14.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
cfgrammar — cargo add cfgrammar · libregistry