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
POTTIER Francois
menhir
Commits
6f91e901
Commit
6f91e901
authored
Nov 04, 2015
by
POTTIER Francois
Browse files
Fixed [FancyDriver].
parent
4d5604cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/fancyDriver.ml
View file @
6f91e901
...
...
@@ -52,5 +52,5 @@ let grammar lexer lexbuf =
(
fun
v
->
v
)
(
fail
lexbuf
)
(
lexer_lexbuf_to_supplier
lexer
lexbuf
)
(
Parser
.
Incremental
.
grammar
()
)
(
Parser
.
Incremental
.
grammar
lexbuf
.
Lexing
.
lex_curr_p
)
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