The Dirt virtual machine is designed to be easily used as a scripting engine or runtime core in C or C++ projects. The language itself is very similar to C. The tools have been created from scratch (no lex/bison/yacc) and are very portable
Be the first to post a text review of The Dirt Virtual Machine. Rate and review a project by clicking thumbs up or thumbs down in the right column.
Moved the DVM into a separate DLL file, and separated the shell from the VM. All opcodes have been implemented and tested. Added fast-access memory bank which doubled speed (since with the old system, bounds checking was taking up half of the runtime) Added a few more LibD commands. Rewrote Dirt language spec and documented the Dirt API for developers who wish to integrate it. Fixed a bunch of bugs in the compiler. (The VM file format is NOT yet finalized, but will be shortly)
Moved the DVM into a separate DLL file, and separated the shell from the VM. All opcodes have been implemented and tested. Added fast-access memory bank which doubled speed (since with the old system, bounds checking was taking up half of the runtime) Added a few more LibD commands. Rewrote Dirt language spec and documented the Dirt API for developers who wish to integrate it. Fixed a bunch of bugs in the compiler. (The VM file format is NOT yet finalized, but will be shortly)
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?