lombok.ast
lombok.ast copied to clipboard
Robust parser + AST for the java language.
Hello I am trying to package lombok-ast for Debian and I discovered that lombok-ast fails to build from source with the latest version of parboiled from https://github.com/sirthias/parboiled. Apparently this project...
We want to deliver a separate lightweight jar without dependencies on Parboiled, Guava and cmdreader. Jar 1, transformations - lombok.ast - lombok.ast.ecj - lombok.ast.javac - lombok.ast.resolve Jar 2, everything For...
The build system here downloads and executes lots of jars via plain text HTTP connections. This is a large security risk: http://blog.ontoillogical.com/blog/2014/07/28/how-to-take-over-any-java-developer/ And there is a simple fix that will...
I'm new to lombok.ast and recently I want to do some code analysis work and need to use lombok.ast. But seems that there isn't any documentation about it. Would you...