ruby/ext/racc/cparse
Nobuyoshi Nakada 5a77e90fe8
Use rb_intern_const instead of rb_intern in Init functions
```
find . -name \*.o -exec nm {} + |&
sed '/Init_.*\.rbimpl_id/!d;s/^.* b //;s/\.[1-9][0-9]*$//;s/\.rbimpl_id$//' |
uniq
```
should be empty.
2020-10-21 12:46:53 +09:00
..
README Update the canonical repository for racc. 2019-05-13 21:26:13 +09:00
cparse.c Use rb_intern_const instead of rb_intern in Init functions 2020-10-21 12:46:53 +09:00
depend sed -i '/rmodule.h/d' 2020-08-27 16:42:06 +09:00
extconf.rb Merge racc from upstream repository. 2020-02-27 13:33:51 +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