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
matz e5f2b421c0 * ext/socket/socket.c (sock_accept): revert to avoid ambiguity of
argument evaluation order.  [ruby-dev:28861]

* ext/socket/socket.c (sock_accept_nonblock): ditto.

* io.c (pipe_open): avoid closing uninitialized file descriptors.
  a patch from <tommy at tmtm.org> [ruby-dev:28600]

* parse.y: replace terminal token names with more descriptive
  name, i.e. kEND to keyword_end.  [ruby-list:42477]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10397 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2006-06-26 14:15:49 +00:00
..
lib * ext/ripper: no longer generates .rb files. 2005-09-23 21:37:38 +00:00
tools * ext/ripper/tools/preproc.rb (prelude): do not append surplus 2005-10-20 13:23:26 +00:00
.cvsignore add extconf.h to .cvsignore. 2006-06-24 01:15:08 +00:00
depend * lib/mkmf.rb (create_makefile): get rid of a restriction 2005-10-19 22:55:51 +00:00
eventids2.c * ext/socket/socket.c (sock_accept): revert to avoid ambiguity of 2006-06-26 14:15:49 +00:00
extconf.rb * ext/ripper: no longer generates .rb files. 2005-09-23 21:37:38 +00:00
README * ext/ripper: refactoring code generation tools. [ruby-dev:27247] [ruby-dev:27273] 2005-09-22 20:58:10 +00: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)
  * 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