def visit(self, node, children): return ast.Value("".join([c.value for c in children]))
def visit(self, node): return ast.Value(node.value)