Changes between Version 16 and Version 17 of Sysel
- Timestamp:
- 2010-05-06T12:06:39Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Sysel
v16 v17 6 6 * [http://trac.helenos.org/trac.fcgi/browser/head/uspace/dist/src/sysel/demos Examples of real (working) Sysel code] 7 7 8 Note that Sysel syntax is not finalized yet so the examples presented may be subject to change.8 Note 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. 9 9 10 10 == Roadmap == … … 16 16 == SBI == 17 17 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`.18 SBI 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`. 19 19 20 20 You can also run `sbi` without parameters to enter interactive mode. … … 135 135 === Miscellaneous ideas === 136 136 137 These ideas are considered for inclusion, need elaborating: 138 137 139 * Member pointers 138 140 * True inner classes 139 141 * Output function arguments 142 * Built-in associative arrays