Documentation
¶
Overview ¶
Package lexer contains the definition of the lexer element of the glif interpreter
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 is the representation of the glif lexer It contains the following:
- An input string (the program)
- Positions indicators
- A byte representing the current character under examination
Click to show internal directories.
Click to hide internal directories.