Better error message for syntax error in : foo ( : bar
parent
19d8a6a552
commit
9e9116f0ea
|
@ -15,6 +15,7 @@ ERROR: bad-effect ;
|
||||||
scan {
|
scan {
|
||||||
{ "(" [ ")" parse-effect ] }
|
{ "(" [ ")" parse-effect ] }
|
||||||
{ f [ ")" unexpected-eof ] }
|
{ f [ ")" unexpected-eof ] }
|
||||||
|
[ bad-effect ]
|
||||||
} case 2array
|
} case 2array
|
||||||
] when
|
] when
|
||||||
] if
|
] if
|
||||||
|
|
Loading…
Reference in New Issue