node = create_node(Ast::Script)
        script = text[1..-1].lstrip
        if script.empty?
          syntax_error!('No Ruby code to evaluate')
        end