summaryrefslogtreecommitdiffstats
path: root/Utilities/Scripts/regenerate-lexers.bash
Commit message (Collapse)AuthorAgeFilesLines
* Lexer: add a helper script to automate generating the lexersMatthias Maennich2017-08-291-0/+33
note: this depends on - a suitable flex version in PATH (currently 2.6.4) - a suitable version of 'sed' in PATH (e.g. GNU sed) Signed-off-by: Matthias Maennich <matthias@maennich.net>