Documentation
¶
Overview ¶
Package tscanner text-scanner
Index ¶
Constants ¶
View Source
const ( TokInvalid = iota TokComments TokILComments TokMLComments TokValue TokMLValue )
View Source
const ( Value = iota MValue )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TextScanner ¶
TextScanner struct. refer text/scanner.Scanner
func (TextScanner) Next ¶
func (s TextScanner) Next() *tokenItem
Click to show internal directories.
Click to hide internal directories.