From 8b4eb01afa698dd1e512f7a83fb761bfb146fdf7 Mon Sep 17 00:00:00 2001 From: Chimrod <> Date: Fri, 13 Sep 2024 09:25:38 +0200 Subject: Added a syntax check in the comments --- lib/qparser/lexer.mli | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/qparser/lexer.mli') diff --git a/lib/qparser/lexer.mli b/lib/qparser/lexer.mli index 299fa46..854bb1e 100644 --- a/lib/qparser/lexer.mli +++ b/lib/qparser/lexer.mli @@ -6,7 +6,10 @@ working. *) exception EOF + exception UnclosedQuote +(** Error reported when a string is not closed properly *) + exception LexError of string val discard : Lexbuf.t -> unit -- cgit v1.2.3