Class Parser

java.lang.Object
  extended by Parser

 class Parser
extends java.lang.Object

The parser driver class


Constructor Summary
Parser()
           
 
Method Summary
static void main(java.lang.String[] args)
          Reads lexed tokens from consosle, and outputs the parse tree
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parser

Parser()
Method Detail

main

public static void main(java.lang.String[] args)
Reads lexed tokens from consosle, and outputs the parse tree