pub fn parse_letting_statement(
letting_statement: Node<'_>,
source_code: &str,
existing_symbols_ptr: Option<SymbolTablePtr>,
errors: &mut Vec<RecoverableParseError>,
) -> Result<SymbolTable, FatalParseError>Expand description
Parse a letting statement into a SymbolTable containing the declared symbols