program

package
v0.0.0-...-6aa2a36 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 26, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Program

type Program struct {
	Start int                   `json:"start"`
	Code  []asm.Instruction     `json:"code"`
	Funcs map[string][]asm.Type `json:"funcs,omitempty"`
}

func (*Program) ReadFrom

func (p *Program) ReadFrom(r io.Reader) (n int64, err error)

func (*Program) WriteTo

func (p *Program) WriteTo(w io.Writer) (n int64, err error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL