Martin Sjölund
Martin Sjölund
Is there a reason that ModelicaByExample has not been updated for any of the tagged releases of the book? It might be OK that v0.5.0 - v0.5.3 are the same...
For example, the generated code for ModelicaByExample.Introduction is lacking: https://build.openmodelica.org/Documentation/ModelicaByExample.Introduction.html The book has a lot of details, but there seems to be documentation lacking in the Modelica code.
Currently, ModelicaServices is backwards compatible with older versions of itself and has noneFromVersion conversion annotations. However, it has a uses-annotation on Modelica which in turn has a uses-annotation on ModelicaServices....
Closes #3909
This uses a combined ANTLR3 and ANTLR4 grammar (the differences are converted from ANTLR3 to ANTLR4). ANTLR4 is used to run the grammar easily, and ANTLR3 to analyze the grammar...
In Flat Modelica it is possible to have a subscript on any (parenthesized) expression. The reason for this generalization is that some manipulations, in particular inlining of function calls, can...
This fixed the main issue reported in ticket:4584.
This resolves ticket:4756 by keeping track of when clocked operators have been used.