ruby/ext/ripper
nobu 856a9afb98 eventids2.c: new literals
* ext/ripper/eventids2.c (ripper_init_eventids2): ripper support for
  new literals, tRATIONAL and tIMAGINARY.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42330 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2013-08-02 14:13:20 +00:00
..
lib Improve rdoc for Ripper, based on a patch by Oscar Del Ben [github:219] 2012-12-08 07:06:24 +00:00
tools
README
depend * lib/mkmf.rb (MakeMakefile#create_makefile): remove {$(VPATH)} other 2013-04-13 18:00:25 +00:00
eventids2.c eventids2.c: new literals 2013-08-02 14:13:20 +00:00
extconf.rb * ext/ripper/extconf.rb: Use an exception instead of bare 2012-05-18 07:01:54 +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