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
Fix bug parsing unary subtypes with newlines (#393)
In expressions like `"a +\n\n<:"` the presence of `peek(ps, skip_newlines=true)` was
inconsistent with the use of `bump()` without `skip_newlines`. It seems
that we didn't need skip_newlines at all in parse_unary_subtype, so do
this to be consistent with parsing of other operators.
0 commit comments