dumper

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Feb 12, 2021 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package dumper converts `types.Value`s into `types.Op`s.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dumper

type Dumper struct {
	// contains filtered or unexported fields
}

Dumper dumps `types.Value` as a sequence of `types.Op`s.

func NewDumper

func NewDumper(w lexer.OpWriter) *Dumper

NewDumper creates a new Dumper.

func (*Dumper) Dump

func (d *Dumper) Dump(v *types.Value) error

Dump converts v into a sequence of `types.Op`s and writes it to the underlying writer `lexer.OpWriter`.

Jump to

Keyboard shortcuts

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