Module kconfig_parser::lex::structs
source · [−]Expand description
This file contains the pub structures necessary for the lexer to lex the tokens found within a Kconfig file.
Structs
A token describes the found verb, the column and line where it has been found.
Enums
An equality operator is used for testing two expressions. These expressions should be valid expressions according to the Kconfig grammar.
There are a certain amount of basic tokens found within a stream of tokens belonging to a Kconfig configuration specification. These tokens are outlined here.