pub fn parse(cfg: &ParserConfig) -> Result<RtLolaAst, RtLolaError>
Expand description
Invokes the parser with the given configuration.
pub fn parse(cfg: &ParserConfig) -> Result<RtLolaAst, RtLolaError>
Invokes the parser with the given configuration.