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
}
Lexer - represents a lexical analyzer for the input source code.
func (*Lexer) GetColumnPosition ¶
GetColumnPosition - returns the current column position of the Lexer in the input source code.
func (*Lexer) GetLinePosition ¶
GetLinePosition - returns the current line position of the Lexer in the input source code.
Click to show internal directories.
Click to hide internal directories.