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

#231 enabling Java 21 syntax using antlr instead of javalang #377

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

lueFlake
Copy link
Contributor

@lueFlake lueFlake commented Oct 8, 2024

In this PR i'm trying to replace javalang with antlr to support Java 21+ (ref. #231)

@yegor256
Copy link
Owner

yegor256 commented Oct 8, 2024

@lueFlake many thanks for your contribution! I believe, it's a bad practice to keep auto-generated files in Git: https://softwareengineering.stackexchange.com/a/391805/20873

@lueFlake
Copy link
Contributor Author

lueFlake commented Oct 8, 2024

yeah, for now im keeping it just to show, im planning to implement the autogeneration of these files

@yegor256
Copy link
Owner

yegor256 commented Oct 9, 2024

@lueFlake got it. We can't merge this PR as is, we have to get rid of the auto-generated files and make sure they are created in runtime. Aside from that, your PR looks excellent!

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