зеркало из https://github.com/github/ruby.git
407f8b8716
The allocated parser string is never freed, which causes a memory leak. The following code leaks memory: Ripper.sexp_raw(DATA.read) __END__ <<~EOF a #{1} a EOF |
||
---|---|---|
.. | ||
lib | ||
tools | ||
README | ||
depend | ||
eventids2.c | ||
eventids2.h | ||
extconf.rb | ||
ripper_init.c.tmpl | ||
ripper_init.h |
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) Usage ----- See test/ripper/* and sample/ripper/*. License ------- Ruby License. Minero Aoki aamine@loveruby.net http://i.loveruby.net