kanga.translate
Class K2M

java.lang.Object
  extended by kanga.translate.K2M

public class K2M
extends java.lang.Object

Entry point to the kanga package's unit testing. This program runs a translation visitor that visits a Kanga program's AST and prints a MIPS translation. Usage:

java kanga.translate.K2M < input

Author:
Santoso Wijaya

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

K2M

public K2M()
Method Detail

main

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