Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 13 (100.0%) | 232 (100.0%) | 17.8 |
modelica_parser/src/ | 1 (7.7%) | 130 (56.0%) | 130.0 |
testsuite/mofiles/ | 7 (53.8%) | 52 (22.4%) | 7.4 |
Compiler/runtime/ | 2 (15.4%) | 40 (17.2%) | 20.0 |
c_runtime/libf2c/ | 1 (7.7%) | 5 (2.2%) | 5.0 |
Compiler/absyn_builder/ | 1 (7.7%) | 4 (1.7%) | 4.0 |
testsuite/mosfiles/ | 1 (7.7%) | 1 (0.4%) | 1.0 |
* fix include path when building with mico 2.3.12
1 lines of code changed in 1 file:
* updated the tests so that they pass. Panic mode handles these faulty
constructs and reports no error message. Error message handling should
be added to the batch mode of OMC. Errors can be found in the error message
queue.
43 lines of code changed in 5 files:
* added PANIC MODE error recovery to the parser. This breaks two tests
(ParseError1 and 2) so those are temporarily fixed.
183 lines of code changed in 6 files:
* make sure generated file is called 'a.exe' so you can
compile in GNU/Linux (and other OS'es)
5 lines of code changed in 1 file: