Package dev.zemco.codegame.execution.engine
package dev.zemco.codegame.execution.engine
Provides instruction execution capabilities to execution.
- Author:
- Erik Zemčík
- See Also:
-
ClassDescriptionEngine responsible for an instruction execution within its
execution context.Thrown when a step is attempted, but engine has no next instruction.Implementation of theexecution enginethat executes aprogram.Thrown when an exception is thrown during instruction execution while engine is doing a step.Thrown when a jump is attempted, but the jump label is unknown to the engine.