Class documentation: System.vm.compiler
User-level access to the Kite compiler.
Inherits
System.object
Classes contained
Constructors
Destructor
Operators
Properties
Methods
compileFile(file)
: Compiles the Kite code contained in a file.
file
: The name of the file to load.
compileString(str)
: Compiles the Kite code contained in a string.
str
: The string to compile.