Module lexer

Source

Structs§

Lexer
Allows iteration through a cfg expression, yielding a token or a ParseError.
LexerToken
A wrapper around a particular token that includes the span of the characters in the original string, for diagnostic purposes

Enums§

Token
A single token in a cfg expression https://doc.rust-lang.org/reference/conditional-compilation.html