Expand description
CMake parser and AST definitions. Parser entry points for CMake source text.
The grammar is defined in parser/cmake.pest, while
crate::parser::ast contains the AST types returned by
crate::parser::parse().
CMake parser and AST definitions. Parser entry points for CMake source text.
The grammar is defined in parser/cmake.pest, while
crate::parser::ast contains the AST types returned by
crate::parser::parse().