Comsyste Project Page
This page isn't exactly complete at the moment. For now, though, you should be able to satisfy all of your comsyste-related needs via the following links:
Comsyste News
- 30 July 2007 Version 1.1 of comsyste is released, which incorporates the following changes:
- fixed a bug with reading in numbers of the form /\.\d+/
- added if, if-else, while, & for blocks (with prohibition of blatantly infinite while & for loops)
- added a "return" statement
- added user-defined variables (and the ability to assign them values)
- added an int() function
- changed the 'd'/'D' operator to '@'