comp
Class Scc

java.lang.Object
  |
  +--comp.Scc

public class Scc
extends java.lang.Object

Entry point to the C-- compiler. Asks the CUP generated parser object to parse the file, and then walks to AST to generate code. Also spits out a file (out.html) of the parse tree. The following arguments are meaningful:

  1. --version: print version and exit

Version:
$Id: Scc.java,v 1.7 2003/01/22 05:35:08 dugan Exp $

Field Summary
static RegBank bank
           
 
Constructor Summary
Scc()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bank

public static RegBank bank
Constructor Detail

Scc

public Scc()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
java.lang.Exception