Skip to content

favu100/ltl-pattern-parser

 
 

Repository files navigation

LTL-Pattern parser for ProB

Build Status

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 96.4%
  • ANTLR 3.6%