Expand description

Basic grammar data structures and algorithms

Re-exports

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 the context-free grammar types

Module with a grammar position type

Module with types related to grammar productions

Module with symbol types