Module syntax

Source

Re-exports§

pub use first::*;
pub use follow::*;
pub use jump::*;
pub use ast::*;

Modules§

ast
first
follow
jump
Predictive parsing table

Macros§

terminal_set

Structs§

Error
Error encountered during parsing
Metadata
MetadataBuilder
TerminalSet
A set of terminal symbols, and possibly a special empty symbol

Enums§

ErrorKind
LitSet
A set of literal constants
ProductionEntry
Result
Result of parsing an AST node