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§
- Scan
Error - An error happened while scanning master data.
- Symbol
- The master file representation of a single character.
- Symbol
Error - An error happened when reading a symbol.
- Syntax
Error - A syntax error happened while scanning master data.
- Token
- A single symbol parsed from a master file.
Traits§
- Char
Source - A source of master file characters.
- Scan
- A type that can by scanned from a master file.