Changes between Version 8 and Version 9 of Sysel


Ignore:
Timestamp:
2010-04-17T18:21:01Z (14 years ago)
Author:
Jiri Svoboda
Comment:

Autoboxing implemented.

Legend:

Unmodified
Added
Removed
Modified
  • Sysel

    v8 v9  
    2525 * Compound types: class, multi-dimensional array
    2626 * 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
    2828 * Arithmetic: big integers, addition, subtraction, multiplication
    2929 * Static type checking (mostly), generic classes (unconstrained), exception handling
     
    3838 * delegates
    3939 * builtin object methods/properties
    40  * auto-boxing
    4140 * static/nonstatic checking
    4241 * static class variables