public TableEntry(Dictionary <char, bool> variables, AbstractExpression parser) { this.variables = variables; this.parser = parser; }