Changes between Version 17 and Version 18 of Sysel


Ignore:
Timestamp:
2010-05-07T21:12:29Z (14 years ago)
Author:
Jiri Svoboda
Comment:

Constructors implemented

Legend:

Unmodified
Added
Removed
Modified
  • Sysel

    v17 v18  
    2525 * Compound types: class, multi-dimensional array
    2626 * Other types: delegates, enumerations
    27  * Objective features: inheritance, grandfather class, static and non-static method invocation
     27 * Objective features: constructors, inheritance, grandfather class, static and non-static method invocation
    2828 * Syntactic sugar: variadic functions, accessor methods (named and indexed properties), autoboxing
    2929 * Arithmetic: big integers, addition, subtraction, multiplication, boolean operators
     
    4242 * working with binary data
    4343
    44  * constructors
    4544 * generic type constraints
    4645 * method and operator overloading