Module core
Expand description
The core module provides foundational types and functions used by the various compiler stages.
Modules§
- string
- The
stringmodule provides common string utilities.
Structs§
- File
Position - A 32-bit numerical value, starting from zero, that indicates the location of a byte in a file.
- Source
Identifier - An identifier string and its source code location.
- Source
Location - The location and span of a token in the preprocessed translation unit.
- Temp
File - The path to a temporary file.
Enums§
- Symbol
Kind - Kinds of symbols