Module lexer

Source
Expand description

The lexer module contains the lexer used to tokenize a PDDL file.

Structs§

TokenStream
A stream of tokens. This is a wrapper around a logos::Lexer. It implements Clone, so it can be cloned and used to peek ahead. It also implements Iterator, so it can be used to iterate over the tokens.

Enums§

Token
All of the possible tokens in a PDDL file