Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 20 (100.0%) | 310 (100.0%) | 15.5 |
Compiler/ | 12 (60.0%) | 162 (52.3%) | 13.5 |
testsuite/mofiles/ | 5 (25.0%) | 142 (45.8%) | 28.4 |
modelica_parser/src/ | 2 (10.0%) | 4 (1.3%) | 2.0 |
Compiler/absyn_builder/ | 1 (5.0%) | 2 (0.6%) | 2.0 |
1 lines of code changed in 1 file:
Fixed reading of break/return from .mof files
8 lines of code changed in 2 files:
Support for brake and return: fixed getAllExpsStmt; added test cases.
142 lines of code changed in 4 files:
LoopContext; check that *break* is inside a loop
95 lines of code changed in 4 files:
Support for *break* and *return*
Missing: (a) checking that used inside for/while and (for *return*) in function body (b) reading from flat Modelica (for/while if flat Modelica not yet supported)
64 lines of code changed in 9 files: