ruby--ruby/ext/ripper
aamine 0ce6372dc1 * ext/ripper/extconf.rb: bison is not needed if ripper.c exists. [ruby-dev:25191]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7572 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-15 19:02:42 +00:00
..
lib
test
tools
.cvsignore
README
depend
eventids2.c
extconf.rb * ext/ripper/extconf.rb: bison is not needed if ripper.c exists. [ruby-dev:25191] 2004-12-15 19:02:42 +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 (You MUST use bison)

Usage
-----

  See test/ripper/* and sample/ripper/*.
  To know thrown events, see lib/ripper.rb.

License
-------

  Ruby License.

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