Crate erg_parser
source · [−]Expand description
Implements Parser for Erg. Parser parses the source code to generate AST,
and performs type checking and other optimizations if necessary.
Re-exports
pub use parse::Parser;pub use parse::ParserRunner;