Function rtlola_parser::parse

source ·
pub fn parse(cfg: ParserConfig) -> Result<RtLolaAst, RtLolaError>
Expand description

Invokes the parser with the given configuration.

Examples found in repository?
src/lib.rs (line 85)
84
85
86
    pub fn parse(self) -> Result<RtLolaAst, RtLolaError> {
        parse(self)
    }