summaryrefslogtreecommitdiffstats
path: root/Utilities/Scripts/regenerate-parsers.bash
Commit message (Collapse)AuthorAgeFilesLines
* LexerParser: Manual removing code from Bison is no longer neededChristoph GrĂ¼ninger2021-01-251-5/+0
| | | | | This was needed to avoid warnings while compiling the sources generated by older versions of GNU Bison, but is not with GNU Bison 3.7.4.
* LexerParser: Do not use GNU Bison's yacc mode, we use Bison extensionsChristoph GrĂ¼ninger2021-01-251-1/+1
| | | | Silence Bison warnings regarding use of Bison extensions.
* regenerate-parsers.bash: Add script to automate parser generationDaniel Franke2018-05-161-0/+37
This depends on - a suitable flex version in PATH (currently 3.0.4) - a suitable version of 'sed' in PATH (e.g. GNU sed)