Skip to content

Commit

Permalink
Update pre-test-impl.md
Browse files Browse the repository at this point in the history
Web Meeting
  • Loading branch information
olivleno committed May 4, 2023
1 parent 4ebc0d9 commit c294969
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions RationaleMCP/0031/presentations/pre-test-impl.md
Expand Up @@ -25,12 +25,29 @@ Presentation to the Modelica Language Group to seek confirmation that it is mean
### Benefits
- Modelica Language Group perspective
- ...
- Tool vendor perspective
- ...
- End-user perspective
- ...

### Base Modelica Design Goals

### Base Modelica Key Features
- Get rid of the obviously irrelevant parts of the grammar.
- Get rid of connect equations.
- Get rid of conditional components.
- Get rid of unbalanced if-equations.
- Handle array dimensions with parameter variability. [Henrik]
- Define allowed forms of type aliases
- Allowing array subscripting on general expressions.
- Investigate need for final.
- More explicit initialization
- Get rid of record member variability prefixes constant and parameter.
- Base Modelica types are constant
- Simplify modifications.
- Simplify record construction and function default arguments.
- Figure out what to do with synchronous features.
- Source locations pointing back to the original Modelica code.

### Base Modelica Examples

Expand Down

0 comments on commit c294969

Please sign in to comment.