Skip to content

Commit

Permalink
Merge pull request #151 from jwillemsen/jwi-racc180
Browse files Browse the repository at this point in the history
Upgrade to racc 1.8.0
  • Loading branch information
jwillemsen authored May 20, 2024
2 parents fecf199 + beb512c commit c30a808
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions lib/ridl/parser.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true
#
# DO NOT MODIFY!!!!
# This file is automatically generated by Racc 1.7.3
# This file is automatically generated by Racc 1.8.0
# from Racc grammar file "parser.ry".
#

Expand All @@ -24,18 +24,14 @@
$".push "#{__dir__}/racc/info.rb"
module Racc
VERSION = '1.7.3'
VERSION = '1.8.0'
Version = VERSION
Copyright = 'Copyright (c) 1999-2006 Minero Aoki'
end
end
unless defined?(NotImplementedError)
NotImplementedError = NotImplementError # :nodoc:
end
module Racc
class ParseError < StandardError; end
end
Expand Down

0 comments on commit c30a808

Please sign in to comment.