Changes between Version 17 and Version 18 of Sysel
- Timestamp:
- 2010-05-07T21:12:29Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Sysel
v17 v18 25 25 * Compound types: class, multi-dimensional array 26 26 * Other types: delegates, enumerations 27 * Objective features: inheritance, grandfather class, static and non-static method invocation27 * Objective features: constructors, inheritance, grandfather class, static and non-static method invocation 28 28 * Syntactic sugar: variadic functions, accessor methods (named and indexed properties), autoboxing 29 29 * Arithmetic: big integers, addition, subtraction, multiplication, boolean operators … … 42 42 * working with binary data 43 43 44 * constructors45 44 * generic type constraints 46 45 * method and operator overloading