Changes between Version 15 and Version 16 of Sysel
- Timestamp:
- 2010-05-03T20:52:57Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Sysel
v15 v16 24 24 * Primitive types: `bool`, `char`, `int`, `string` 25 25 * Compound types: class, multi-dimensional array 26 * Other types: delegates 26 * Other types: delegates, enumerations 27 27 * Objective features: inheritance, grandfather class, static and non-static method invocation 28 28 * Syntactic sugar: variadic functions, accessor methods (named and indexed properties), autoboxing … … 34 34 35 35 * division 36 * enumerated types37 36 * structs 38 37 * interfaces … … 40 39 * static/nonstatic checking 41 40 * static class variables 41 * visibility control 42 42 * working with binary data 43 43