Download List

项目描述

The Voodoo compiler is an implementation of the Voodoo programming language. The Voodoo programming language is a low-level programming language, abstracting over the platform's instruction set and calling conventions, but otherwise leaving the programmer free to do anything at all. The Voodoo compiler supports multiple target platforms and provides a stand-alone compiler, as well as a Ruby module for programmatic code generation.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-11-22 00:39 Back to release list
0.6.3

该版本在表达式:标签的前缀,局部变量或整数,一个@,值被视为一个地址,在该地址中存储的单词被返回。此外,一些错误被揭露的演奏者在生成的汇编代码编码方式。这些错误已得到修复,现在和版本0.6.3处理字符串包含所有256个可能的字节值正确。
标签: Minor, bugfix
This release introduces at-expressions: By prefixing a label, local variable, or integer with an @, the value is treated as an address, and the word stored at that address is returned. Additionally, some bugs were uncovered in the way strings were encoded in generated assembly code. These bugs have been fixed, and version 0.6.3 now handles strings containing all 256 possible byte values correctly.

Project Resources