public override decimal VisitVariable([NotNull] CalculatorParser.VariableContext context)
 {
     return(variables[context.ID().GetText()]);
 }