Documentation
¶
Overview ¶
Package goscanner have a bundle of code for lexical analysis and syntaxical analysis using the core go/scanner
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGoScanner ¶
NewGoScanner generate a GoScanner object and force to check implementation the tokenizer.Tokenizer interface
Types ¶
type GoScanner ¶
type GoScanner struct {
// contains filtered or unexported fields
}
GoScanner implement the tokenizer.Tokenizer interface with the 'go/scanner' pkg : https://godoc.org/go/scanner
Click to show internal directories.
Click to hide internal directories.