[][src]Module passerine::common::span

Structs

Span

A Span refers to a section of a source, much like a &str, but with a reference to a Source rather than a String. A Span is meant to be paired with other datastructures, to be used during error reporting.

Spanned

A wrapper for spanning types. For example, a token, such as