Changes between Version 33 and Version 34 of Ticket #4138
- Timestamp:
- 2017-03-20T14:23:30Z (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4138 – Description
v33 v34 60 60 The support for operator overloading from the current front-end (or the previous implementation of the new front-end) should be ported to the new front-end. Most of the Operator Overloading resolution is done, lookup of actual deoverloaded functions is needed. 61 61 62 Constant Evaluation (Lennart) 80%::62 Constant Evaluation (Lennart) 90%:: 63 63 Constant evaluate structural parameters (minimal) or any other constant/parameter bindings (not by default). Per implemented a new type of DAE component reference that contains links to the instantiated component tree on which one can do evaluation of bindings. Support for evaluating expressions has been implemented except ranges, sizes, records. We should ONLY evaluate what we need and nothing more. 64 64