Module kconfig_parser::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

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