-
-
Notifications
You must be signed in to change notification settings - Fork 358
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
feat: add support for java 12 #3011
Comments
Hello
|
would you be interested in working on this yourself? |
I can try to look on it, but it depends on the amount of work. |
excellent! looking forward to it!
|
I've just created PR to support local variable syntax for lambda parameters (jep-323) from Java 11 (#3029). |
Regarding Java 12, it introduced a new syntax for switch expressions (https://openjdk.java.net/jeps/325). |
Hello! I was wondering, what's current situation about java 11 (12?) ? I looked at roadmap, but it's still open. And you write only about java 10 on the main page.
I tried to parse file compiled by java 11 with var and it was okay for me.
I only need to parse source and get fields for all classes, does everything work right now for java 11? or is it still in progress? I think I am interested only about jep-323, as I understand it's not supported right now, what's the plan about it? Thanks!
The text was updated successfully, but these errors were encountered: