Skip to main content

Module span

Module span 

Source
Expand description

Source location tracking types for mapping parsed values back to their origin in source text.

Structsยง

Position
A single point in source text, tracking both byte offset and human-readable coordinates.
Span
A range in source text, defined by a start and end Position.
Spanned
A value paired with the Span indicating where it appeared in the source text.