parse_ast

Function parse_ast 

Source
pub fn parse_ast<S: Span>(
    file_name: &str,
    text: &str,
) -> Result<Document<S>, Error>
Expand description

Parse KDL text and return AST