Skip to content

Commit

Permalink
Regenerate with racc 1.8.1
Browse files Browse the repository at this point in the history
    * lib/ridl/parser.rb:
  • Loading branch information
jwillemsen committed Jul 30, 2024
1 parent c30a808 commit 28806f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.8.0
# This file is automatically generated by Racc 1.8.1
# from Racc grammar file "parser.ry".
#

Expand All @@ -24,7 +24,7 @@
$".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
Expand All @@ -39,7 +39,7 @@ class ParseError < StandardError; end
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
Expand Down

0 comments on commit 28806f4

Please sign in to comment.