Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
POTTIER Francois
menhir
Commits
94de7b51
Commit
94de7b51
authored
Nov 06, 2015
by
POTTIER Francois
Browse files
Tiny cleanup.
parent
55ff8ae9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/interpret.ml
View file @
94de7b51
...
...
@@ -497,7 +497,7 @@ let read_messages filename : run or_comment list =
match
SentenceParser
.
entry
SentenceLexer
.
lex
lexbuf
with
|
exception
Parsing
.
Parse_error
->
Error
.
error
(
Positions
.
one
(
Lexing
.
lexeme_start_p
lexbuf
))
[
Positions
.
cpos
lexbuf
]
"ill-formed sentence."
|
sentences
->
(* In principle, we should now find a segment of whitespace
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment