[][src]Module cfg::symbol

A type that can represent symbols in a context-free grammar. Symbols are distinguished by their IDs.

Re-exports

pub use self::set::SymbolBitSet;
pub use self::source::SymbolSource;

Modules

set

Informs whether symbols are terminal or nonterminal.

source

Source

Structs

Symbol

A common grammar symbol type.