golang

package
v0.33.0 Latest Latest
Warning

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

Go to latest
Published: Dec 7, 2025 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrExecTmpl       = errors.New("execute template")
	ErrUnknownMsgType = errors.New("unknown msg type")
)

Functions

func Title added in v0.33.0

func Title(s string) string

Title capitalizes the first letter of the string. strings.Title is deprecated.

Types

type Backend

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

func NewBackend added in v0.5.0

func NewBackend(runtimeImportPath string) Backend

func (Backend) EmitExecutable added in v0.33.0

func (b Backend) EmitExecutable(dst string, prog *ir.Program, trace bool) error

func (Backend) EmitLibrary added in v0.33.0

func (b Backend) EmitLibrary(dst string, exports []compiler.LibraryExport, trace bool) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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