Posted 05 September 2016 - 03:16 PM
Decided to make a scripting language, actually it's a custom Lua environment.
Standard library contents:
Simple is UINT-Compatible. It can be used to run scripts using Universal Interpreter!
DOWNLOAD: Language library
Standard library contents:
- Standard Lua libraries (string, table, coroutine, parallel, math)
- Function wrappers
- System library (system) - manages handling events and computer power
- Network library (net) - manages RedNet
- DNS library (dns) - a wrapper for hostname-related RedNet functions
- Debug library (debug) - contains some functions that can be applied for debug purposes
- Conversion library (convert) - convert variables
- Iteration library (iterator) - Contains key/value and numerical iterator functions
- FS library (fs) - a shortened FS API
- Event library (event) - contains event names
Simple is UINT-Compatible. It can be used to run scripts using Universal Interpreter!
DOWNLOAD: Language library
Edited on 05 September 2016 - 01:29 PM