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
37d5e3db
Commit
37d5e3db
authored
Sep 24, 2019
by
POTTIER Francois
Browse files
Addition to CHANGES.md.
parent
2f246ce5
Pipeline
#95188
passed with stages
in 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGES.md
View file @
37d5e3db
...
...
@@ -4,11 +4,13 @@
*
Build Menhir's standard library into the Menhir executable instead of
storing it in a separate file
`standard.mly`
. This removes the need to
hardcode the path to this file into the Menhir executable. This also
removes the need for the command line switch
`--stdlib`
, which remains
supported but is now ignored, and for the environment variable
`$MENHIR_STDLIB`
, which is now ignored. (Suggested and implemented
by Nicolás Ojeda Bär.)
hardcode the path to this file into the Menhir executable. This also removes
the need for the command line switch
`--stdlib`
, which remains supported but
is now ignored, and for the environment variable
`$MENHIR_STDLIB`
, which is
now ignored. A positive side effect of this change is that the full path of
the file
`standard.mly`
no longer appears in generated parsers; this removes
a source of spurious variation. (Suggested and implemented by Nicolás Ojeda
Bär.)
## 2019/06/20
...
...
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