зеркало из https://github.com/github/ruby.git
31 строка
623 B
Plaintext
31 строка
623 B
Plaintext
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
|