ruby--ruby/ext/racc/cparse
Benoit Daloze 9b972310fa [ruby/racc] Add missing check for rb_block_call()
* It used to be hardcoded since 0affbf9d2c7c5c618b8d3fe191e74d9ae8ad22fc
  but got removed in 23abf3d3fb82afcc26d35769f0dec59dd46de4bb
* This means that since that second commit, rb_iterate() was used unintentionally.

https://github.com/ruby/racc/commit/8816ced525
2021-07-18 20:38:34 +09:00
..
README
cparse.c Fix -Wundef warnings for HAVE_RB_EXT_RACTOR_SAFE 2021-05-04 14:56:55 +02:00
depend
extconf.rb [ruby/racc] Add missing check for rb_block_call() 2021-07-18 20:38:34 +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