Expand description
The lexer module contains the lexer used to tokenize a PDDL file.
Structs§
- Token
Stream - A stream of tokens. This is a wrapper around a
logos::Lexer
. It implementsClone
, so it can be cloned and used to peek ahead. It also implementsIterator
, so it can be used to iterate over the tokens.
Enums§
- Token
- All of the possible tokens in a PDDL file