ruby/ext/racc/cparse
Marc-Andre Lafortune 352895b751 [ruby/racc] Return `nil` for all syntax errors
https://github.com/ruby/racc/commit/51817ce0f6
2020-07-30 10:07:06 -04:00
..
README Update the canonical repository for racc. 2019-05-13 21:26:13 +09:00
cparse.c [ruby/racc] Return `nil` for all syntax errors 2020-07-30 10:07:06 -04:00
depend sed -i 's|ruby/impl|ruby/internal|' 2020-05-11 09:24:08 +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