[][src]Macro lrpar::lrpar_mod

macro_rules! lrpar_mod {
    ($n:ident) => { ... };
}

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).