I am using the latest ANTLR 4.8 jar in my Project. Since Java 9 the Java modules were introduced (Jigsaw). My Application uses this Module system, where essentially you can define modules and define required other modules and the interface of the module. Unfortunately ANTLR does not support this. Could the support be added in the next version? It would not be hard to do, ANTLR would essentially only need to add the module definition, which would mean to add a module-info.java.
As a result Applications that use Java 9+ could be error/warning free be modularized. Will the Project lead consider to add this?
BR Martin