Crate pag_compiler
source ·Expand description
The compiler of Paguroidea. Designed for build scripts.
Functions
- Compile the grammar file at
input
to the parser source code atoutput
. This function is designed to be used inbuild.rs
. It will panic and output the reasons if any error occurs.