Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 88 (100.0%) | 6583 (100.0%) | 74.8 |
petar | 50 (56.8%) | 3340 (50.7%) | 66.8 |
henjo | 7 (8.0%) | 1767 (26.8%) | 252.4 |
adrpo | 3 (3.4%) | 624 (9.5%) | 208.0 |
kajny | 5 (5.7%) | 364 (5.5%) | 72.8 |
levsa | 17 (19.3%) | 312 (4.7%) | 18.3 |
x02danhe | 2 (2.3%) | 167 (2.5%) | 83.5 |
haklu | 3 (3.4%) | 5 (0.1%) | 1.6 |
x02lucpo | 1 (1.1%) | 4 (0.1%) | 4.0 |
Moved directory modeq to Compiler. Updated references to the modeq directory so that they refer to Compiler/ instead
0 lines of code changed in 8 files:
removed an wrongfull check for file-existance
4 lines of code changed in 1 file:
fixed parse error message
2 lines of code changed in 1 file:
2005-02-04 Adrian Pop, adrpo@ida.liu.se
Somebody added code for flat modelica and failed to add
try{...} catch {...} statements.
Also, some redundant code was removed
H?kan pointed out this error!
Adrian/
---
183 lines of code changed in 1 file:
Lade till s? att flat_modelica_parser blir med i vctarget
1 lines of code changed in 1 file:
Fixed ordering bug
18 lines of code changed in 1 file:
Updated to reasoably working item
177 lines of code changed in 1 file:
Adrian Pop, adrpo@ida.liu.se
2004-10-29
-------------------------------------------------------------->
/modelica/modeq/absyn_builder/parse.cpp
-------------------------------------------------------------->
- RML_BEGIN_LABEL(Parser__parse)
+ added delete parse; delete lex;
- get_string(...)
+ changed static buf, static size to not static in order not to
interfere to other local buf in the runtime.
- RML_BEGIN_LABEL(Parser__parsestring), RML_BEGIN_LABEL(Parser__parsestringexp)
+ added getStringHolder to be able to delete [] the temp value
we get from get_string(...);
54 lines of code changed in 1 file:
2004-10-05 adrpo moved initialization of "ast" to
the begining of Parse.* functions
387 lines of code changed in 1 file:
some modpar bugs
1 lines of code changed in 1 file:
Minor debug support
7 lines of code changed in 1 file:
Bug fixes: was returning garbage when t==null
232 lines of code changed in 1 file:
Turned off defaultErrorHandler
1 lines of code changed in 1 file:
Added line and column info to ast
6 lines of code changed in 1 file:
Added line and column info to AST
163 lines of code changed in 2 files:
Fixed parser error in array constructor code in parser
Added more debug support (error message in parsestringexp)
Fixed some .cvsignore files
35 lines of code changed in 2 files:
Array constructor added as syntactic sugar. {expr for iter in range} is created
as array(expr for iter in range) in Absyn. Implemented in walker.
5 lines of code changed in 1 file:
Bugfix
2 lines of code changed in 1 file:
For iterators (reduction expressions 3.4.3.1) and array constructors with
iterators (3.4.4.1)
28 lines of code changed in 1 file:
*** empty log message ***
0 lines of code changed in 1 file:
Minor fixes
2 lines of code changed in 1 file:
Updated testing script to handle parse error message tests. Added tests for for parse error messages.
15 lines of code changed in 1 file:
Improved parsing error messages and propagated these to clients when using the interactive API.
152 lines of code changed in 1 file:
*** empty log message ***
4 lines of code changed in 1 file:
Fixed small things, script callable from prompt using modeq scriptname.mos.
53 lines of code changed in 1 file:
Added overload operator, again! and fixed external function bug.
48 lines of code changed in 1 file:
Improved performance, fixed bugs.
3 lines of code changed in 1 file:
Added split definitions, e.g. allowing 'package A' as input.
28 lines of code changed in 2 files:
Removed overload keyword, instead allowing multiple definitions of functions with same name in the same scope.
1 lines of code changed in 1 file:
Upgraded parser to work with antlr-2.7.2, will probably not work with 2.7.1 anymore
34 lines of code changed in 1 file:
Fixed plotting function, using ptolemy. Export and import of simulation data according to ptolemy standard..
1 lines of code changed in 1 file:
Added support for operator and function overloading.
29 lines of code changed in 1 file:
Added support for quoting using the Code keyword. Implemented a faster Env: is now a hashtable using RMLs vector datatype. This will prevent a linear search in each frame.
41 lines of code changed in 1 file:
Cache now working, but speeds things down :(
1 lines of code changed in 1 file:
Added element support for builtin types, e.g. unit, quantity. Added getUnit, getQuantity,..., functions. Fixed optional modification in absyn and parser. Added support for structural parameters and partly implemented analysis to dectect those.
7 lines of code changed in 2 files:
Fixed attributes in derived classes.
11 lines of code changed in 1 file:
Fixed several statements per input. Ouput if no semicolon.
29 lines of code changed in 3 files:
Unparser running. Accepting whole modelica standard library.
8 lines of code changed in 1 file:
redeclare partly implemented (no subtype checking, final checking,etc yet)
2 lines of code changed in 1 file:
Added module classloader and function loadClass that loads a class from MODELICAPATH.
11 lines of code changed in 1 file:
(26 more)