Update RDoc::RD parsers generated by racc-1.7.1
This commit is contained in:
parent
f9deff32a3
commit
6e93320c1b
@ -1,13 +1,13 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
#
|
#
|
||||||
# DO NOT MODIFY!!!!
|
# DO NOT MODIFY!!!!
|
||||||
# This file is automatically generated by Racc 1.7.0
|
# This file is automatically generated by Racc 1.7.1
|
||||||
# from Racc grammar file "".
|
# from Racc grammar file "".
|
||||||
#
|
#
|
||||||
|
|
||||||
###### racc/parser.rb begin
|
###### racc/parser.rb begin
|
||||||
unless $".index 'racc/parser.rb'
|
unless $".find {|p| p.end_with?('/racc/parser.rb')}
|
||||||
$".push 'racc/parser.rb'
|
$".push "#{__dir__}/racc/parser.rb"
|
||||||
# frozen_string_literal: false
|
# frozen_string_literal: false
|
||||||
#--
|
#--
|
||||||
# Copyright (c) 1999-2006 Minero Aoki
|
# Copyright (c) 1999-2006 Minero Aoki
|
||||||
@ -21,7 +21,7 @@ $".push 'racc/parser.rb'
|
|||||||
#++
|
#++
|
||||||
|
|
||||||
unless $".find {|p| p.end_with?('/racc/info.rb')}
|
unless $".find {|p| p.end_with?('/racc/info.rb')}
|
||||||
$".push 'racc/info.rb'
|
$".push "#{__dir__}/racc/info.rb"
|
||||||
#--
|
#--
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
@ -35,7 +35,7 @@ $".push 'racc/info.rb'
|
|||||||
#++
|
#++
|
||||||
|
|
||||||
module Racc
|
module Racc
|
||||||
VERSION = '1.6.2'
|
VERSION = '1.7.1'
|
||||||
Version = VERSION
|
Version = VERSION
|
||||||
Copyright = 'Copyright (c) 1999-2006 Minero Aoki'
|
Copyright = 'Copyright (c) 1999-2006 Minero Aoki'
|
||||||
end
|
end
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
|
# frozen_string_literal: true
|
||||||
#
|
#
|
||||||
# DO NOT MODIFY!!!!
|
# DO NOT MODIFY!!!!
|
||||||
# This file is automatically generated by Racc 1.6.2
|
# This file is automatically generated by Racc 1.7.1
|
||||||
# from Racc grammar file "".
|
# from Racc grammar file "".
|
||||||
#
|
#
|
||||||
|
|
||||||
###### racc/parser.rb begin
|
###### racc/parser.rb begin
|
||||||
unless $".index 'racc/parser.rb'
|
unless $".find {|p| p.end_with?('/racc/parser.rb')}
|
||||||
$".push 'racc/parser.rb'
|
$".push "#{__dir__}/racc/parser.rb"
|
||||||
# frozen_string_literal: false
|
# frozen_string_literal: false
|
||||||
#--
|
#--
|
||||||
# Copyright (c) 1999-2006 Minero Aoki
|
# Copyright (c) 1999-2006 Minero Aoki
|
||||||
@ -19,7 +20,28 @@ $".push 'racc/parser.rb'
|
|||||||
# without restriction.
|
# without restriction.
|
||||||
#++
|
#++
|
||||||
|
|
||||||
require 'racc/info'
|
unless $".find {|p| p.end_with?('/racc/info.rb')}
|
||||||
|
$".push "#{__dir__}/racc/info.rb"
|
||||||
|
#--
|
||||||
|
#
|
||||||
|
#
|
||||||
|
#
|
||||||
|
# Copyright (c) 1999-2006 Minero Aoki
|
||||||
|
#
|
||||||
|
# This program is free software.
|
||||||
|
# You can distribute/modify this program under the same terms of ruby.
|
||||||
|
# see the file "COPYING".
|
||||||
|
#
|
||||||
|
#++
|
||||||
|
|
||||||
|
module Racc
|
||||||
|
VERSION = '1.7.1'
|
||||||
|
Version = VERSION
|
||||||
|
Copyright = 'Copyright (c) 1999-2006 Minero Aoki'
|
||||||
|
end
|
||||||
|
|
||||||
|
end
|
||||||
|
|
||||||
|
|
||||||
unless defined?(NotImplementedError)
|
unless defined?(NotImplementedError)
|
||||||
NotImplementedError = NotImplementError # :nodoc:
|
NotImplementedError = NotImplementError # :nodoc:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user