RustPython / Parser

MIT License
67 stars 24 forks source link

Improvement: Add `is_*` methods to `Tok` #37

Closed MichaReiser closed 1 year ago

MichaReiser commented 1 year ago

Ruff has some lint rules that run on tokens. It would be useful to have is_* methods to avoid extensive matching.

youknowone commented 1 year ago

Nice idea.