public class TestAST
extends java.lang.Object
main method that can be used to
test the construction of an Abstract Syntax Tree (AST) and the
generation of LLVM code from that AST.| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Writes out the LLVM code for a test program into a file.
|