Skade-Script 0.9.1

C++ scripting library with "JavaScript" language like features providing handfull set of functionality for simlicity and minimum dependencies. A way to freely manipulate objects exported from C++ to scripts using arithmetic, parentheses and assignment. Enables compilation independent manipulation of the C++ objects from an external sources application can take input from, such as: config files, command-line or UI controls. Implementation loosely follows ECMA Script specification.

Tags compiler interpreter pre-processor text-processing c++ stl-containers developers
License GNU LGPLv3
State stable

Recent Releases

0.9.119 Nov 2018 23:26 major feature: * Iteration statements (the "for" loop). * If-else statements. * Built-in functions (eg. sc_len, sc_substr, sc_print). * Compound assignment operators ("+=", "-=", etc.).
0.404 Mar 2017 19:10 major feature: First release.