JLang
JLang copied to clipboard
Can JLang be applied in java-11 project?
Or how much effort is required to achieve this goal? And I just need to transform java to LLVM IR for static analysis purposes. Thanks!
In principle this should be workable, since Polyglot has been updated to Java 17 and supports most Java 11 features. I don't think it has been tested yet though.