ruby--ruby/ext/ripper
nobu e8fc29990f * parse.y (keyword_to_name): constified.
* ext/ripper/eventids2.c (token_to_eventid): ditto.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12712 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-07-06 05:57:14 +00:00
..
lib
tools
.cvsignore add extconf.h to .cvsignore. 2006-06-24 01:15:08 +00:00
README
depend * include/ruby: moved public headers. 2007-06-10 03:06:15 +00:00
eventids2.c * parse.y (keyword_to_name): constified. 2007-07-06 05:57:14 +00:00
extconf.rb * include/ruby: moved public headers. 2007-06-10 03:06:15 +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