parse

Function parse 

Source
pub fn parse(
    code: &str,
    include_comments: bool,
    include_whitespace: bool,
    include_list_delimiters: bool,
) -> Result<Vec<ParseNode>, SyntaxError>
Expand description

Parses the code and returns a result of parse trees or a parsing error.