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

Add Tree iterator #803

Merged
merged 2 commits into from
Dec 7, 2024
Merged

Add Tree iterator #803

merged 2 commits into from
Dec 7, 2024

Conversation

ehaas
Copy link
Collaborator

@ehaas ehaas commented Dec 2, 2024

While working on the backend I found I needed a uniform way to iterate over child nodes. While implementing it I noticed that we didn't have any test cases that exercised forever_stmt or for_decl_stmt so I added those, and that we didn't support builtin call expressions in the childNodes function.

@Vexu Vexu merged commit 94ba1fb into Vexu:master Dec 7, 2024
3 checks passed
@ehaas ehaas deleted the tree-iterator branch December 7, 2024 22:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants