Skip to content

Commit

Permalink
Merge pull request #196 from jwillemsen/patch-3
Browse files Browse the repository at this point in the history
Update README.rdoc
  • Loading branch information
hsbt committed Nov 15, 2022
2 parents 48bb7ca + df86b1b commit 9006da1
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions 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.
Expand Down Expand Up @@ -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.


Expand Down

0 comments on commit 9006da1

Please sign in to comment.