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 NewLexerWithInit ¶
NewLexerWithInit creates a new Lexer object, runs the given callback on it, then returns it.
type LexerBuilder ¶
type LexerBuilder struct { Standalone bool CustomError bool CustomPrefix string // contains filtered or unexported fields }
func (*LexerBuilder) DumpFormattedLexer ¶
func (b *LexerBuilder) DumpFormattedLexer(program *parser.NexProgram) ([]byte, error)
func (*LexerBuilder) WriteLexer ¶
func (b *LexerBuilder) WriteLexer(program *parser.NexProgram, writer io.Writer) error
Click to show internal directories.
Click to hide internal directories.