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
b70e708d
Commit
b70e708d
authored
Apr 03, 2017
by
POTTIER Francois
Browse files
Comment.
parent
615e6ce6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/IncrementalEngine.ml
View file @
b70e708d
...
...
@@ -262,8 +262,9 @@ module type INCREMENTAL_ENGINE = sig
val
stack
:
'
a
env
->
stack
(* DEPRECATED *)
(* [top env] returns the parser's top stack cell. If the stack is empty,
[None] is returned. *)
(* [top env] returns the parser's top stack cell. (If the stack is empty,
[None] is returned.) The state contained in this stack cell is the
current state of the automaton. *)
val
top
:
'
a
env
->
element
option
...
...
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