Documentation
¶
Overview ¶
Package stdlib provides the standard library for the English language runtime. It is shared by both the AST VM and the instruction VM.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PredefinedNames ¶
func PredefinedNames() []string
PredefinedNames returns the names of all constants registered by the stdlib. Pass these to vm.Check so the compile-time checker can catch redeclarations.
func PredefinedValues ¶
func PredefinedValues() map[string]interface{}
PredefinedValues returns all constants registered by the stdlib as a map. Used by ivm.Machine to initialize predefined constants.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.