Changes between Version 15 and Version 16 of Sysel


Ignore:
Timestamp:
2010-05-03T20:52:57Z (14 years ago)
Author:
Jiri Svoboda
Comment:

Implemented: enums, missing: visibility control

Legend:

Unmodified
Added
Removed
Modified
  • Sysel

    v15 v16  
    2424 * Primitive types: `bool`, `char`, `int`, `string`
    2525 * Compound types: class, multi-dimensional array
    26  * Other types: delegates
     26 * Other types: delegates, enumerations
    2727 * Objective features: inheritance, grandfather class, static and non-static method invocation
    2828 * Syntactic sugar: variadic functions, accessor methods (named and indexed properties), autoboxing
     
    3434
    3535 * division
    36  * enumerated types
    3736 * structs
    3837 * interfaces
     
    4039 * static/nonstatic checking
    4140 * static class variables
     41 * visibility control
    4242 * working with binary data
    4343