Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stack ¶
type Stack struct {
// contains filtered or unexported fields
}
Stack represents the call stack of a Tamarin program. Push and Pop are called to add and remove frames from the stack, respectively.
Click to show internal directories.
Click to hide internal directories.