private bool variableAlreadyDeclared(string variableName)
 {
     return(symbolTable.hasVariable(variableName));
 }