package dev.zemco.codegame.compilation
Components related to compilation of source code into executable programs.
- Author:
- Erik Zemčík
- See Also:
-
-
-
Implementation of a compiler, which compiles source code into an executable
program using
the CodeGame syntax.
Thrown when a source code contains an invalid syntax.
Compiler takes a source code and compiles it into an executable
program.