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 759a63b6a3 * parse.y (lambda): Perl6 style -> lambda expression. [NEW]
[VERY EXPERIMENTAL]

* gc.c (id2ref): must not assign pointers to long int.  use
  LONG_LONG instead if SIZEOF_LONG < SIZEOF_VOIDP.
  [ruby-talk:149645]

* ruby.h: use LONG_LONG to simplify the change.
  [ruby-talk:149645]

* dir.c (dir_each): rewinddir(3) before iteration.
  [ruby-talk:149628]

* eval.c (rb_f_throw): replace all '0x%lx' by '%p'.
  [ruby-talk:149553]

* missing/vsnprintf.c (BSD_vfprintf): '%p' need to handle 64bit
  size pointer.  [ruby-talk:149553]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8847 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2005-07-27 07:27:19 +00:00
..
lib * parse.y (lambda): Perl6 style -> lambda expression. [NEW] 2005-07-27 07:27:19 +00:00
test * ext/ripper: ripper extention added. 2004-09-12 17:34:30 +00:00
tools * ext/ripper/Makefile.dev: removed. 2004-09-23 10:49:11 +00:00
.cvsignore * parse.y: pragma support on ripper. [ruby-dev:26266] 2005-06-02 14:43:10 +00:00
depend * ext/ripper/depend: add .y to .SUFFIXES for nmake. 2005-06-06 07:37:07 +00:00
eventids2.c * parse.y [ripper]: on__scan event removed. 2004-09-22 05:22:50 +00:00
extconf.rb * ext/ripper/extconf.rb: bison is not needed if ripper.c exists. [ruby-dev:25191] 2004-12-15 19:02:42 +00:00
README * ext/ripper: ripper extention added. 2004-09-12 17:34:30 +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 (You MUST use bison)

Usage
-----

  See test/ripper/* and sample/ripper/*.
  To know thrown events, see lib/ripper.rb.

License
-------

  Ruby License.

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