Module core

Expand description

The core module provides foundational types and functions used by the various compiler stages.

Modules§

string
The string module provides common string utilities.

Structs§

FilePosition
A 32-bit numerical value, starting from zero, that indicates the location of a byte in a file.
SourceIdentifier
An identifier string and its source code location.
SourceLocation
The location and span of a token in the preprocessed translation unit.
TempFile
The path to a temporary file.

Enums§

SymbolKind
Kinds of symbols