Changes between Version 11 and Version 12 of NewFrontEnd
- Timestamp:
- 2017-01-26T15:05:40Z (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewFrontEnd
v11 v12 123 123 from Modelica conference paper can be used. The inner/outer has a connection to this. 124 124 125 === General discussion===125 === Iterators === 126 126 Handling of iterators needs to be implemented. After some internal discussions the easiest 127 127 way to do this is to extend the current class scope with a new node InstNode.SCOPE_NODE which 128 128 can contain a stack of iterators. The lookup needs to be changed to handle this new node. 129 129 130 === Reporting errors === 130 131 For things that are not implemented yet, or additional error messages for debugging 131 132 is good to add error messages using getInstanceName (as is easy to copy/paste without