Commit Graph

3 Commits

Author SHA1 Message Date
Jeff Ames
8dbcfc70bf Add copyright headers. Formatting cleanup. 2009-04-27 05:22:44 +00:00
Jeff Ames
6077bbda30 Update svn properties. 2009-04-27 03:22:31 +00:00
Adam Frisby
883f7dde38 * Implements Microthreading for MRM scripting.
* This is achieved through two new keywords "microthreaded" and "relax". example:
public microthreaded void MyFunc(...) {
  ...
  relax;
  ...
}
2009-04-24 05:33:23 +00:00