Function compile

Source
pub fn compile(filename: String, input: String) -> Result<String, ()>
Expand description

Compile a peg grammar to Rust source, printing errors to stderr