Well here you go, have fun with it. Its been entirely rewritten from scratch over the last few days. Works pretty well and is a lot cleaner than the first version.
Bunch of new feature now as well, including a runtime library containing common functions (data structures, math, .etc), eachin support, .etc.
The only real differences you may see, is that quite a few of the names of functions have changed, some types have been made static (you don't need to create TCompiler or TVirtualMachine instances any more, you just use the functions contained in them), and arrays have also been removed in preference to other data structures (lists, hashs, .etc). It overcomplicated the compiler code and had little benefit compared to other choices.
Anyhow, download here;
http://www.binaryphoenix.com/index.php?action=download&id=91If you find any bugs, make sure to send me an email. There are probably quite a few in the first release.