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
卜部昌平 af5e256640 rb_catch now free from ANYARGS
After 5e86b005c0, I now think ANYARGS is
dangerous and should be extinct.  This commit deletes ANYARGS from
rb_catch, and fixes some bugs revealed by that.
2019-08-27 15:52:26 +09:00
..
cparse.c rb_catch now free from ANYARGS 2019-08-27 15:52:26 +09:00
depend Include ruby/assert.h in ruby/ruby.h so that assertions can be there 2019-07-14 17:58:03 +09:00
extconf.rb Partly revert directory structure for cparse. 2019-06-19 18:35:44 +09: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://i.loveruby.net/en/projects/racc
  - https://github.com/ruby/racc