зеркало из https://github.com/github/ruby.git
5a77e90fe8
``` find . -name \*.o -exec nm {} + |& sed '/Init_.*\.rbimpl_id/!d;s/^.* b //;s/\.[1-9][0-9]*$//;s/\.rbimpl_id$//' | uniq ``` should be empty. |
||
---|---|---|
.. | ||
README | ||
cparse.c | ||
depend | ||
extconf.rb |
README
Racc Runtime README =================== This directory contains a runtime library of Racc parser generator. If you want to generate your own parser, you must get Racc full package. Get it from: - http://i.loveruby.net/en/projects/racc - https://github.com/ruby/racc