Changes between Version 5 and Version 6 of Sysel


Ignore:
Timestamp:
2010-04-11T10:43:16Z (14 years ago)
Author:
Jiri Svoboda
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Sysel

    v5 v6  
    44
    55 * [https://launchpad.net/sysel Sysel project at launchpad]
     6 * [http://trac.helenos.org/trac.fcgi/browser/head/uspace/dist/src/sysel/demos Examples of real (working) Sysel code]
     7
     8Note that Sysel syntax is not finalized yet so the examples presented may be subject to change.
    69
    710== Roadmap ==
     
    1922=== Synopsis of current SBI features ===
    2023
    21  * Primitive types: bool, char, int, string
     24 * Primitive types: `bool`, `char`, `int`, `string`
    2225 * Compound types: class, multi-dimensional array
    2326 * Objective features: inheritance, grandfather class, static and non-static method invocation
    24  * Syntactic sugar: variadic functions, accessor methods (named and indexed)
     27 * Syntactic sugar: variadic functions, accessor methods (named and indexed properties)
    2528 * Arithmetic: big integers, addition, subtraction, multiplication
    2629 * Static type checking (mostly), Exception handling
    27  * Bindings: Text file I/O, !WriteLine, Exec
     30 * Bindings: Text file I/O, `WriteLine`, `Exec`
    2831
    2932=== Missing SBI features ===