-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
specialized enum
s for interpreter impl
#67
Comments
Nevermind. It requires Py v3.11 (and the |
I am sorry that this is a very late reply. Thank you for all of your contributions, and I recently also went back to work on this project, therefore I fixed numerous bugs and added a little more features to the parser. As I was writing the code, indeed I found that adding .value to ever KW is quite complicated and a little bit annoying lol. Don't worry about the readme, we can change it ;) |
I'm sorry for the wait. I'll implement this soon. I was (and still am) busy |
I was just reading this, and found this. And I realized it would be a good idea to replace the string-only enums by this, to avoid the generic
Enum
class.We also get some benefits, such as:
auto()
, to reduce boilerplatestr
ing conversion, to avoid appending.value
suffix every-timeI opened this issue to remind myself to open a PR for this. So I want to be "assigned" (in the GitHub context) to this issue.
I'll implement this later. I'm busy right now
The text was updated successfully, but these errors were encountered: