Function process_dir

Source
pub fn process_dir<P: AsRef<Path>>(dir: P) -> Result<()>
Expand description

Recursively process a given dir and generate a parser for each found grammar with default settings.

§Example

rustemo_compiler::process_dir("~/my_project")

§Errors

In case of an error a value of rustemo::Error is returned.