pub fn parse_statement<'a>(
src: &'a str,
issues: &mut Issues<'a>,
options: &ParseOptions,
) -> Option<Statement<'a>>
Expand description
Parse a single statement, A statement may be returned even if there where parse errors. The statement is free of errors if no Error issues are added to issues