parse_letting_statement

Function parse_letting_statement 

Source
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