def visit_ident(self, node, ch): return expr.Ident(node.value)
def visit_gdbvar(self, node, ch): return expr.Ident(node.value)