Crate moparse

Source

Structs§

ParsedModelica
Output from the parser. Contains everything necesary to build a parse tree.
Token
Represents a single Modelica token.

Enums§

ModelicaToken
Represents a type of a Modelica token. Defined based on [Modelica Specification 3.7]
SyntaxEvent
Represents a single Modelica syntax event.
SyntaxKind
Represents Modelica grammar rules as defined in Modelica Specification 3.6.

Functions§

parse
Return Parsed object generated from the source string.