ExtendJ - The JastAdd Extensible Java Compiler

ExtendJ, formerly JastAddJ, is an extensible Java compiler built using the declarative attribute grammar system JastAdd.

Notable features:

  • Modular architecutre: extensions can add, remove, and combine features.
  • Declarative attributes are used rather than visitors.
  • Java 6, 7, and 8 support.
  • Semantic analysis and bytecode generation.

ExtendJ is useful if you are looking to develop static analyses for Java, or if you want to prototype new Java language features.

Getting Started

We have some useful material for new extension developers on the Getting Started page.

If you just want a quick introduction, please take a look at these slides.

Development

By fixing bugs and refactoring ExtendJ we risk breaking extension compatibility. Please keep this in mind if you plan on building an extension. We recommended that you base your extension on a specific commit of ExtendJ and upgrade only if you have good test coverage that can ensure your extension keeps working.

Java Compatibility

ExtendJ supports Java 5-8 to varying levels of compliance. Java 5-7 support is mostly complete. The Java 8 support is close to feature complete: we are currently working on improving our Java 8 type inference.

Our goal is to eventually perfectly implement the Java specifications. We work toward improving compliance by finding and fixing compliance bugs. This requires a lot of testing, and we are very thankful for any compliance issues that you report. Please look at the compiance issues page for more information. If you encounter a Java compliance error, please report it to our issue tracker.

To test compatibility we use continuous integration to compile and test Open Source projects with ExtendJ. Currently each commit of ExtendJ is tested on Ant 1.9.9, Antlr 4.7.1, JaCoP 4.0.0, and JUnit 4.12.

Development History

ExtendJ was originally created by Torbjörn Ekman at Lund University. Improvements have been made by several contributors over the years:

  • Torbjörn Ekman developed the original compiler.
  • Emma Söderberg worked on refactoring type lookup to make it more declarative.
  • Jesper Öqvist worked on the Java 7 extension, stack map frames generation, and many bug fixes / refactorings since then.
  • Erik Hogeman implemented Java 8 support.

ExtendJ is currently maintained by Jesper Öqvist. Issues can be reported on the ExtendJ Issue Tracker.

ExtendJ is provided as Open Source under the Modified BSD License. Links to our Git repositories can be found on the source code page.

The latest ExtendJ release is 8.1.1.