Skip to content
GitLab
Menu
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
e6f9e481
Commit
e6f9e481
authored
Oct 31, 2015
by
POTTIER Francois
Browse files
Fixes in CHANGES.
parent
1bfc7f62
Changes
1
Show whitespace changes
Inline
Side-by-side
CHANGES
View file @
e6f9e481
...
...
@@ -35,7 +35,7 @@ Added [has_default_reduction] to the incremental API.
2015/10/23:
Modified the meaning of --canonical to allow default reductions to take
place. Th
ere
implies no loss of precision in terms of lookahead sets,
place. Th
is
implies no loss of precision in terms of lookahead sets,
and should allow gaining more contextual information when a syntax
error is encountered. (It should also lead to a smaller automaton.)
...
...
@@ -60,7 +60,9 @@ Additions to the incremental API.
A [supplier] is a function that produces tokens on demand.
[lexer_lexbuf_to_supplier] turns a lexer and a lexbuf into a supplier.
[loop] is a ready-made made main parsing loop.
[loop_handle] is a variant of [loop] that lets the user do her own error handling.
[loop_handle] is a variant that lets the user do her own error handling.
[loop_handle_undo] is a variant that additionally allows undoing the last
few "spurious" reductions.
[number] maps a state of the LR(1) automaton to its number.
2015/10/16:
...
...
Write
Preview
Supports
Markdown
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