-
Notifications
You must be signed in to change notification settings - Fork 858
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
Support foundation javac #387
Comments
The implementation uses internal APIs from the Also, this would only solve half of the problem for new language features: having a parser that handles switch expressions and text blocks isn't sufficient, the formatting logic still has to be updated to decide what to do with those constructs. |
Closing as Infeasible |
After thinking about this more, it may be part of the solution after all. Let's continue the discussion in #436. |
Is it possible to abstract the underlying compiler to allow usage of provided
javac
tool?It would enable supporting new Java syntax (like Text Blocks et al.) out of the box, wouldn't it?
Related issues:
switch
-expressions as a preview since Java 12"""Text Blocks"""
as a preview since Java 13-eaThe text was updated successfully, but these errors were encountered: