Changes between Version 33 and Version 34 of Sysel


Ignore:
Timestamp:
2010-06-06T11:21:21Z (14 years ago)
Author:
Jiri Svoboda
Comment:

Interfaces implemented. Update list of missing SBI features.

Legend:

Unmodified
Added
Removed
Modified
  • Sysel

    v33 v34  
    3030 * Other types: delegates, enumerations
    3131 * Objective features: constructors, inheritance, grandfather class, static and non-static method invocation
     32 * Interfaces
    3233 * Static functions, static member variables, static properties
    3334 * Syntactic sugar: variadic functions, accessor methods (named and indexed properties), autoboxing
     
    3839=== Missing SBI features ===
    3940
     41 * Access control
     42 * Method and operator overloading
     43 * Code organization (packages and modules)
     44 * Explicit overriding (`virtual`, `override`)
     45 * Property overriding
     46
    4047 * Division
    4148 * Structs
    42  * Interfaces
    43  * Builtin object methods/properties
    44  * Access control
    4549 * Working with binary data
    46 
    4750 * Generic type constraints
    48  * Method and operator overloading
    49  * Code organization (packages and modules)
    5051
    5152=== Janitorial tasks ===