Interface IProgramCompiler

All Known Implementing Classes:
CodeProgramCompiler

public interface IProgramCompiler
Compiler takes a source code and compiles it into an executable program. Syntax of the source code is dependent on the implementation.
Author:
Erik Zemčík
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    compileProgram(String sourceCode)
    Compiles given source code into an executable program.