Function rtlola_parser::parse_with_handler[][src]

pub fn parse_with_handler(
    cfg: ParserConfig,
    handler: &Handler
) -> Result<RtLolaAst, String>
Expand description

Invokes the parser with the given configuration and uses the provided Handler for error reporting.