mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
![]() 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. |
||
---|---|---|
.. | ||
lib | ||
tools | ||
depend | ||
eventids2.c | ||
eventids2.h | ||
extconf.rb | ||
README | ||
ripper_init.c.tmpl | ||
ripper_init.h |
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