File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 44
55== DESCRIPTION:
66
7- Racc is a LALR(1) parser generator.
7+ Racc is an LALR(1) parser generator.
88 It is written in Ruby itself, and generates Ruby program.
99
1010== Requirement
Original file line number Diff line number Diff line change 1717</ p >
1818
1919< p >
20- Racc (Ruby yACC) is a LALR(1) parser generator for Ruby.
20+ Racc (Ruby yACC) is an LALR(1) parser generator for Ruby.
2121Version 1.4.x is stable release.
2222</ p >
2323< p >
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class ParseError < StandardError; end
1919 ParseError = Racc ::ParseError # :nodoc:
2020end
2121
22- # Racc is a LALR(1) parser generator.
22+ # Racc is an LALR(1) parser generator.
2323# It is written in Ruby itself, and generates Ruby programs.
2424#
2525# == Command-line Reference
Original file line number Diff line number Diff line change 99Gem ::Specification . new do |s |
1010 s . name = "racc"
1111 s . version = Racc ::VERSION
12- s . summary = "Racc is a LALR(1) parser generator"
12+ s . summary = "Racc is an LALR(1) parser generator"
1313 s . description = <<DESC
14- Racc is a LALR(1) parser generator.
14+ Racc is an LALR(1) parser generator.
1515 It is written in Ruby itself, and generates Ruby program.
1616
1717 NOTE: Ruby 1.8.x comes with Racc runtime module. You
You can’t perform that action at this time.
0 commit comments