[][src]Function earl_lang_syntax::parser::parse

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

Returns parse trees