No need to specify tags anymore
commit55c62e676f3b30b47978684ab871e9d6e906fc27
authoryui-knk <spiketeika@gmail.com>
Wed, 15 May 2024 00:32:36 +0000 (15 09:32 +0900)
committerNobuyoshi Nakada <nobu@ruby-lang.org>
Sat, 18 May 2024 02:26:17 +0000 (18 11:26 +0900)
tree0b8618fc62c22a4024b2a6097bb1d062f95031a7
parentcce7c25a42cbe46b9daea7c1e0accda00fe91c43
No need to specify tags anymore

In the past, these codes were used by both parser and ripper.
On ripper, the type of LHS is `<val>` then type cast was needed.
However currently these are only used by parser then no need to
cast.
parse.y