ruby/ext/ripper
Nobuyoshi Nakada 715955ff27
Include ruby/assert.h in ruby/ruby.h so that assertions can be there
2019-07-14 17:58:03 +09:00
..
lib Show the parser states in pretty_print too 2019-06-27 16:58:06 +09:00
tools Introduce pattern matching [EXPERIMENTAL] 2019-04-17 06:48:03 +00:00
README * ext: remove trailing spaces. 2011-05-22 09:26:02 +00:00
depend Include ruby/assert.h in ruby/ruby.h so that assertions can be there 2019-07-14 17:58:03 +09:00
eventids2.c Prefer `enum yytokentype` to int 2019-06-15 11:58:02 +09:00
extconf.rb Fixed build failure of Travis CI. We need to support `make srcs`. 2019-03-01 08:31:43 +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