Documentation
¶
Index ¶
Constants ¶
View Source
const ( BracketOpenRound = '(' BracketOpenSquare = '[' BracketOpenBrace = '{' BracketOpenAngular = '<' BracketClosedRound = ')' BracketClosedSquare = ']' BracketClosedBrace = '}' BracketCloseAngular = '>' )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BracketParser ¶
type BracketParser struct {
// contains filtered or unexported fields
}
func NewBracketParser ¶
func NewBracketParser() *BracketParser
func (*BracketParser) Empty ¶
func (p *BracketParser) Empty() bool
func (*BracketParser) Pop ¶ added in v0.2.0
func (p *BracketParser) Pop() *Bracket
func (*BracketParser) Push ¶ added in v0.2.0
func (p *BracketParser) Push(b Bracket)
func (*BracketParser) Top ¶
func (p *BracketParser) Top() *Bracket
Click to show internal directories.
Click to hide internal directories.