Function compile

Source
pub fn compile<I: AsRef<Path>, O: AsRef<Path>>(input: I, output: O)
Expand description

Compile the grammar file at input to the parser source code at output. This function is designed to be used in build.rs. It will panic and output the reasons if any error occurs.