pub fn parse_statement(source: &str) -> Result<SyntaxNode>
Parse a statement from source code.
source
A syntax node representing the parsed statement.