Skip to content
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

Remove legacy AST tools #1750

Open
verytactical opened this issue Feb 8, 2025 · 0 comments · May be fixed by #1751
Open

Remove legacy AST tools #1750

verytactical opened this issue Feb 8, 2025 · 0 comments · May be fixed by #1751
Labels
kind: refactoring Improve code readability

Comments

@verytactical
Copy link
Contributor

These are extremely annoying when changing AST in any way: every node should be manually handled in several files, every time in a slightly different style.

AST tooling must be generated, but before we even can get there, there's a lot of things to move around, and every time these tools have to be updated.

@verytactical verytactical added the kind: refactoring Improve code readability label Feb 8, 2025
@verytactical verytactical linked a pull request Feb 8, 2025 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: refactoring Improve code readability
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant