ruby/ext/ripper
2025-07-11 15:24:23 +09:00
..
lib [DOC] Stop document Ripper::Lexer 2024-12-25 13:07:22 +09:00
tools ripper: Introduce RIPPER_ID macro instead of ripper_id_ macros 2024-06-08 13:20:46 +09:00
depend Update dependencies for addition of set.h to public headers 2025-07-11 15:24:23 +09:00
eventids2.c Remove unused token definitions for tRPAREN in Ripper and parser files 2025-01-07 07:17:55 +09:00
eventids2.h [Feature #19719] Universal Parser 2023-06-12 18:23:48 +09:00
extconf.rb Stop creating ripper.h because it's not used 2023-10-20 12:56:04 +09:00
README Ripper does not depend on Bison [ci skip] 2023-06-03 10:34:24 +09:00
ripper_init.c.tmpl Fix memory leak in Ripper for indented heredocs 2024-09-25 08:56:14 -04:00
ripper_init.h ripper: Remove rb_ripper_none 2024-05-21 13:52:29 +09:00

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)

Usage
-----

  See test/ripper/* and sample/ripper/*.

License
-------

  Ruby License.

                                                Minero Aoki
                                        aamine@loveruby.net
                                      http://i.loveruby.net