ruby--ruby/ext/ripper
nobu dcb5d04374 * ext/ripper/eventids2.c (token_assoc): added tCHAR, which is not
under 256 now.  fixed: [ruby-dev:28832]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10400 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2006-06-26 15:52:50 +00:00
..
lib * ext/ripper: no longer generates .rb files. 2005-09-23 21:37:38 +00:00
tools * ext/ripper/tools/preproc.rb (prelude): do not append surplus 2005-10-20 13:23:26 +00:00
.cvsignore add extconf.h to .cvsignore. 2006-06-24 01:15:08 +00:00
README
depend * lib/mkmf.rb (create_makefile): get rid of a restriction 2005-10-19 22:55:51 +00:00
eventids2.c * ext/ripper/eventids2.c (token_assoc): added tCHAR, which is not 2006-06-26 15:52:50 +00:00
extconf.rb * ext/ripper: no longer generates .rb files. 2005-09-23 21:37:38 +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