parse_document

Function parse_document 

Source
pub fn parse_document(source: &str) -> Result<Document, String>
Expand description

Alias for process_full to maintain backward compatibility.

The term “parse” colloquially refers to the entire processing pipeline (lexing + analysis + building), even though technically parsing is just the syntactic analysis phase.