Next: , Up: System_vm


3.2.4.1 System.vm.compiler

Interface to the Kite compiler.

Supported methods:

compileString(val)
Compile the program given in the string val and return a class object pointing to it.
compileFile(val)
Compile the program given in the file val and return a class object pointing to it.