Skip to main content

Module parser

Module parser 

Source
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().

Modules§

ast

Enums§

Rule

Functions§

parse
Parse CMake source text into an AST File.