Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Computer ¶
type Computer struct {
// contains filtered or unexported fields
}
func NewComputer ¶
type Instruction ¶
type Instruction interface{}
func ParseInstruction ¶
func ParseInstruction(s string) (Instruction, error)
func ParseInstructions ¶
func ParseInstructions(in string) ([]Instruction, error)
Click to show internal directories.
Click to hide internal directories.