parol_runtime 4.3.0

Runtime library for parsers generated by the 'parol' parser generator.
Documentation
1
2
3
4
5
6
#[forbid(missing_docs)]
pub mod parser_types;
pub use parser_types::{LR1State, LRAction, LRParseTable, LRParser, LRProduction};

pub mod parse_tree;
pub use parse_tree::LRParseTree;