Documentation
¶
Index ¶
Constants ¶
View Source
const StringChainingThreshold int64 = 200
Variables ¶
View Source
var ParsedHexString ast.HexTokens
Functions ¶
Types ¶
type ByteWithMask ¶
type Lexer ¶
type Lexer struct {
// contains filtered or unexported fields
}
Lexer is an adapter that fits the flexgo lexer ("Scanner") into goyacc
type Scanner ¶
type Scanner struct {
In io.Reader
Out io.Writer
Lineno int
Filename string
Wrap func(*Scanner) bool
IsInteractive func(io.Reader) bool
Context YYcontext
Interactive bool
// contains filtered or unexported fields
}
func NewScanner ¶
func NewScanner() *Scanner
Click to show internal directories.
Click to hide internal directories.