Documentation ¶
Index ¶
- Constants
- Variables
- func CoerceToBool(v Value) bool
- func IsIterable(v Value) bool
- func IsReadable(v Value) bool
- func TypeName(v Value) string
- type Array
- type Bool
- type Callable
- type CloseFn
- type Closure
- type Compiler
- type ErrLogger
- type Float
- type Frame
- type FrameCrumb
- type Func
- type Indexable
- type Int
- type Iterable
- type Iterator
- type Metadata
- type NativeFn
- type Object
- type Op
- type Pos
- type Program
- type Readable
- type Reader
- type Regex
- type RuntimeError
- type String
- type VM
- type Value
- type ValueRef
Constants ¶
Variables ¶
View Source
var ( True = vm.True False = vm.False )
View Source
var ErrCannotCallNil = vm.ErrCannotCallNil
Functions ¶
func CoerceToBool ¶
func IsIterable ¶
func IsReadable ¶
Types ¶
type Array ¶
func NewArrayFromSlice ¶
type ErrLogger ¶
func NewConsoleErrLogger ¶
func NewConsoleErrLogger() ErrLogger
type FrameCrumb ¶
type FrameCrumb = vm.FrameCrumb
type RuntimeError ¶
type RuntimeError = vm.RuntimeError
Click to show internal directories.
Click to hide internal directories.