aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--toplevel/metasyntax.ml3
1 files changed, 2 insertions, 1 deletions
diff --git a/toplevel/metasyntax.ml b/toplevel/metasyntax.ml
index a3415cbaa..bd45fb2d5 100644
--- a/toplevel/metasyntax.ml
+++ b/toplevel/metasyntax.ml
@@ -410,7 +410,8 @@ let rec find_pattern xl = function
error ("The token "^s^" occurs on one side of \"..\" but not on the other side")
| [NonTerminal _], Break s :: _ | Break s :: _, _ ->
error ("A break occurs on one side of \"..\" but not on the other side")
- | ((SProdList _ | NonTerminal _) :: _ | []), _ -> assert false
+ | ((SProdList _ | NonTerminal _) :: _ | []), _ ->
+ error ("The special symbol \"..\" must occur in a configuration of the form\n\"x symbs .. symbs y\"")
let rec interp_list_parser hd = function
| [] -> [], List.rev hd