Simple Scripting Engine v1.0.6.5
Version: 1.0.6.5
Status: Pre-release
Released: 2012-03-08
License: MIT License
Downloads
SSE.exe •
1.72 MB
Source-Code
Release Notes
- Corrected syntax highlighter scopes. keywords are nolonger highlighted out of scope.
- The current path is set to the path of the first script. This eases relative include file logic.
- Removed the OS namespace, merged most of the functionality into the Sys namespace.
- Added Process namespace to ease the task of retrieving scripting engine instance process information.
- Implemented bitwise NOT and corrected order of operation of logical NOT.