Description
A parser for the modelica language.
Description
According to the Modelica Language Specification 3.3, Apendix B: https://modelica.org/documents/ModelicaSpec33.pdf. The main interface of the parser is in Language.Modelica.Parser
. The main entry point to the parser is stored_definition
.