orc
Class BackendDemo

java.lang.Object
  extended by orc.BackendDemo

public final class BackendDemo
extends java.lang.Object

An example of a custom compiler backend. This backend invokes the compiler and then translates the compiled Orc into a string representation which it prints.

Author:
quark

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

BackendDemo

public BackendDemo()
Method Detail

main

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