diff options
author | Chimrod <> | 2024-09-13 09:25:38 +0200 |
---|---|---|
committer | Chimrod <> | 2024-09-13 09:25:38 +0200 |
commit | 8b4eb01afa698dd1e512f7a83fb761bfb146fdf7 (patch) | |
tree | 5c85e5f4d011a895955d8516f0cdb195acf82f24 /lib/qparser/lexer.mli | |
parent | 692d66ba7eb0ff55a46b68601b7cd81f825653cb (diff) |
Added a syntax check in the comments
Diffstat (limited to 'lib/qparser/lexer.mli')
-rw-r--r-- | lib/qparser/lexer.mli | 3 |
1 files changed, 3 insertions, 0 deletions
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 |