Expand description
This file contains the pub structures necessary for the lexer to lex the tokens found within a Kconfig file.
Structs§
- Token
- A token describes the found verb, the column and line where it has been found.
Enums§
- Equality
Operator - An equality operator is used for testing two expressions. These expressions should be valid expressions according to the Kconfig grammar.
- Keyword
- Lexicon
- 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.