spot/spot/parsetl
Alexandre Duret-Lutz b9808144b3 Upgrade parsers to Bison >= 3.0
Bison 3.0 was released in 2013, and the current Debian stable (buster)
has version 3.3.2.

* m4/bison.m4: Remove -Wno-precedence and -Wno-empty-rule, keep
-Wno-deprecated just to protect from future deprecation warnings that
would be interpreted as errors.
* spot/parseaut/parseaut.yy, spot/parsetl/parsetl.yy: Use %empty
rules, prefer %precedence over %nonassoc, update %error-versbose and
%name-prefix to their more modern equivalent.
* spot/misc/trival.hh (maybe): Mark this function as noexcept to
please the compiler while compiling the parsers.
2019-08-26 17:07:15 +02:00
..
.gitignore rename src/ as spot/ and use include <spot/...> 2015-12-04 20:13:59 +01:00
fmterror.cc include config.h in all *.cc files 2018-02-21 17:59:09 +01:00
Makefile.am include config.h in all *.cc files 2018-02-21 17:59:09 +01:00
parsedecl.hh sanity: Replace tabulars by spaces in *.cc *.hh *.hxx 2016-03-10 17:40:46 +01:00
parsetl.yy Upgrade parsers to Bison >= 3.0 2019-08-26 17:07:15 +02:00
scantl.ll tl: add support for ##[+] and ##[*] 2019-05-18 12:06:35 +02:00