1 |
Not in order of importance: |
2 |
1) CONCAT will not properly handle REF arguments that are either REF(variable) that in itself is a REF to another variable or is of the form REF(a;b). |
3 |
2) REF, CONCAT etc. will not work outside of numoccurs and value tags |
4 |
3) USEREF does not work |
5 |
4) EVAL should be more robust |
6 |
5) EVAL should eventually migrate to a Java math parser like JEPLite (http://jeplite.sourceforge.net/) or JMEP (http://jmep.tigris.org/) |
7 |
6) Constraints are not implemented |
8 |
7) Aliases are not implemented and would help clean things up |
9 |
8) 2D arrays should better show as 2D |
10 |
9) Easy way to fill in values in an array |
11 |
10) Easy way to reread a description or a whole set of descriptions |
12 |
11) A way to reference the k-th element of an array is missing from LCML |
13 |
12) |