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
Instead, let the lexer produce `.eof` itself. This
will be needed for regex literal lexing, where the
lexer may still want to produce an empty regex
literal pattern when at the end of the file, before
the `.eof` token.
0 commit comments