1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/racc/cparse
nobu ef9d134951 racc/cparse: private class
* ext/racc/cparse/cparse.c (Init_cparse): Racc::CparseParams is a
  private class, undefine allocate and initialize methods.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47739 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2014-09-29 14:13:50 +00:00
..
cparse.c racc/cparse: private class 2014-09-29 14:13:50 +00:00
extconf.rb
README * ext/racc/cparse/README: [DOC] Use upstream and github link instead of RAA. 2013-12-11 03:10:54 +00:00

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/tenderlove/racc