We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/forge/roaster is a Java parser that appears to be much faster than JDK's (1-20ms vs. N seconds).
It's based on Eclipse JDT.
It also seems less picky e.g. it can parse Lomboked classes.
Sample usage was easy:
(time (do (Roaster/parse (io/resource (orchard.java.parser-utils/source-path `Thread))) nil))
JDT doesn't seem to return DocCommentTree instances. But maybe one could create an artificial one by:
...it may or may not be error-prone - worth checking.
The text was updated successfully, but these errors were encountered:
orchard.java
*analyze-sources*
parser_utils/parse_java
vemv
No branches or pull requests
https://github.com/forge/roaster is a Java parser that appears to be much faster than JDK's (1-20ms vs. N seconds).
It's based on Eclipse JDT.
It also seems less picky e.g. it can parse Lomboked classes.
Sample usage was easy:
JDT doesn't seem to return DocCommentTree instances. But maybe one could create an artificial one by:
...it may or may not be error-prone - worth checking.
The text was updated successfully, but these errors were encountered: