diff options
author | Hiroshi SHIBATA <[email protected]> | 2022-07-29 17:06:18 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2022-07-29 19:10:10 +0900 |
commit | 4e886d2adeaa3ae8a408fa549f19f203b82d9550 () | |
tree | 53e88b9084d12e9082dc89861ecb4eda1f6b2207 /lib/racc | |
parent | b2cc74a50dd492e95bd76252046c25495f06a586 (diff) |
Update parser-text.rb with https://.com/ruby/racc/commit/4ecc13c9cbd4663268c34b0a5c99cf5307de7c60
Notes: Merged: https://.com/ruby/ruby/pull/6200
-rw-r--r-- | lib/racc/parser-text.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ module Racc class ParseError < StandardError; end end unless defined?(::ParseError) - ParseError = Racc::ParseError end # Racc is a LALR(1) parser generator. |