Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
POTTIER Francois
menhir
Commits
d841cddc
Commit
d841cddc
authored
Dec 14, 2020
by
POTTIER Francois
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CHANGES.
parent
6f9a2418
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
CHANGES.md
CHANGES.md
+9
-0
No files found.
CHANGES.md
View file @
d841cddc
...
...
@@ -5,6 +5,15 @@
*
The new command line switch
`--require-aliases`
causes Menhir to check
that a token alias has been defined for every token.
*
The escaped characters
`\\`
,
`\'`
,
`\"`
,
`\n`
,
`\t`
,
`\b`
,
`\r`
,
`\ `
are
now accepted in token aliases.
*
If a token alias has been defined for every token, then, in every
`.messages`
file produced by Menhir, every sentence is now followed by its
concrete syntax, in an auto-generated comment that begins with
`## Concrete
syntax: `
. This feature relies on the assumption that the concrete syntax
allows separating two tokens with a space character.
*
Update the demo
`calc-syntax-errors`
to show how to compile a parser both
via the code back-end and via the table back-end, so as to obtain both
optimal performance and good error messages.
...
...
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