summaryrefslogtreecommitdiff
path: root/lib/lex.py
AgeCommit message (Expand)AuthorLines
2020-07-03more consistent logging; use logger. instead of logging. where appropriateDaniel Friesel-3/+6
2020-05-28use black(1) for uniform code formattingDaniel Friesel-47/+57
2020-04-29Use relative module paths. PYTHONPATH=lib bin/... is no longer neededDaniel Friesel-1/+1
2019-12-13Add Parser and Lexer for timed sequences (words with loops); use them in work...Daniel Friesel-9/+147
2019-12-12lexer and parser for basic timed word stringsDaniel Friesel-0/+62