
These are the known bugs in CSim-0.01 :

* Simultaneous events are not truly simultaneous. If you do something like
  X = Y
  Y = X 
  at the same simulated time (where X and Y are attributes), the values of X
  and Y will NOT be swapped.

* Documentation is sparse.
* More demo programs are needed.
* Very little testing.
