parse

Function parse 

Source
pub fn parse<'a>(
    config: impl Into<FrontendConfig<'a>>,
) -> Result<StreamIr, ParseError>
Expand description

Parse a specification directly into the StreamIR representation.

See the RTLola Frontend on more details about the config argument. The resulting StreamIR does not have any optimizations applied.