ruby/ext/racc/cparse
eregon 8c6674ef03 * ext/racc/cparse/cparse.c: use rb_ary_entry() and
rb_ary_subseq() instead of RARRAY_PTR.
  Based on a patch by Dirkjan Bussink. See Bug #8399.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41222 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2013-06-10 20:06:53 +00:00
..
README * ext/racc/cparse/README: new file. 2004-02-16 06:13:33 +00:00
cparse.c * ext/racc/cparse/cparse.c: use rb_ary_entry() and 2013-06-10 20:06:53 +00:00
extconf.rb * include/ruby: moved public headers. 2007-06-10 03:06:15 +00:00

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://raa.ruby-lang.org/list.rhtml?name=racc