Documentation
¶
Index ¶
- func ExecuteAll(s any, program []IInstruction) (errs []error)
- func ExecuteUntilFirstError(s any, program []IInstruction) (err error)
- func StdErr(id string, path []string, msg string) (err error)
- func TypeToBool(v1 any) (v2, undef bool)
- func TypeToFloat64(v1 any) (v2 float64)
- func TypeToInt64(v1 any) (v2 int64)
- func TypeToString(v1 any) (v2 string)
- func TypeToUint64(v1 any) (v2 uint64)
- type IInstruction
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 TypeToBool ¶ added in v1.43.0
func TypeToFloat64 ¶ added in v1.41.0
func TypeToInt64 ¶ added in v1.41.0
func TypeToString ¶ added in v1.41.0
func TypeToUint64 ¶ added in v1.41.0
Types ¶
type IInstruction ¶
Click to show internal directories.
Click to hide internal directories.