Changes between Version 12 and Version 13 of Sysel
- Timestamp:
- 2010-04-23T21:30:58Z (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Sysel
v12 v13 24 24 * Primitive types: `bool`, `char`, `int`, `string` 25 25 * Compound types: class, multi-dimensional array 26 * Other types: delegates 26 27 * Objective features: inheritance, grandfather class, static and non-static method invocation 27 28 * Syntactic sugar: variadic functions, accessor methods (named and indexed properties), autoboxing … … 37 38 * structs 38 39 * interfaces 39 * delegates40 40 * builtin object methods/properties 41 41 * static/nonstatic checking