зеркало из https://github.com/github/ruby.git
2e311f6bd5
This change stop to install node.h beacuase of saving ABI (node.h will be changed. Extensions should not depends on this file). * blockinlining.c, class.c, compile.c, debug.h, enum.c, gc.c, iseq.c, parse.y, ruby.c, signal.c, variable.c, vm.c, vm_core.h, vm_dump.c: ditto. * ext/ripper/depend: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19500 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |
||
---|---|---|
.. | ||
lib | ||
tools | ||
.cvsignore | ||
README | ||
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