Crate lalrpop_util

Source
Expand description

Runtime utilities for lalrpop generated parsers.

For information about using lalrpop, see the lalrpop documentation.

This crate is designed to be used in conjunction with the lalrpop crate to provide runtime support when interacting with lalrpop generated parsers. Generally speaking, if you are using lalrpop, you want lalrpop specified as a dev-dependency and lalrpop-util as a dependency. Version numbers for the two crates are kept in sync, and we recommend using the same version number for each crate.

Macros§

lalrpop_mod
Define a module using the generated parse from a .lalrpop file.

Structs§

ErrorRecovery
The error type of a recoverable parse error

Enums§

ParseError
Error type for errors returned by lalrpop parsers.