oops.boot
Class Oops

java.lang.Object
  |
  +--oops.boot.Oops

public class Oops
extends java.lang.Object

Runs a oops compiler generator. java oops.boot.Oops [-v version] [-d OopsDriver] [<] grammar.ebnf [> grammar.ser]


Inner Class Summary
static interface Oops.OopsDriver
          Oops create with newInstance() one instance of OopsDriver (see option -d) and asks with genParser() for the generated Parser.
 
Field Summary
static java.lang.String version
          current version.
 
Constructor Summary
Oops()
           
 
Method Summary
static void main(java.lang.String[] args)
          Checks the flags and options, creates a OopsDriver (see option -d) and asks the driver to generate the Parser.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

version

public static final java.lang.String version
current version.
Constructor Detail

Oops

public Oops()
Method Detail

main

public static void main(java.lang.String[] args)
Checks the flags and options, creates a OopsDriver (see option -d) and asks the driver to generate the Parser. The Parser is serialized to System.out .