Changes between Version 16 and Version 17 of Ticket #4138


Ignore:
Timestamp:
2016-12-05T02:37:35Z (8 years ago)
Author:
Adrian Pop
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4138 – Description

    v16 v17  
    2525   No support for Inner/Outer is implemented at all so far, but the new instance tree structure should make this fairly straightforward.
    2626
    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.
    2929
    3030 Records (Mahder) ::