Skip to content

Commit

Permalink
Points 25-27
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1135 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
levsa committed Apr 19, 2004
1 parent c25a7d4 commit e6befc1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions modeq/TODO
Expand Up @@ -116,6 +116,21 @@ List of things to implement:
24. Updating the testsuite to Modelica2.1, writing new tests.
12 days

25. Array construction (3.4.4.1). Using array(... for ...)
syntax. Related to 14, should be done after or together with 14.

26. Array constructors with iterators. Using {expr for i in ...}
syntax. Related to 14 and 25.

27. Deduction of ranges (3.3.3.1). It is allowed to leave out "in
range" in loops. e.g.
for i loop
...
end for;
according to specification. Implemented in parser but not
walker and absyn.


Specific adaptions:

For SKF:
Expand Down

0 comments on commit e6befc1

Please sign in to comment.