Skip to content
  • Alexandre Duret-Lutz's avatar
    Update parsers to work with Bison 2.4.1. · efbdc08d
    Alexandre Duret-Lutz authored
    * HACKING: Mention that we require Bison >= 2.4 for developers.
    * src/evtgbaparse/evtgbaparse.yy, src/tgbaparse/tgbaparse.yy,
    src/ltlparse/ltlparse.yy: The sections "%{ ... %}" should now be
    renamed "%code requires { ... }" or "%code { ... }" depending on
    whether they should end up in the parser's header file or its cc
    file.  Also use %language, %locations, %defines, instead of
    command-line arguments.
    * src/evtgbaparse/Makefile.am, src/tgbaparse/Makefile.am,
    src/ltlparse/Makefile.am: Remove the --locations, --defines
    and --languages in the call to bison.  Add -Wall -Werror to
    catch more errors.
    Thanks to Akim Demaille <akim@lrde.epita.fr> for the help.
    efbdc08d
To find the state of this project's repository at the time of any of these versions, check out the tags.