Skip to main content

parse_source

Function parse_source 

Source
pub fn parse_source(
    source: &str,
    lang: SupportedLanguage,
) -> Result<Tree, ParserError>
Expand description

Parse source code with the given language and return the tree.