Re: Is there a bug with --skeleton parameter?
Akim Demaille <[email protected]>
| Newsgroups | gmane.comp.parsers.bison.bugs |
|---|---|
| Message-ID | <[email protected]> |
> Le 4 mars 2020 à 07:40, Akim Demaille <[email protected]> a écrit : > > README-hacking should have told you, I'm sorry it didn't :( I'll fix that. Here's my proposal. commit 2f38f96c30b61e8c4482b2055ee2441d0dc281ad Author: Akim Demaille <[email protected]> Date: Wed Mar 4 08:19:37 2020 +0100 README: point to tests/bison Reported by Victor Morales Cayuela. diff --git a/README b/README index f18958a1..f8d79755 100644 --- a/README +++ b/README @@ -17,6 +17,11 @@ See the file INSTALL for generic compilation and installation instructions. Bison requires GNU m4 1.4.6 or later. See https://ftp.gnu.org/gnu/m4/m4-1.4.6.tar.gz. +## Running a non installed bison +Once you ran `make`, you might want to toy with this fresh bison before +installing it. In that case, do not use `src/bison`: it would use the +*installed* files (skeletons, etc.), not the local ones. Use `tests/bison`. + ## Colored diagnostics As an experimental feature, diagnostics are now colored, controlled by the `--color` and `--style` options.