-
Notifications
You must be signed in to change notification settings - Fork 453
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
Modernise ast #7185
Merged
Merged
Modernise ast #7185
+2,046
−147
Commits on Dec 2, 2024
-
There's `Parsetree`, the current parse tree, and `Parsetree0`, the legacy parse tree. Module `Parsetree.Legacy` contains functions to map to the legacy parse tree.
Configuration menu - View commit details
-
Copy full SHA for c0f3e43 - Browse repository at this point
Copy the full SHA c0f3e43View commit details -
Configuration menu - View commit details
-
Copy full SHA for a05622d - Browse repository at this point
Copy the full SHA a05622dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 162ebc2 - Browse repository at this point
Copy the full SHA 162ebc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f04c857 - Browse repository at this point
Copy the full SHA f04c857View commit details
Commits on Dec 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 772c47b - Browse repository at this point
Copy the full SHA 772c47bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 705d477 - Browse repository at this point
Copy the full SHA 705d477View commit details -
Configuration menu - View commit details
-
Copy full SHA for 338b3d9 - Browse repository at this point
Copy the full SHA 338b3d9View commit details -
When a ppx is applied: 1 Parsetree is converted to Parsetree0 2 the ppx is run 3 the result is converted to Parsetree
Configuration menu - View commit details
-
Copy full SHA for 863b9dd - Browse repository at this point
Copy the full SHA 863b9ddView commit details
Commits on Dec 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e8b7203 - Browse repository at this point
Copy the full SHA e8b7203View commit details -
Configuration menu - View commit details
-
Copy full SHA for af1c3f2 - Browse repository at this point
Copy the full SHA af1c3f2View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.