Simple Scripting Engine v1.0.4.3
Version: 1.0.4.3
Status: Pre-release
Released: 2010-08-09
License: MIT License
Downloads
SSE.exe •
1.21 MB
Source-Code
Release Notes
- Resolved problem parsing simple expressions with right hand negative values. Example: (5<-10).
- Implemented inline iterators.
- Implemented inline iterators
- Implemented ability to pass complex types to script functions.
- Fixed issue with IF->ELSE IF->ELSE->END IF logic not being followed correctly.
- Enhanced try/catch ability to catch errors that occur during declarations and logic parsing.
- Added supplemental looping keywords: Break and Continue
- Fully implemented socket support.
- Added lots of new string functions and properties.