piglet.translate
Class P2S

java.lang.Object
  extended by piglet.translate.P2S

public class P2S
extends java.lang.Object

Entry point to the piglet package's unit testing. This program runs a translation visitor that visits a Piglet program's AST and outputs a Spiglet AST. Usage:

java piglet.translate.P2S < input

Author:
Santoso Wijaya

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

Constructor Detail

P2S

public P2S()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException,
                        ParseException
Throws:
java.io.IOException
ParseException