by nulllogic
Nesla is the complete object-based scripting language written in just a few thousand lines of ansi c. It's portable, thread-safe, flexible, embeddable, expandable and easy to understand (as a language and as an API).
* added ternary conditional expression operator ?:
* added catch, finally and throw to try
* added 'new' to control behaviour of object constructor functions
* fixed odbc data retrieval
* added string.itoa and string.atoi function pair
...
* added basic signal handling to allow shutdown requests in multithreaded environments, etc.
* fixed broken eval of break and exit values
* fixed output of large values in printvar()
* added simple MIME parser able to digest e-mails (and ...
* updated xyssl lib to support v0.8 * fixed redefinition of an existing function * fixed cases where function existence was evaled to 0 (should be true if exists, or false) * added AES encryption to the source tree * added password prompt form to ...
- all time functions are now grouped in a single table - major xmlread rewrite, including an optional tree trimmer - added sha1 hash algorithm to libcrypto - fixed returned strings defaulting to zero length in string.sub() - added ival() to ...
- added 'this' object for that object-oriented stuff some people like - functions can now be declared inside a statement x=x+1 no longer clobbers x before evaluating the expression - all extension libraries can now be built as shared objects (except ...
- added md5 support - added native mysql support - added native sqlite v3 support - numerous inprovements to the windows tray host including improved forms, and process spawning - fixed bad sorting of numeric indexes - improved documentation ...
- 'else if' is no longer evaluated after a previous comparison returns true - added a simple dependency tester written in nesla - added support for Windows ODBC and unixODBC (tested with mysql and mdb) - added working tcp functions, i.e. open, ...
- All major core language issues resolved (i think). Next release will either be the last alpha, or the first beta. - added primitive file.read() and file.write() functions - added string.split() to turn strings into tables - fixed bug declaring ...
fixed segfault caused by unsafe longjmp in n_error table autosorting can now be toggled (on by default) passing a table as a function arg no longer makes the sky catch fire added NST_LINK as a flag for static var links added nes_readtable and ...
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use