tokenize: Remove TokenType enum
In practice this wasn't used: The parse code always checks the value AND
the type. So just check the value only.
1 parent b1f361a commit fc05c7754bd5980ae398ee7c02d79a63d4594180
@Jookia Jookia authored on 14 Mar 2022
Showing 4 changed files
View
src/parse.py
View
src/tokenize.py
View
tests/test_parse.py
View
tests/test_tokenize.py