[][src]Function earl_lang_syntax::parse

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

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