From 9fed2d8f992faa5d58e633a0691969e8171df3e4 Mon Sep 17 00:00:00 2001 From: yui-knk Date: Sat, 4 Nov 2023 11:45:11 +0900 Subject: [PATCH] Generate parser.rb with racc 1.7.3 --- lib/lrama/parser.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/lrama/parser.rb b/lib/lrama/parser.rb index 5be56b38..cdf7ce40 100644 --- a/lib/lrama/parser.rb +++ b/lib/lrama/parser.rb @@ -1,6 +1,6 @@ # # DO NOT MODIFY!!!! -# This file is automatically generated by Racc 1.7.2 +# This file is automatically generated by Racc 1.7.3 # from Racc grammar file "parser.y". # @@ -23,7 +23,7 @@ $".push "#{__dir__}/racc/info.rb" module Racc - VERSION = '1.7.1' + VERSION = '1.7.3' Version = VERSION Copyright = 'Copyright (c) 1999-2006 Minero Aoki' end