Update Racc entries on documents

This commit is contained in:
Hiroshi SHIBATA 2023-06-20 13:33:49 +09:00
parent 9ff4399dec
commit 44ad176fc2
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2
2 changed files with 5 additions and 13 deletions

View File

@ -227,12 +227,6 @@ have commit right, others don't.
* https://github.com/ruby/pstore * https://github.com/ruby/pstore
* https://rubygems.org/gems/pstore * https://rubygems.org/gems/pstore
#### lib/racc.rb, lib/racc/*
* Aaron Patterson (tenderlove)
* Hiroshi SHIBATA (hsbt)
* https://github.com/ruby/racc
* https://rubygems.org/gems/racc
#### lib/readline.rb #### lib/readline.rb
* aycabta * aycabta
* https://github.com/ruby/readline * https://github.com/ruby/readline
@ -407,12 +401,6 @@ have commit right, others don't.
* https://github.com/ruby/psych * https://github.com/ruby/psych
* https://rubygems.org/gems/psych * https://rubygems.org/gems/psych
#### ext/racc
* Aaron Patterson (tenderlove)
* Hiroshi SHIBATA (hsbt)
* https://github.com/ruby/racc
* https://rubygems.org/gems/racc
#### ext/stringio #### ext/stringio
* Nobuyuki Nakada (nobu) * Nobuyuki Nakada (nobu)
* https://github.com/ruby/stringio * https://github.com/ruby/stringio
@ -484,6 +472,10 @@ have commit right, others don't.
### debug ### debug
* https://github.com/ruby/debug * https://github.com/ruby/debug
### racc
* https://github.com/ruby/racc
## Platform Maintainers ## Platform Maintainers
### mswin64 (Microsoft Windows) ### mswin64 (Microsoft Windows)
* NAKAMURA Usaku (usa) * NAKAMURA Usaku (usa)

View File

@ -97,7 +97,6 @@ NKF:: Ruby extension for Network Kanji Filter
OpenSSL:: Provides SSL, TLS and general purpose cryptography for Ruby OpenSSL:: Provides SSL, TLS and general purpose cryptography for Ruby
Pathname:: Representation of the name of a file or directory on the filesystem Pathname:: Representation of the name of a file or directory on the filesystem
Psych:: A YAML parser and emitter for Ruby Psych:: A YAML parser and emitter for Ruby
Racc:: A LALR(1) parser generator written in Ruby.
StringIO:: Pseudo I/O on String objects StringIO:: Pseudo I/O on String objects
StringScanner:: Provides lexical scanning operations on a String StringScanner:: Provides lexical scanning operations on a String
Syslog:: Ruby interface for the POSIX system logging facility Syslog:: Ruby interface for the POSIX system logging facility
@ -129,3 +128,4 @@ Prime:: Prime numbers and factorization library
RBS:: RBS is a language to describe the structure of Ruby programs RBS:: RBS is a language to describe the structure of Ruby programs
TypeProf:: A type analysis tool for Ruby code based on abstract interpretation TypeProf:: A type analysis tool for Ruby code based on abstract interpretation
DEBUGGER__:: Debugging functionality for Ruby DEBUGGER__:: Debugging functionality for Ruby
Racc:: A LALR(1) parser generator written in Ruby.