-
Notifications
You must be signed in to change notification settings - Fork 7
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
Move BlockKind enum from feather to libcraft #7
Comments
I've found Python to be more ergonomic for writing this sort of generator, though I'm fine with either keeping the existing generators or switching to Rust. Moving all the generators is not a bad idea, but we need to reorganize the code. Right now, all the generated structs are globbed together in the Some generated enums ( |
Easiest way forward is keeping the existing generators. Should we create new |
This would be a good idea in order to keep the different generators separated. I will need this to continue with #6. |
We need the BlockKind enum to continue with #2. Since the enum is generated we need to also move the generator for it.
Should we move all other generators at the same time and should we stick with the python generators or rewrite those in rust?
The text was updated successfully, but these errors were encountered: