Changes between Version 33 and Version 34 of Ticket #4138


Ignore:
Timestamp:
2017-03-20T14:23:30Z (8 years ago)
Author:
Adrian Pop
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4138 – Description

    v33 v34  
    6060  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.
    6161
    62  Constant Evaluation (Lennart) 80%::
     62 Constant Evaluation (Lennart) 90%::
    6363  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.
    6464