summaryrefslogtreecommitdiff
path: root/scripts/count_token_references.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos (#2030)Kian-Meng Ang2022-01-181-2/+2
|
* Improve checks. (#1884)Matthäus G. Chajdas2021-08-171-1/+1
| | | | | | | | | Improve checks. * Fix lots of small errors. * Remove the line length check. * Add an option to skip lexers with no alias * Run checks in make check * Add a new CI target.
* Remove unicorn token types (fixes #1816.)Matthäus G. Chajdas2021-06-201-0/+0
| | | | | | The PR #1819 provides a tool to identify unique token types. This PR aims to remove the most obvious cases of unicorn styles which are used in a single lexer only.
* Add scripts/count_token_references.py to check for "unicorn" tokens. (#1819)Walter Dörwald2021-06-201-0/+267