Class Flip

java.lang.Object
  extended by Flip

public class Flip
extends java.lang.Object

Manage the phases of a compiler for the FM (flip movie) programming language.


Constructor Summary
Flip()
           
 
Method Summary
static void main(java.lang.String[] args)
          Manage the phases of a compiler for the FM (flip movie) programming language.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Flip

public Flip()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Manage the phases of a compiler for the FM (flip movie) programming language. Command switches must precede the filepath.
-methods, -nomethods
enable/disable tracing of method entry/exit
-symbols, -nosymbols
enable/disable tracing of Symbols as they are defined
-echo, -noecho
enable/disable echoing of source lines as they are read. default -echo
filepath
pathname of the file to compile. Must be specified.

Parameters:
args - the String array of command switches and arguments
Throws:
java.io.IOException - thrown if any IO errors occur during processing