modelica / ModelicaSpecification

Specification of the Modelica Language
https://specification.modelica.org
Creative Commons Attribution Share Alike 4.0 International
102 stars 41 forks source link

Provide an explicit list of constructs which are legal in Base Modelica but not in Modelica #3548

Open casella opened 4 months ago

casella commented 4 months ago

Base Modelica is mostly a subset of Modelica, with some exceptions, which can lead to code that is valid Base Modelica but not valid Modelica.

This is of course a crucial issue for implementors, particularly those who already have a working Modelica compiler:

This information is somewhat scattered in MCP 0031, but this is not really convenient if one needs to take design decisions early on. I believe we should list those differences explicitly in the MCP.

casella commented 4 months ago

Adding @perost and @adrpo to the loop.