summaryrefslogtreecommitdiff
path: root/scripts/debug_lexer.py
Commit message (Expand)AuthorAgeFilesLines
* debug_lexer: fix missing import and wrong API usageGeorg Brandl2014-10-071-5/+5
* debug_lexer: remove debug print; allow reading from stdin with filename "-"Georg Brandl2014-10-071-2/+5
* Change how debug_lexer.py finds its lexers.Tim Hatch2014-10-061-7/+12
* debug_lexer: fix byte/str confusion for Py3 and print usage if no args given.Georg Brandl2014-10-041-2/+6
* Rename find_error to debug_lexer and add a mode to use the profiling regex le...Georg Brandl2014-09-201-0/+221