Changes between Version 7 and Version 8 of Sysel


Ignore:
Timestamp:
2010-04-13T21:02:29Z (14 years ago)
Author:
Jiri Svoboda
Comment:

Basic support for generics implemented.

Legend:

Unmodified
Added
Removed
Modified
  • Sysel

    v7 v8  
    2727 * Syntactic sugar: variadic functions, accessor methods (named and indexed properties)
    2828 * Arithmetic: big integers, addition, subtraction, multiplication
    29  * Static type checking (mostly), Exception handling
     29 * Static type checking (mostly), generic classes (unconstrained), exception handling
    3030 * Bindings: Text file I/O, `WriteLine`, `Exec`
    3131
     
    4343 * working with binary data
    4444
    45  * generic types
     45 * generic type constraints
    4646 * method and operator overloading
    4747 * packaging