Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Scanner ¶
type Scanner struct {
// contains filtered or unexported fields
}
Lexical scanner
func NewScanner ¶
func (*Scanner) Advance ¶
func (s *Scanner) Advance() TokenStruct
func (*Scanner) OptionalConsume ¶
func (*Scanner) Peek ¶
func (s *Scanner) Peek(offset uint32) TokenStruct
func (*Scanner) Read ¶
func (s *Scanner) Read() TokenStruct
type TokenStruct ¶
Click to show internal directories.
Click to hide internal directories.