orc
Class Orc

java.lang.Object
  extended by orc.Orc

public class Orc
extends java.lang.Object

Main class for Orc. Parses Orc file and executes it.

Run with the argument "-help" to get a list of command-line options.

Author:
wcook, dkitchin

Constructor Summary
Orc()
           
 
Method Summary
static Expression compile(Config cfg)
           
static void main(java.lang.String[] args)
          Orc toplevel main function.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Orc

public Orc()
Method Detail

main

public static void main(java.lang.String[] args)
Orc toplevel main function. Command line arguments are forwarded to Config for parsing.

Parameters:
args - command-line arguments

compile

public static Expression compile(Config cfg)
                          throws java.io.IOException
Throws:
java.io.IOException