Added more debug support (error message in parsestringexp)
2 lines of code changed in 1 file:
have run make depend
8 lines of code changed in 1 file:
Fixed parser error in array constructor code in parser
Added more debug support (error message in parsestringexp)
Fixed some .cvsignore files
94 lines of code changed in 17 files:
Added corba stuff to configure and made it an optional package
331 lines of code changed in 7 files:
Constant checking of array constructor expressions containing iterators fixed.
21 lines of code changed in 3 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.
13 lines of code changed in 3 files:
Bugfix
2 lines of code changed in 1 file:
Initial work for reduction expressions, e.g. parameter Real a[5]=array(2.*i for i in 1:5);
103 lines of code changed in 6 files:
const struct dirent
4 lines of code changed in 1 file:
Added "none" virtual flag. Debug.debug_flag("none") returns true when no
+d-flags given.
17 lines of code changed in 1 file:
Minor
1 lines of code changed in 1 file:
For iterators (reduction expressions 3.4.3.1) and array constructors with
iterators (3.4.4.1)
38 lines of code changed in 2 files:
PROP_TUPLE?
1 lines of code changed in 1 file:
Removed buffer clearing for easier debugging!
Added "none" virtual flag calls and "flatmodelica" flag calls.
"none" will return true when no +d-debug flags is given.
9 lines of code changed in 1 file:
Removed forgotten debug printing.
2 lines of code changed in 1 file:
Merge mistake fix.
FOR_ITER_EXP and FOR_ITER_FARG
26 lines of code changed in 1 file:
FOR_ITER_EXP and FOR_ITER_FARG
4 lines of code changed in 1 file:
28.
3 lines of code changed in 1 file:
Virtual flag "none"
1 lines of code changed in 1 file:
Points 25-27
15 lines of code changed in 1 file:
Fixed error in print_list_debug
24 lines of code changed in 1 file:
Added fcallret
15 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:
Fixed for antlr 2.7.2
7 lines of code changed in 1 file:
*** empty log message ***
6 lines of code changed in 2 files:
Updated testing script to handle parse error message tests. Added tests for for parse error messages.
77 lines of code changed in 5 files:
Improved parsing errors.
3 lines of code changed in 1 file:
Improved parsing error messages and propagated these to clients when using the interactive API.
175 lines of code changed in 4 files: