coins.backend
Class BackEnd

java.lang.Object
  extended bycoins.backend.BackEnd

public class BackEnd
extends java.lang.Object

Back end of COINS compiler. This class exists only for backward compatibility. New driver does not need it.


Constructor Summary
BackEnd(CompileSpecification spec, java.io.PrintWriter debOut)
           
 
Method Summary
 void doIt(ImList sexp, java.io.OutputStream codeStream)
          Compiler Back End.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BackEnd

public BackEnd(CompileSpecification spec,
               java.io.PrintWriter debOut)
Method Detail

doIt

public void doIt(ImList sexp,
                 java.io.OutputStream codeStream)
          throws SyntaxErrorException,
                 java.io.IOException
Compiler Back End.

Throws:
SyntaxErrorException
java.io.IOException