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
Ok... so #232 and #236 show that fixing these errors is somewhat higher priority than I thought - several of these are actually cases which are realistic for OhMyREPL users to encounter.
Here's a few additional cases which cause parser exceptions found with the tools in #185 / #188 but not yet fixed by the changes there.
"*>:y"
,"-<:x"
(Fix parsing of chained unary and unary type operators #249)"h'?@(g\xfd2)"
(Enclose grouping parentheses withparens
node #222?)"'\\"
(fix lexing'\\
to not error in the validate token step #233)"@x\""
(Enclose grouping parentheses withparens
node #222 etc)"1where'c'"
"@p\""
(Enclose grouping parentheses withparens
node #222)"@(x y)"
(Enclose grouping parentheses withparens
node #222)"@([x])"
,"@(x y() \""
(Enclose grouping parentheses withparens
node #222)"(y::\nfor"
,"|(&\nfunction"
The text was updated successfully, but these errors were encountered: