mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
90b9996523
revert r42847 "test_string.rb: add test string encoding"
revert r42846 "parse.y: freeze in advance to reduce objects"
revert r42843 "parse.y: deduplicate frozen string literals"
revert r42780 "test_string.rb: yet another test"
revert r42779 "parse.y: valid suffix word only"
revert r42778 "test_string.rb: remove duplicated code"
revert r42775 "parse.y: force_encoding"
This reverts commit
|
||
---|---|---|
.. | ||
lib | ||
tools | ||
depend | ||
eventids2.c | ||
extconf.rb | ||
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) * 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