Module kconfig_parser::lex::lexer

source ·
Expand description

This file contains the lexer and the logic of the lexer, implementing the lexer machine.

Structs

This structure holds the data of the actual lexer. It is expected that this structure can be mutated by the next_token function, which advances to the next token, and returns the term found by the lexer.