You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which version of Java does it support? Is it complete? How does it compare to https://github.com/javaparser/javaparser? Are you looking for help for this project?
Thanks!
The text was updated successfully, but these errors were encountered:
The latest version of the parser supports Java 1.8 and successfully processes the Java 8 source tree. I have not compared this project to javaparser. When I was starting this project, I could not find any parser that supported Java 7. My motivation was to help support the Spring Roo project by creating a drop in replacement of their previous parser while using a technology that allowed for easier future enhancement. Antlr worked perfectly for this.
Today, this parser is still the one being used by Spring Roo.
I would love help with this project. Do you have experience using Antlr?
Which version of Java does it support? Is it complete? How does it compare to https://github.com/javaparser/javaparser? Are you looking for help for this project?
Thanks!
The text was updated successfully, but these errors were encountered: