Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed May 11, 2023
1 parent c294969 commit e43c698
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions RationaleMCP/0031/presentations/pre-test-impl.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,21 @@ Presentation to the Modelica Language Group to seek confirmation that it is mean
### 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]
- 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
- Array dimensions [Henrik]
- Define allowed forms of type aliases
- Allowing array subscripting on general expressions.
- Investigate need for final.
- Allowing array subscripting on general expressions
- Investigate need for final
- More explicit initialization
- Get rid of record member variability prefixes constant and parameter.
- 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.
- 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 e43c698

Please sign in to comment.