[][src]Macro lrpar::lrpar_mod

macro_rules! lrpar_mod {
    ($path:expr) => { ... };
}

A convenience macro for including statically compiled .y files. A file src/a/b/c.y which is statically compiled by lrpar can then be used in a crate with lrpar_mod!("a/b/c.y").