spiglet.translate
Class S2K

java.lang.Object
  extended by spiglet.translate.S2K

public class S2K
extends java.lang.Object

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

java spiglet.translate.S2K < input

Author:
Santoso Wijaya

Constructor Summary
S2K()
           
 
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

S2K

public S2K()
Method Detail

main

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