package
0.56.1
Repository: https://github.com/open2b/scriggo.git
Documentation: pkg.go.dev

# Functions

NewNativeFunction returns a new native function given its package and name and the function value or its reflect value.
NewVM returns a new virtual machine.

# Constants

x contains y.
x contains y.
x contains nil.
x contains y.
x contains y.
x == y.
x > y.
x >= y.
x >= y (unsigned).
x > y (unsigned).
x == y.
x == nil.
x != y.
x != nil.
len(x) == y.
len(x) > y.
len(x) >= y.
len(x) < y.
len(x) <= y.
len(x) != y.
x < y.
x <= y.
x <= y (unsigned).
x < y (unsigned).
x == nil.
x not contains y.
x not contains y.
x not contains nil.
x not contains y.
x not contains y.
x != y.
x != nil.
![vm.ok].
x != 0.
[vm.ok].
x == 0.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Function represents a function.
No description provided by the author
InstructionInfo represents a set of information associated to a given instruction.
No description provided by the author
No description provided by the author
Position represents a source position.
No description provided by the author
VM represents a Scriggo virtual machine.

# Interfaces

A ScriggoType represents a type compiled by Scriggo from a type definition or a composite type literal with at least one element with a Scriggo type.

# Type aliases

No description provided by the author
No description provided by the author
Context represents a context in Show and Text instructions.
Converter is implemented by format converters.
No description provided by the author
No description provided by the author
No description provided by the author
A TypeOfFunc function returns a type of a value.