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

Refactor syntax crate #175

Merged
merged 6 commits into from
Apr 9, 2024
Merged

Refactor syntax crate #175

merged 6 commits into from
Apr 9, 2024

Conversation

BinderDavid
Copy link
Collaborator

@BinderDavid BinderDavid commented Apr 8, 2024

The general idea is to allow the various different AST representations to be split. In order for this to be achieved we have to decouple them, but they are currently strongly coupled via all the stuff in the syntax/common namespace. This PR decouples the different AST structures a bit more by moving things from syntax/common to the syntax/trees/generic module.

@BinderDavid BinderDavid marked this pull request as ready for review April 8, 2024 15:41
@BinderDavid BinderDavid merged commit 472b4df into main Apr 9, 2024
6 checks passed
@BinderDavid BinderDavid deleted the refactor-syntax-crate branch April 16, 2024 16:07
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