Changes between Version 30 and Version 31 of Ticket #4138
- Timestamp:
- 2017-03-13T14:17:00Z (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4138 – Description
v30 v31 38 38 So far only support for the basic types and time is implemented. Support for all the builtin functions and other builtin things (e.g. StateSelect, ExternalObject, etc.) needs to be implemented. As much as possible should be implemented via ModelicaBuiltin. Tests added. Support for functions with variable number of arguments not yet implemented. 39 39 40 Builtin Array functions and operators (Arun, Mahder) :: 41 First the function handling needs to be completed by Mahder. 42 Adapt the old Static.mo to the new expressions types in the NF. 43 40 44 Typing (Mahder, Peter) 70%:: 41 45 Quite a lot of typing is already implemented, but it needs to be expanded to handle all kinds of expressions and so on.