Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
Parser represents a state machine.
func New ¶
func New( prtcb printCallback, execb execCallback, putcb putCallback, uhocb unhookCallback, hokcb hookCallback, osccb oscCallback, csicb csiCallback, esccb escCallback, ) *Parser
New returns a new parser.
func (*Parser) Intermediates ¶ added in v1.0.2
Intermediates returns the intermediates
Click to show internal directories.
Click to hide internal directories.