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

Start working on Python support #76

Merged
merged 16 commits into from
Aug 6, 2024
Merged

Start working on Python support #76

merged 16 commits into from
Aug 6, 2024

Conversation

knutwannheden
Copy link
Contributor

@knutwannheden knutwannheden commented Aug 5, 2024

This introduces Python code for some of the LST models available in OpenRewrite: YAML, XML, JSON, and Java.

These LST models are mostly complete, but some of the supporting classes still lack implementations for various methods. However, the structure of the LST models should be complete enough to allow building up an LST model corresponding to some input AST model.

The LST model for Python is still missing and will be the next thing to merge.

After that I will work on the details of some of the supporting classes as well as generate base visitor classes for the LST models.

@knutwannheden knutwannheden marked this pull request as ready for review August 6, 2024 14:53
@knutwannheden knutwannheden merged commit 732d182 into main Aug 6, 2024
2 checks passed
@knutwannheden knutwannheden deleted the python-support branch August 6, 2024 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant