* 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
@ -1,3 +1,9 @@
|
|||||||
|
Mon Feb 16 15:13:01 2004 Minero Aoki <aamine@loveruby.net>
|
||||||
|
|
||||||
|
* ext/racc/cparse/README: new file.
|
||||||
|
|
||||||
|
* ext/racc/cparse/MANIFEST: add README.
|
||||||
|
|
||||||
Mon Feb 16 12:29:10 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Mon Feb 16 12:29:10 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* ext/iconv/iconv.c (iconv_s_list): new method Iconv.list
|
* ext/iconv/iconv.c (iconv_s_list): new method Iconv.list
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
MANIFEST
|
MANIFEST
|
||||||
|
README
|
||||||
cparse.c
|
cparse.c
|
||||||
depend
|
depend
|
||||||
extconf.rb
|
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…
x
Reference in New Issue
Block a user