Changes between Version 8 and Version 9 of Sysel
- Timestamp:
- 2010-04-17T18:21:01Z (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Sysel
v8 v9 25 25 * Compound types: class, multi-dimensional array 26 26 * Objective features: inheritance, grandfather class, static and non-static method invocation 27 * Syntactic sugar: variadic functions, accessor methods (named and indexed properties) 27 * Syntactic sugar: variadic functions, accessor methods (named and indexed properties), autoboxing 28 28 * Arithmetic: big integers, addition, subtraction, multiplication 29 29 * Static type checking (mostly), generic classes (unconstrained), exception handling … … 38 38 * delegates 39 39 * builtin object methods/properties 40 * auto-boxing41 40 * static/nonstatic checking 42 41 * static class variables