ruby/ext/ripper
yui-knk cecd1de2eb Use rb_node_opt_arg_t and rb_node_kw_arg_t instead of NODE 2023-10-01 09:19:42 +09:00
..
lib [Bug #19399] Parsing invalid heredoc inside block parameter 2023-02-02 12:20:10 +09:00
tools Use rb_node_opt_arg_t and rb_node_kw_arg_t instead of NODE 2023-10-01 09:19:42 +09:00
README Ripper does not depend on Bison [ci skip] 2023-06-03 10:34:24 +09:00
depend tool/update-deps --fix 2023-08-25 17:27:53 +09:00
eventids2.c [Feature #19719] Universal Parser 2023-06-12 18:23:48 +09:00
eventids2.h [Feature #19719] Universal Parser 2023-06-12 18:23:48 +09:00
extconf.rb Include ripper.h into `$distcleanfiles` 2023-07-09 13:02:25 +09:00
ripper_init.c.tmpl Extract `ripper_parser_params` 2023-09-30 20:17:38 +09:00
ripper_init.h [Feature #19719] Universal Parser 2023-06-12 18:23:48 +09: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)

Usage
-----

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

License
-------

  Ruby License.

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