Changes between Version 28 and Version 29 of Sysel


Ignore:
Timestamp:
2010-05-22T19:10:03Z (14 years ago)
Author:
Jiri Svoboda
Comment:

Static member variables implemented.

Legend:

Unmodified
Added
Removed
Modified
  • Sysel

    v28 v29  
    3030 * Other types: delegates, enumerations
    3131 * Objective features: constructors, inheritance, grandfather class, static and non-static method invocation
     32 * Static functions, static member variables, static properties
    3233 * Syntactic sugar: variadic functions, accessor methods (named and indexed properties), autoboxing
    3334 * Arithmetic: big integers, addition, subtraction, multiplication, boolean operators
     
    3738=== Missing SBI features ===
    3839
    39  * division
    40  * structs
    41  * interfaces
    42  * builtin object methods/properties
    43  * static class variables
    44  * visibility control
    45  * working with binary data
     40 * Division
     41 * Structs
     42 * Interfaces
     43 * Builtin object methods/properties
     44 * Visibility control
     45 * Working with binary data
    4646
    47  * generic type constraints
    48  * method and operator overloading
    49  * code organization (packages and modules)
     47 * Generic type constraints
     48 * Method and operator overloading
     49 * Code organization (packages and modules)
    5050
    5151== NNPS ==