Spectacle - PureBasic scripting language - v0.9
Posted: Sun Dec 18, 2005 10:32 pm
Update
Just a little update to how this projects heading. I've decieded to abandon this code base completly; adding further functionality will only slow things down and there's little room to add new VM features (such as simultanious running of scripts).
That doesn't mean I've abandoned this project though
. Instead I'm going to start completely afresh, turning this from a purely interpreted language to a compiled language. I've already begun work on the bytecode language and it's assembler. After that will come the VM and finally the actual scripting language.
The whole lot'll be open source, again. This time I'll try to have more detailed documentation - for everything.
Old(er) News
Merry Christmas!
As the festive season is nearing I thought I'd release v0.9 of Spectacle, a scripting language written in PureBasic for PureBasic. I was severly tempted to call this version v1.0 but it's not quite bug free enough to be classed as such.
The documentation is also nearly complete, I actually forgot to mention anything about arrays, so:
Defines an array.
This release is also purely sourced based. For some reason TailBite wouldn't let me create a library out of this - if anyone can tell me why or actually create a library out of this then great
.
Anyway, I hope you enjoy!
Edit: The Link!
DOWNLOAD
Just a little update to how this projects heading. I've decieded to abandon this code base completly; adding further functionality will only slow things down and there's little room to add new VM features (such as simultanious running of scripts).
That doesn't mean I've abandoned this project though

The whole lot'll be open source, again. This time I'll try to have more detailed documentation - for everything.
Old(er) News
Merry Christmas!
As the festive season is nearing I thought I'd release v0.9 of Spectacle, a scripting language written in PureBasic for PureBasic. I was severly tempted to call this version v1.0 but it's not quite bug free enough to be classed as such.
The documentation is also nearly complete, I actually forgot to mention anything about arrays, so:
Code: Select all
Dim Array[10]
This release is also purely sourced based. For some reason TailBite wouldn't let me create a library out of this - if anyone can tell me why or actually create a library out of this then great

Anyway, I hope you enjoy!
Edit: The Link!
DOWNLOAD