Module kailua_env::source [] [src]

The resolver for locations.

Structs

Source

A source used for resolving locations.

SourceDataIter

Yields each SourceData in given SourceSlice, including the end of file (SourceData::EOF).

SourceFile

A single file mapped in the Source.

SourceLineSpans

Yields each span for lines in the SourceFile, in the order.

Enums

SourceData

A "character" from iterating a SourceSlice.

SourceSlice

A byte or two-byte word slice.