summaryrefslogtreecommitdiffstats
path: root/lib/README
diff options
context:
space:
mode:
authoraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-03-22 07:20:31 +0000
committeraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-03-22 07:20:31 +0000
commit41124390979930ed09433d4dae3909868275a606 (patch)
tree134204cbe7c93dfef4023d4095275e05fabb28e5 /lib/README
parentf0348962705b5700d559e99f50d6ca06f6e961b9 (diff)
downloadruby-41124390979930ed09433d4dae3909868275a606.tar.gz
ruby-41124390979930ed09433d4dae3909868275a606.tar.xz
ruby-41124390979930ed09433d4dae3909868275a606.zip
racc runtime imported.
* lib/racc/parser.rb: new file. * ext/racc/MANIFEST, cparse.c, depend, extconf.rb: new files. * lib/README: add racc/parser.rb. * ext/Setup*: add racc/cparse. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2257 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/README')
-rw-r--r--lib/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/README b/lib/README
index d05964fa6..48aabfb1d 100644
--- a/lib/README
+++ b/lib/README
@@ -47,6 +47,7 @@ pp.rb pretty print objects
prettyprint.rb pretty printing algorithm
profile.rb ruby profiler
pstore.rb persistent object strage using marshal
+racc/parser.rb racc (Ruby yACC) runtime
rational.rb rational number support
readbytes.rb define IO#readbytes
resolv.rb DNS resolver in Ruby