Michael Tiller
Michael Tiller
It would be nice if there were canonical ways to link to both the Modelica Standard Library and the Modelica Specification. It might be a nice idea for the Modelica...
Include index information in search results.
As pointed out in #86, the 1D heat transfer model contains the `n` parameter. I would have expected this to be bound, but it still appears in the parameter list....
In #54, @tbeu suggested the following reorganization: Subsystems.Pendula.Pendulum -> Subsystems.Pendula.Components.Pendulum Subsystems.Pendula.System -> Subsystems.Pendula.Examples.System
I should add experiment annotations to all the examples. However, when including these examples into the text of the book, I'll typically want to strip the annotations. So I'll need...
Currently, the lexer doesn't use any kind of quoted identifiers. Instead, it assumes there is no overlap between the characters of the Denada grammar (`{`, `}`, `;`, _etc_) and the...
Currently, the APIs for querying the AST are kind of a mess. I need to build a consistent API for both elements and element lists.
There are many cases where it would be good to guarantee unique names for elements. For this reason, I think it would be good to introduce another special pattern to...