Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 748 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 748 Bytes

LTL-Pattern parser for ProB

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/.

Building

The gradle build tool is required to build the parser.

gradle jar will build the jar file.

Import into Eclipse

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.