Skip to main content

Module parser

Module parser 

Source
Expand description

module for core parser functionality

Modules§

deterministic
Core parser functionality for deterministic parsers
nondeterministic
Core parser functionality for non-deterministic parsers
nonterminal
module for auto-generated types of non-terminals representation
semantic_value
state
table
Runtime parser table layouts and access traits.
terminalclass

Traits§

Parser
A trait for Parser that holds the entire parser table. This trait will be automatically implemented by rusty_lr