Macro lrlex::lrlex_mod[][src]

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

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