diff options
author | Akim Demaille <akim.demaille@gmail.com> | 2019-01-27 07:51:07 +0100 |
---|---|---|
committer | Akim Demaille <akim.demaille@gmail.com> | 2019-01-28 06:47:07 +0100 |
commit | 9cd7bd4d5fb5032b2ce2c4e26c4bd0a0baeb708a (patch) | |
tree | f8a1e2678d75fee063e25363a92e4c9dcaac4852 /NEWS | |
parent | a108d84f883df77c5c32ae8875406f669d7fe38d (diff) | |
download | bison-9cd7bd4d5fb5032b2ce2c4e26c4bd0a0baeb708a.tar.gz |
add -fsyntax-only
When debugging Bison itself, this is very handy, especially when
tweaking the frontend badly enough to break the backends. It can also
be used to check a grammar.
* src/getargs.h, src/getargs.c (feature_syntax_only): New.
(feature_args, feature_types): Adjust.
* src/main.c (main): Use it.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2,6 +2,12 @@ GNU Bison NEWS * Noteworthy changes in release ?.? (????-??-??) [?] +** New features + +*** Disabling output + + When given -fsyntax-only, the diagnostics are reported, but no output is + generated. * Noteworthy changes in release 3.3.1 (2019-01-27) [stable] |