Changes between Version 16 and Version 17 of Sysel


Ignore:
Timestamp:
2010-05-06T12:06:39Z (14 years ago)
Author:
Jiri Svoboda
Comment:

Ideas: associative arrays. Nits.

Legend:

Unmodified
Added
Removed
Modified
  • Sysel

    v16 v17  
    66 * [http://trac.helenos.org/trac.fcgi/browser/head/uspace/dist/src/sysel/demos Examples of real (working) Sysel code]
    77
    8 Note that Sysel syntax is not finalized yet so the examples presented may be subject to change.
     8Note that Sysel syntax is not finalized. Some important language features are missing at the moment (especially visibility control and packaging) so the examples presented will need to change when these are implemented.
    99
    1010== Roadmap ==
     
    1616== SBI ==
    1717
    18 SBI is an interpreter of Sysel currently in development. It is available stand-alone for POSIX or integrated in HelenOS (only in Bazaar repository, not yet in a stable release). You can run it with the command "`sbi `''source_file.sy''". Demos that you can run are available in `/src/sysel/demos`. Source files comprising the library are in `/src/sysel/lib`.
     18SBI is an interpreter of Sysel currently in development. It is available stand-alone for POSIX or bundled with HelenOS (only in ''Bazaar repository'', not yet in a stable release). You can run it with the command "`sbi `''source_file.sy''". Demos that you can run are available in `/src/sysel/demos`. Source files comprising the library are in `/src/sysel/lib`.
    1919
    2020You can also run `sbi` without parameters to enter interactive mode.
     
    135135=== Miscellaneous ideas ===
    136136
     137These ideas are considered for inclusion, need elaborating:
     138
    137139 * Member pointers
    138140 * True inner classes
    139141 * Output function arguments
     142 * Built-in associative arrays