Changes between Version 33 and Version 34 of Sysel
- Timestamp:
- 2010-06-06T11:21:21Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Sysel
v33 v34 30 30 * Other types: delegates, enumerations 31 31 * Objective features: constructors, inheritance, grandfather class, static and non-static method invocation 32 * Interfaces 32 33 * Static functions, static member variables, static properties 33 34 * Syntactic sugar: variadic functions, accessor methods (named and indexed properties), autoboxing … … 38 39 === Missing SBI features === 39 40 41 * Access control 42 * Method and operator overloading 43 * Code organization (packages and modules) 44 * Explicit overriding (`virtual`, `override`) 45 * Property overriding 46 40 47 * Division 41 48 * Structs 42 * Interfaces43 * Builtin object methods/properties44 * Access control45 49 * Working with binary data 46 47 50 * Generic type constraints 48 * Method and operator overloading49 * Code organization (packages and modules)50 51 51 52 === Janitorial tasks ===