Changes between Version 12 and Version 13 of Sysel


Ignore:
Timestamp:
2010-04-23T21:30:58Z (14 years ago)
Author:
Jiri Svoboda
Comment:

Delegates implemented

Legend:

Unmodified
Added
Removed
Modified
  • Sysel

    v12 v13  
    2424 * Primitive types: `bool`, `char`, `int`, `string`
    2525 * Compound types: class, multi-dimensional array
     26 * Other types: delegates
    2627 * Objective features: inheritance, grandfather class, static and non-static method invocation
    2728 * Syntactic sugar: variadic functions, accessor methods (named and indexed properties), autoboxing
     
    3738 * structs
    3839 * interfaces
    39  * delegates
    4040 * builtin object methods/properties
    4141 * static/nonstatic checking