datavm

package
v1.76.0 Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExecuteAll

func ExecuteAll(s any, program []IInstruction) (errs []error)

func ExecuteUntilFirstError

func ExecuteUntilFirstError(s any, program []IInstruction) (err error)

func StdErr

func StdErr(id string, path []string, msg string) (err error)

func TypeToBool added in v1.43.0

func TypeToBool(v1 any) (v2, undef bool)

func TypeToFloat64 added in v1.41.0

func TypeToFloat64(v1 any) (v2 float64)

func TypeToInt64 added in v1.41.0

func TypeToInt64(v1 any) (v2 int64)

func TypeToString added in v1.41.0

func TypeToString(v1 any) (v2 string)

func TypeToUint64 added in v1.41.0

func TypeToUint64(v1 any) (v2 uint64)

Types

type IInstruction

type IInstruction interface {
	Execute(s any) error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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