Module source_lexer

Module source_lexer 

Source
Expand description

This file contains the source lexer, which behaves like a regular lexer, but inserts the contents of source files indicated by the “source …” directive.

Structs§

Error
Provides a basic error message when the source function for one or the other reason fails.
SourceLexer
The source lexer allows the source directive to be used to load additional sources as part of the (currently) loaded Kconfig file.