Jatha Software

Uses of Package
org.jatha.compile

Packages that use org.jatha.compile
org.jatha   
org.jatha.compile   
org.jatha.machine   
 

Classes in org.jatha.compile used by org.jatha
CompilerException
           
LispCompiler
          LispCompiler has a compile() method that will compile a LISP expression and return the SECD code for that expression.
 

Classes in org.jatha.compile used by org.jatha.compile
CompilerException
           
LispCompiler
          LispCompiler has a compile() method that will compile a LISP expression and return the SECD code for that expression.
LispPrimitive
          The LispPrimitive class makes the transition from LISP code to Java code.
 

Classes in org.jatha.compile used by org.jatha.machine
CompilerException
           
LispPrimitive
          The LispPrimitive class makes the transition from LISP code to Java code.
 


Jatha Software