-
-
Notifications
You must be signed in to change notification settings - Fork 38
Closed
Labels
Description
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"