Open main menu
Posts
Gists
Guilds
Users
Decipher
Docs
Open user menu
Log in
Sign up
Create a new gist
Posts
Gists
Guilds
Users
Decipher
Docs
olipro
posts:
2
stars:
2
gists:
0
All
Programs
Scripts
Modules
Greyscript compiler (gsc)
from olipro
Programs
2
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
2
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