pub fn parse_to_base_hir(
    cfg: ParserConfig
) -> Result<RtLolaHir<BaseMode>, RtLolaError>
Expand description

Attempts to parse a textual specification into an RtLolaHir<BaseMode>.

The specification is wrapped into a ParserConfig and can either be a string or a path to a specification file.

Fail

Fails if either the parsing was unsuccessful due to parsing errors such as incorrect syntax or the initial analysis failed due occurrences of unknown identifiers.