TUM-LRR / era-gp-sim

ERA-Großpraktikum Simulatorentwicklung
GNU General Public License v3.0
16 stars 4 forks source link

Better support for builtin macros #286

Closed kreudom closed 7 years ago

kreudom commented 7 years ago

Errors while parsing built-in macros are now placed at the position of the macro call.

Additionally, executeNextLine will now execute Nodes until a valid line is reached again. This means built-in macros are executed in one step.