41 return $
"{OpCode} {string.Join(" ", Arguments.Select(x => x.ToString()))}";
Describes a specific position inside a source file.
Contains Shared Data Structures and Functionality.
Contains the Virtual Machine Implementation.
BadOpCode
Defines the Operations that the BadVirtualMachine can execute.
Implements a single instruction for the BadVirtualMachine.
BadInstruction(BadOpCode opCode, BadSourcePosition position, params object[] arguments)
Creates a new BadInstruction instance.
readonly object[] Arguments
The arguments of this Instruction.
readonly BadSourcePosition Position
The position of this Instruction in the source code.
readonly BadOpCode OpCode
The OpCode of this Instruction.
override string ToString()