Module cfg::symbol [] [src]

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

Reexports

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.