mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/racc/cparse/README: new file.
* ext/racc/cparse/MANIFEST: add README. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5723 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5251028984
commit
4ffed78b32
3 changed files with 17 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
MANIFEST
|
||||
README
|
||||
cparse.c
|
||||
depend
|
||||
extconf.rb
|
||||
|
|
|
|||
10
ext/racc/cparse/README
Normal file
10
ext/racc/cparse/README
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
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://raa.ruby-lang.org/list.rhtml?name=racc
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue