Hoboneer / sxhkd-parser

Parser library for sxhkd configs
GNU General Public License v3.0
7 stars 0 forks source link

`hkfind`: Improve syntax error messages #25

Open Hoboneer opened 2 years ago

Hoboneer commented 2 years ago

Right now (commit 32e478836d259dd309b653a873cd9c0b7d1b2d0d), syntax errors are just exception tracebacks for IndexError since the parser uses a double-ended queue.