[][src]Macro lrlex::lrlex_mod

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

A convenience macro for including statically compiled .l files. A file src/x.l which is statically compiled by lrlex can then be used in a crate with lrlex_mod!(x).