Function lrpeg::build_parser[][src]

pub fn build_parser(source: &str, modname: &str) -> String
Expand description

Generate a parser module for the peg described in source. The result is a rust module as String.