ruby/ext/ripper
Jean Boussier 09d8c99cdc Ensure test suite is compatible with --frozen-string-literal
As preparation for https://bugs.ruby-lang.org/issues/20205
making sure the test suite is compatible with frozen string
literals is making things easier.
2024-03-14 17:56:15 +01:00
..
lib [Bug #19399] Parsing invalid heredoc inside block parameter 2023-02-02 12:20:10 +09:00
tools Ensure test suite is compatible with --frozen-string-literal 2024-03-14 17:56:15 +01:00
depend Mark asan fake stacks during machine stack marking 2024-01-19 09:55:12 +11:00
eventids2.c Verify that events2table.c was generated successfully 2023-12-28 18:07:49 +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 Move ripper_validate_object to ripper_init.c.tmpl 2024-02-20 19:19:31 +09:00
ripper_init.h [Feature #20257] Rearchitect Ripper 2024-02-20 17:33:58 +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