Documentation ¶
Index ¶
- type Primitives
- func (p *Primitives) AddPrim(dict Dictionary, name string, x interface{}, f FlagsStruct)
- func (p *Primitives) Def()
- func (p *Primitives) EndArray()
- func (p *Primitives) EndXArray()
- func (p *Primitives) Exec()
- func (p *Primitives) For()
- func (p *Primitives) ForAll()
- func (p *Primitives) I()
- func (p *Primitives) If()
- func (p *Primitives) IfElse()
- func (p *Primitives) J()
- func (p *Primitives) K()
- func (p *Primitives) Quote()
- func (p *Primitives) Repeat()
- func (p *Primitives) SetExecutable()
- func (p *Primitives) SetImmediate()
- func (p *Primitives) SetTrace()
- func (p *Primitives) StartArray()
- func (p *Primitives) StartXArray()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Primitives ¶
type Primitives struct {
Interpreter
}
func NewPrimitives ¶
func NewPrimitives() *Primitives
func (*Primitives) AddPrim ¶
func (p *Primitives) AddPrim(dict Dictionary, name string, x interface{}, f FlagsStruct)
func (*Primitives) Def ¶
func (p *Primitives) Def()
func (*Primitives) EndArray ¶
func (p *Primitives) EndArray()
func (*Primitives) EndXArray ¶
func (p *Primitives) EndXArray()
func (*Primitives) Exec ¶
func (p *Primitives) Exec()
func (*Primitives) For ¶
func (p *Primitives) For()
func (*Primitives) ForAll ¶
func (p *Primitives) ForAll()
func (*Primitives) I ¶
func (p *Primitives) I()
func (*Primitives) If ¶
func (p *Primitives) If()
func (*Primitives) IfElse ¶
func (p *Primitives) IfElse()
func (*Primitives) J ¶
func (p *Primitives) J()
func (*Primitives) K ¶
func (p *Primitives) K()
func (*Primitives) Repeat ¶
func (p *Primitives) Repeat()
func (*Primitives) SetExecutable ¶
func (p *Primitives) SetExecutable()
func (*Primitives) SetImmediate ¶
func (p *Primitives) SetImmediate()
func (*Primitives) SetTrace ¶
func (p *Primitives) SetTrace()
func (*Primitives) StartArray ¶
func (p *Primitives) StartArray()
Click to show internal directories.
Click to hide internal directories.