Attempt a series of compiler operations, skipping to the next operation if
the current operation returns a CompilerOperationSkip (indicating it
failed and can be skipped). The finalOperation may not be skipped, and must
either return CompilerOperationSuccess or
CompilerOperationError.
Attempt a series of compiler operations, skipping to the next operation if the current operation returns a CompilerOperationSkip (indicating it failed and can be skipped). The
finalOperation
may not be skipped, and must either return CompilerOperationSuccess or CompilerOperationError.