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