pub fn parse_variable(text: &str) -> Result<Variable>
Given a Variable as a string, parses it into a Variable.
Variable