pub fn parse_letting_statement(
letting_statement: Node<'_>,
source_code: &str,
existing_symbols_ptr: Option<Rc<RefCell<SymbolTable>>>,
) -> Result<SymbolTable, EssenceParseError>Expand description
Parse a letting statement into a SymbolTable containing the declared symbols