Module source_location

Source

Modules§

newlines

Structs§

LineIndex
Index for fast byte offset to SourceLocation conversions.
OneIndexed
Type-safe wrapper for a value whose logical range starts at 1, for instance the line or column numbers in a file
SourceCode
Gives access to the source code of a file and allows mapping between TextSize and SourceLocation.
SourceFile
A source file that is identified by its name. Optionally stores the source code and LineIndex.
SourceFileBuilder
A Builder for constructing a SourceFile
SourceLocation