Voodoo Compiler 是一个 Voodoo 编程语言的开源编译器。
使用方法:
$ voodooc hello.voo $ cc hello.o -o hello $ ./hello Hello, world!