def visit_float(self, node): return vast.FloatConst(str(node))
def visit_Float(self, node): return vast.FloatConst(str(node.value))