From df86b1bba91e8620af717a585e06d3b9d6fa022a Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Tue, 15 Nov 2022 08:54:03 +0100 Subject: [PATCH] Update README.rdoc * Removed mentioning of ruby 1.8 now Ruby 2.5 is the minimum version * Updated link at the top to point to github * For bugs mention github issues --- README.rdoc | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.rdoc b/README.rdoc index d9653914..a846cf40 100644 --- a/README.rdoc +++ b/README.rdoc @@ -1,17 +1,12 @@ = Racc -* http://i.loveruby.net/en/projects/racc/ +* https://github.com/ruby/racc == DESCRIPTION: Racc is a LALR(1) parser generator. It is written in Ruby itself, and generates Ruby program. - NOTE: Ruby 1.8.x comes with Racc runtime module. You - can run your parsers generated by racc 1.4.x out of the - box. - - == Requirement * Ruby 2.5 or later. @@ -74,7 +69,8 @@ == Bug Reports Any kind of bug report is welcome. - If you find a bug of Racc, please email me. Your grammar file, + If you find a bug of Racc, please report an issue at + https://github.com/ruby/racc/issues. Your grammar file, debug output generated by "racc -g", are helpful.