kawa.lang
Class CompileFile
public class CompileFile
extends java.lang.Object
Procedure to read and compile and entire file.
Creates a .zip archive containing the resulting classes.
compile_to_files
public static void compile_to_files(String inname,
String directory,
String prefix,
String topname,
SourceMessages messages)Compile a Scheme source file to one or more .class file.
inname - name of the Scheme source filedirectory - where to place the .class filesprefix - to prepend classnames for functionstopname - name for the class of the .class for the top-level code.
If null, topname is derived from prefix and inname.