Taurus Cycle Compiler
=====================

Version 0.0.1
~~~~~~~~~~~~~

First release.

 * Support for classes with input, output, process and constant members.
 * Members can map to any Block in the RR graphical language.
 * Support for parameterized classes and instances.
 * Support for main procedure with if, while, do, for, switch and assignment
   statements.
 * Support for =, +=, -=, *=, /=, ++ and -- in addition to +, -, *, /.
 * Support for ==, !-, <, <=, > and >= comparisons.
 * Can include files containing shared definitions.
 * Proper syntax and semantic parsers to verify code before generating output.
 * Win32 and Cygwin versions.
 * Win32 version can install output in RR "Robot programs" folder.
