Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
aa5e2d12
Commit
aa5e2d12
authored
Apr 02, 2014
by
Jean-Christophe Filliâtre
Browse files
why3doc: new keyword diverges
parent
1eb95673
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/why3doc/doc_lexer.mll
View file @
aa5e2d12
...
...
@@ -42,7 +42,7 @@
let
is_keyword2
=
make_table
[
"absurd"
;
"assert"
;
"assume"
;
"ensures"
;
"check"
;
"invariant"
;
"raises"
;
"reads"
;
"requires"
;
"returns"
;
"variant"
;
"writes"
;
]
"returns"
;
"variant"
;
"writes"
;
"diverges"
;
]
let
get_loc
lb
=
Loc
.
extract
(
Lexing
.
lexeme_start_p
lb
,
Lexing
.
lexeme_end_p
lb
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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