Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Lexer ¶
type Lexer struct {
// contains filtered or unexported fields
}
func NewFromString ¶
func NewFromString(input string, opts ...OptionFunc) *Lexer
type OptionFunc ¶
type OptionFunc func(o *Option)
func WithFile ¶
func WithFile(filename string) OptionFunc
Click to show internal directories.
Click to hide internal directories.