Expand description

Basic grammar data structures and algorithms

Re-exports

pub use attributes::Decorate;
pub use attributes::ProductionAttribute;
pub use attributes::SymbolAttribute;
pub use cfg::Cfg;
pub use pos::Pos;
pub use production::Pr;
pub use production::Rhs;
pub use symbol::Symbol;
pub use symbol::Terminal;

Modules

Module with attributes used at certain items of a grammar.

Module with the context-free grammar types

Module with a grammar position type

Module with types related to grammar productions

Module with symbol types