Re-exports
pub use lex::LexError;pub use lex::Lexeme;pub use lex::Lexer;pub use parser::LexParseError;pub use parser::Node;pub use parser::ParseError;pub use parser::ParseRepair;pub use parser::RTParserBuilder;pub use parser::RecoveryKind;pub use ctbuilder::ActionKind;pub use ctbuilder::CTParserBuilder;Modules
Macros
A convenience macro for including statically compiled
.y files. A file src/x.y which is
statically compiled by lrpar can then be used in a crate with lrpar_mod!(x).