| Class | Voodoo::Compiler |
| In: |
voodoo/compiler.rb
|
| Parent: | Object |
Voodoo compiler driver. The compiler driver reads input from a parser (see Voodoo::Parser), feeds it to a code generator (see Voodoo::CommonCodeGenerator), and writes the generated code.
An example of its usage can be found on the main page for the Voodoo module.
Initialize a compiler.
Parameters: