package
Version:
v0.5.2
Opens a new window with list of versions in this module.
Published: Jun 29, 2026
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Error represents an error in the source code at a given location.
type Errors struct {
Errs []error
}
Errors represents a collection of source code errors.
type Location struct {
Index int
Line int
Column int
}
Location represents a location in the source code.
Start creates a new starting location.
Advance advances the location based on a single character.
Nested returns a new location that is nested within the current location.
String returns a string representation of the location.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.