1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/ripper
2020-02-15 21:20:25 +09:00
..
lib Update comment of Ripper.lex 2019-11-13 09:50:58 +09:00
tools Get rid of use of special variables 2020-01-20 16:58:58 +09:00
depend Workaround for bison provided by scoop on mswin environment 2020-02-15 21:20:25 +09:00
eventids2.c Revert "Method reference operator" 2019-11-12 17:24:48 +09:00
extconf.rb
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