Class Main

java.lang.Object
  extended by Main

public class Main
extends java.lang.Object

Main class that runs the Bantam compiler Constructs and runs each phase of the compiler (lexing, parsing, semantic analysis, and code generation).


Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main method, which drives compilation builds and runs each phase of the compiler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)
Main method, which drives compilation builds and runs each phase of the compiler

Parameters:
args - list of commandline arguments