Module ast

Source

Re-exports§

pub use parser::Ast;
pub use parser::Container;
pub use parser::Element;
pub use parser::Error;
pub use structs::ConfigType;
pub use structs::Dependency;

Modules§

parser
This file contains the parser of the Kconfig file, and creates the Abstract Syntax Tree for it.
structs
This file contains the pub structures necessary for the Kconfig AST as defined by the Kconfig language.