Greyscript compiler (gsc)
from olipro
Programs
This is a tool for compiling scripts with multi-level dependencies. It performs de-duplication of dependencies, relying on you inserting a special comment in your source files.
gsc.src Util.src
Unit testing & mocking library
from olipro
Modules
These two scripts allow you to write unit tests and mock classes or global functions. An example of some tests is included.
Example.src MiniTest.src MiniMock.src