org.jawk.backend
Interface AwkCompiler

All Known Implementing Classes:
AwkCompilerImpl

public interface AwkCompiler

Compile a Jawk script. The target machine can be any actual or virtual machine. If a compiler implementation is provided upon the release of Jawk, the compiler targets the JVM.


Method Summary
 void compile(AwkTuples tuples)
          Traverse the tuples, translating tuple opcodes and arguments to target machine code.
 

Method Detail

compile

void compile(AwkTuples tuples)
Traverse the tuples, translating tuple opcodes and arguments to target machine code.

Parameters:
tuples - The tuples to compile.