Module lexer

Module lexer 

Source

Structs§

Lexer
An iterator that produces Lexeme values on demand.

Enums§

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

Constants§

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

Functions§

parse_comparator 🔒