Discover Packages
github.com/borschtapp/kapusta
parser
ingredient
package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Feb 3, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Next returns the next Token from the input. The Lexer has to be drained
(all items received until itemEOF or itemError) - otherwise the Lexer goroutine will leak.
type Token struct {
Type tokenType
Lexeme string
StartColumn int
EndColumn int
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.