Changes between Version 13 and Version 14 of Sysel
- Timestamp:
- 2010-04-25T18:48:21Z (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Sysel
v13 v14 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 29 * Arithmetic: big integers, addition, subtraction, multiplication 29 * Arithmetic: big integers, addition, subtraction, multiplication, boolean operators 30 30 * Static type checking (mostly), generic classes (unconstrained), exception handling 31 31 * Bindings: Text file I/O, `WriteLine`, `Exec` … … 34 34 35 35 * division 36 * boolean operations (and, or, not)37 36 * enumerated types 38 37 * structs