This parser was part of Philipp Kantner's Masterthesis. It allows to express typical patterns of LTL formula in a simpler language. The pattern are taken from http://patterns.projects.cis.ksu.edu/.
The gradle build tool is required to build the parser.
gradle jar
will build the jar file.
If you want to import the parser into Eclipse, you have run gradle generateGrammarSource eclipse
.
Because of a bug in the current ANTLR plugin for gradle, the generated files are not in the correct folder.