Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reader ¶
func (*Reader) UnreadRunes ¶
type Token ¶
type Token struct {
// contains filtered or unexported fields
}
func (*Token) Class ¶
func (t *Token) Class() TokenClass
func (*Token) StringValue ¶
type TokenClass ¶
type TokenClass int
const ( ClassSymbol TokenClass = iota ClassComment ClassLParen ClassNumber ClassQuote ClassRParen ClassString )
Click to show internal directories.
Click to hide internal directories.