by jewe_1969
A general purpose, object-oriented script language that compiles into byte-code for a register based virtual machine. The language is quite similar to JavaScript, Java, C and C++ and is thus easy to learn / use.
Updated project for use with JILRuntime / JewelScript v0.9.2.4.
2007-09-27 jewe
Adapted projects to compiler API changes (merge of compiler API and runtime)
Change to Compiler API: Compiler is now automatically constructed when calling JILInitialize() and terminated when calling JILTerminate()
to ...
I have uploaded the next major version of the JewelScript scripting runtime. The library has been tested for several weeks and seems stable. NOTE however, that this release again contains a vast amount of changes and upgrading from earlier versions of ...
JewelScript is a general purpose, object-oriented script language that compiles into code for a register based virtual machine. The source code is available for free under the zlib/libpng license. This is a serive release that fixes a compiler problem ...
* GCC specific changes * Fixed crash: Missing check if running out of arguments (nFile > argc) * new semtantics for specifying options. * added options "-rb" and "-wb" to load / save JewelScript programs as binary. * Removed calls to ...
This is a service release that fixes a few bugs: * A compiler bug has been fixed that caused two or more individual operator tokens to be interpreted as one operator if they were not seperated by whitespace. This works now correctly. Example: x=-1; * A ...
JewelScript is a general purpose, object-oriented script language that compiles into code for a register based virtual machine. The source code is available for free under the zlib/libpng license. This is a service release that fixes several bugs and ...
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use