27 | | Functions (Adrian, Peter) 5%:: |
28 | | Partial support for functions. Instantiation and typing of functions is implemented. Only positional arguments are supported currently. Prefixing is not yet handled correctly. Some way of storing functions during the instantiation (reuse function table from "old new frontend"?) is needed. |
| 27 | Functions (Adrian, Peter) 15%:: |
| 28 | Partial support for functions. Instantiation and typing of functions is implemented. Positional arguments and named arguments are supported. Vectorization of functions needs to be implemented. Prefixing is not yet handled correctly. Support for reductions needs to be implemented. Some way of storing functions during the instantiation is needed so that they end up in the DAE (we can probably use the component tree directly for this). |