Module scan

Source
Expand description

Scanning master file tokens.

Structs§

BadSymbol
A symbol of unexepected value was encountered.
Pos
The human-friendly position in a reader.
Scanner
Reader of master file tokens.

Enums§

ScanError
An error happened while scanning master data.
Symbol
The master file representation of a single character.
SymbolError
An error happened when reading a symbol.
SyntaxError
A syntax error happened while scanning master data.
Token
A single symbol parsed from a master file.

Traits§

CharSource
A source of master file characters.
Scan
A type that can by scanned from a master file.