Structs§
- Parsed
Modelica - Output from the parser. Contains everything necesary to build a parse tree.
- Token
- Represents a single Modelica token.
Enums§
- Modelica
Token - Represents a type of a Modelica token. Defined based on [Modelica Specification 3.7]
- Syntax
Event - Represents a single Modelica syntax event.
- Syntax
Kind - Represents Modelica grammar rules as defined in Modelica Specification 3.6.
Functions§
- parse
- Return
Parsed
object generated from thesource
string.