package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Sep 19, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
IDENTIFIER lexType = iota
KEYWORD
NUMBER
HEX
STRING
BYTE
OPERATOR
EOF
EOL
)
type Item struct {
Type lexType
Val string
Line int
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.