Changes between Version 13 and Version 14 of Sysel


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

Boolean operators implemented

Legend:

Unmodified
Added
Removed
Modified
  • Sysel

    v13 v14  
    2727 * Objective features: inheritance, grandfather class, static and non-static method invocation
    2828 * 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
    3030 * Static type checking (mostly), generic classes (unconstrained), exception handling
    3131 * Bindings: Text file I/O, `WriteLine`, `Exec`
     
    3434
    3535 * division
    36  * boolean operations (and, or, not)
    3736 * enumerated types
    3837 * structs