documentation
JewelScript current version changes log
Sunday, March 14th, 2010This post lists all changes made to the project since it’s last public release, version 1.0.3.0. The most recent change is at the top of this post.
Documentation for JewelScript 1.0
Wednesday, February 24th, 2010I’ve uploaded the language and source code documentation for JewelScript 1.0.
JewelScript feature overview
Friday, February 12th, 2010This post gives a brief overview over the features of the JewelScript library, as of version 1.0.
JewelScript 1.0 changes log
Monday, February 8th, 2010This post lists all the changes in JewelScript 1.0 compared to the previous public release, v0.9.2.4. The most recent change is at the top of this post.
Using the integrated binding code generator
Monday, February 1st, 2010This is a short introduction to the new binding code generator integrated in JewelScript. The binding code generator allows you to easily bind your external C++ code to the script runtime, and to use your external functions and classes from within JewelScript.
Native Types in JewelScript
Thursday, October 11th, 2007This article explains the term Native Types and gives a brief and general overview on how they are implemented.
Using the JewelScript debugging tools
Thursday, October 4th, 2007When working with complex and extensive scripting in your project, it can sometimes become necessary to actually debug your compiled scripts to understand what is happening, or why something unexpected is happening. Therefore I started the debugging tools as one of my side projects.
Embedding JewelScript – Tutorial I: Getting started
Tuesday, October 2nd, 2007This is the first of a number of tutorials that show how to embed the JewelScript library into your application in order to add scripting features to it. I will show some example code and give a detailed discussion for each code fragment.