tiger_lib::parse::pdxfile

Module lexer

Source

Structs§

  • An iterator that produces Lexeme values on demand.

Enums§

  • An error type is required by lalrpop, but it will not be used. All errors are reported via the report module and then swallowed.

Constants§

  • CONTROL_Z 🔒
    ^Z is by convention an end-of-text marker, and the game engine treats it as such.

Functions§