diff options
author | Hiroshi SHIBATA <[email protected]> | 2024-08-21 13:30:01 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2024-08-21 13:30:01 +0900 |
commit | 592b90328a531b3ea5fe73a72323f36be6f77e6b (patch) | |
tree | f27b6f3717c687a22aa4aa89e3e3972c6146ac48 /lib/rdoc/rd/block_parser.rb | |
parent | 014708ad5a84b454d16e532f48476d2760ea5b56 (diff) |
Generate parsers of RDoc with Racc 1.8.1
Diffstat (limited to 'lib/rdoc/rd/block_parser.rb')
-rw-r--r-- | lib/rdoc/rd/block_parser.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/rdoc/rd/block_parser.rb b/lib/rdoc/rd/block_parser.rb index df4e072c20..256ba553e5 100644 --- a/lib/rdoc/rd/block_parser.rb +++ b/lib/rdoc/rd/block_parser.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # # DO NOT MODIFY!!!! -# This file is automatically generated by Racc 1.8.0 +# This file is automatically generated by Racc 1.8.1 # from Racc grammar file "block_parser.ry". # @@ -23,7 +23,7 @@ unless $".find {|p| p.end_with?('/racc/info.rb')} $".push "#{__dir__}/racc/info.rb" module Racc - VERSION = '1.8.0' + VERSION = '1.8.1' Version = VERSION Copyright = 'Copyright (c) 1999-2006 Minero Aoki' end @@ -38,7 +38,7 @@ unless defined?(::ParseError) ParseError = Racc::ParseError # :nodoc: end -# Racc is a LALR(1) parser generator. +# Racc is an LALR(1) parser generator. # It is written in Ruby itself, and generates Ruby programs. # # == Command-line Reference |