Runner

object Runner
Companion:
class
Source:
Script.scala
class Object
trait Matchable
class Any
Runner.type

Type members

Classlikes

case class State(conditions: List[Boolean], altstack: Stack, opCount: Int, scriptCode: List[ScriptElt])

This class represents the state of the script execution engine

This class represents the state of the script execution engine

Value parameters:
altstack

initial alternate stack

conditions

current "position" wrt if/notif/else/endif

opCount

initial op count

scriptCode

initial script (can be modified by OP_CODESEPARATOR for example)

Source:
Script.scala