Changes between Version 47 and Version 48 of Ticket #4138
- Timestamp:
- 2017-08-28T12:35:19Z (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4138 – Description
v47 v48 40 40 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. 41 41 42 Reduction operators and Builtin Array functions (Mahder) 90%::42 Reduction operators and Builtin Array functions (Mahder) 80%:: 43 43 First the function handling needs to be completed by Mahder. 44 44 Adapt the old Static.mo to the new expressions types in the NF. 45 matrix, vector, scalar, {}, []. 45 46 46 47 Typing (Mahder, Peter) 70%::