Uses of Class
ch.turic.Program
-
Uses of Program in ch.turic
Modifier and TypeMethodDescriptionInterpreter.compile()Compiles the source code into an executableProgramobject.static ProgramProgram.factory(ch.turic.utils.Unmarshaller.Args args) ModifierConstructorDescriptionInterpreter(Program code) Constructs an Interpreter instance with the specified command to be executed.