[][src]Macro lrlex::lrlex_mod

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

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