27 | | Functions (Adrian, Peter) :: |
28 | | No support for functions so far. Instantiation and typing of functions needs to be implemented, and we need some way of storing them during the instantiation (reuse function table from "old new frontend"?). |
| 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. |