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

Add support for Groovy 4.0.0-alpha-2 #1211

Closed
eric-milles opened this issue Dec 22, 2020 · 1 comment
Closed

Add support for Groovy 4.0.0-alpha-2 #1211

eric-milles opened this issue Dec 22, 2020 · 1 comment
Assignees
Milestone

Comments

@eric-milles
Copy link
Member

http://groovy-lang.org/changelogs/changelog-4.0.0-alpha-2.html

@eric-milles eric-milles added this to the v4.0.0 milestone Dec 22, 2020
@eric-milles eric-milles self-assigned this Dec 22, 2020
@eric-milles eric-milles changed the title Add support for Groovy 4.0a2 Add support for Groovy 4.0.0-alpha-2 Dec 22, 2020
@eric-milles
Copy link
Member Author

The new antlr4-based Parrot Parser is disabled by default for Groovy 4 for now. To enable it, add -Dgroovy.antlr4=true to your eclipse.ini file after the -vmargs line or add a compiler config script to your project with configuration.pluginFactory = ParserPluginFactory.antlr4(). Please note that parser recovery is not yet implemented for the Parrot Parser, so your editing experience may be sub-par in this mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant