Documentation
¶
Index ¶
- type Elem
- type Stack
- func (p *Stack) Get(idx int) *Elem
- func (p *Stack) GetArgs(arity int) []*Elem
- func (p *Stack) Init()
- func (p *Stack) Len() int
- func (p *Stack) Pop() *Elem
- func (p *Stack) PopN(n int)
- func (p *Stack) Push(v *Elem)
- func (p *Stack) Ret(arity int, results ...*Elem)
- func (p *Stack) Set(idx int, v *Elem)
- func (p *Stack) SetLen(base int)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Directories
¶
| Path | Synopsis |
|---|---|
|
app
command
|
|
|
go
|
|
|
format
Package format implements standard formatting of Go source.
|
Package format implements standard formatting of Go source. |
|
printer
Package printer implements printing of AST nodes.
|
Package printer implements printing of AST nodes. |
|
Package typeutil defines various utilities for types, such as Map, a hash table that maps types.Type to any value.
|
Package typeutil defines various utilities for types, such as Map, a hash table that maps types.Type to any value. |
Click to show internal directories.
Click to hide internal directories.