Simple Scripting Engine v1.0.4.6
Version: 1.0.4.6
Status: Pre-release
Released: 2010-08-16
License: MIT License
No downloadable files are available for this release
but you can obtain the source code from GitHub.
Source-Code
Release Notes
- IDE: Resolved issue which caused the IDE not to prompt to save new documents.
- IDE: Changed key mappings for Find, Find next and Replace.
- IDE: Added mouse handlers to all debug grids.
- Fully implemented try / catch capabilities.
- Increased the precision of floating point expressions.
- Resolved representation of long or infinite precision results.
- Fixed parsing of long or infinite precision logical expressions.
- Added new Sys namespace and many new diagnostic functions.
- Added include preprocessor in addition to include function.
- Added include preprocessor in addition to include function. The include function is not a preprocessor but is executed sequentially by the engine, while the include preprocessor is expanded inline.