[go: up one dir, main page]

Module cfg_expr::expr::lexer[][src]

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