Changes between Version 9 and Version 10 of NewFrontEnd


Ignore:
Timestamp:
2017-01-26T15:55:38+01:00 (8 years ago)
Author:
adrpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NewFrontEnd

    v9 v10  
    125125=== General discussion ===
    126126Handling of iterators needs to be implemented. After some internal discussions the easiest
    127 way to do this is to extend the current class scope with the needed iterators (as we do also
    128 for the current front-end).
     127way to do this is to extend the current class scope with a new node InstNode.SCOPE_NODE which
     128can contain a stack of iterators. The lookup needs to be changed to handle this new node.
     129
     130For things that are not implemented yet, or additional error messages for debugging
     131is good to add error messages using getInstanceName (as is easy to copy/paste without
     132changing the name of the function).
     133Example:
     134{{{
     135assert(false, getInstanceName() + " got unknown class");
     136}}}
    129137
    130138== Known issues ==