com.jeffpalm.basic.compiler
Class Parser

java.lang.Object
  extended by com.jeffpalm.basic.compiler.Parser
All Implemented Interfaces:
IParser

public final class Parser
extends java.lang.Object
implements IParser


Method Summary
static void main(java.lang.String[] args)
           
 Node parse()
           
static Node parse(java.lang.String[] args)
           
static Node parse(java.lang.String[] args, boolean debug)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

parse

public Node parse()
Specified by:
parse in interface IParser

parse

public static Node parse(java.lang.String[] args)
                  throws java.io.IOException
Throws:
java.io.IOException

parse

public static Node parse(java.lang.String[] args,
                         boolean debug)
                  throws java.io.IOException
Throws:
java.io.IOException

main

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