ruby/ext/ripper
nobu 3d1c86a26f Removed moving toplevel header since r12501
Moving public headers was 12-years ago, no depend files would
expect ruby.h in the top source directory now.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67033 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2019-02-08 02:46:22 +00:00
..
lib Use delete_prefix instead of `sub(/\Afixed-pattern/, '')` 2018-12-04 08:22:10 +00:00
tools Remove flip-flop usages from build scripts 2018-06-15 08:53:17 +00:00
README * ext: remove trailing spaces. 2011-05-22 09:26:02 +00:00
depend Removed moving toplevel header since r12501 2019-02-08 02:46:22 +00:00
eventids2.c Method reference operator 2018-12-31 15:00:37 +00:00
extconf.rb {ext,test}/ripper: Specify frozen_string_literal: true. 2017-02-05 07:54:32 +00:00

README

Ripper README
=============

  Ripper is a Ruby script parser.  You can get information
  by event-based style from the parser.

  !! WARNING !!

  Ripper is still early-alpha version.
  I never assure any kind of backward compatibility.

Requirements
------------

  * ruby 1.9 (support CVS HEAD only)
  * bison 1.28 or later (Other yaccs do not work)

Usage
-----

  See test/ripper/* and sample/ripper/*.

License
-------

  Ruby License.

                                                Minero Aoki
                                        aamine@loveruby.net
                                      http://i.loveruby.net