You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The postfix form for if/unless/while/until is detected in IRB Ruby parser
with special token types of Tk{IF,UNLESS,WHILE,UNTIL}_MOD,
but the detection is a new feature in parser.y after parsed
with EXPR_LABEL bit,
it's introduced after the birth of IRB.
So this is an important test to replace Ruby parser of IRB with Ripper.
0 commit comments