Changes between Version 28 and Version 29 of Sysel
- Timestamp:
- 2010-05-22T19:10:03Z (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Sysel
v28 v29 30 30 * Other types: delegates, enumerations 31 31 * Objective features: constructors, inheritance, grandfather class, static and non-static method invocation 32 * Static functions, static member variables, static properties 32 33 * Syntactic sugar: variadic functions, accessor methods (named and indexed properties), autoboxing 33 34 * Arithmetic: big integers, addition, subtraction, multiplication, boolean operators … … 37 38 === Missing SBI features === 38 39 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 46 46 47 * generic type constraints48 * method and operator overloading49 * code organization (packages and modules)47 * Generic type constraints 48 * Method and operator overloading 49 * Code organization (packages and modules) 50 50 51 51 == NNPS ==