christianolms / emperiorParser

A parser for emperior (an Eclipse IDE for empirical experiments) log files. Grammar is created trough antlr4.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#emperiorParser

A parser for emperior (an Eclipse IDE for empirical experiments) log files. A grammar files defines the parsing rules and maven with antlr4 creates source code for this grammar.

##Development Guide ###Build and test For building, testing and packaging maven2 is used. Run mvn test for running the unit test cases and mvn package to create a jar file including the tool and all dependencies. ###TODO

  • Upload source
  • Write user documentation
  • Write build / test guide

About

A parser for emperior (an Eclipse IDE for empirical experiments) log files. Grammar is created trough antlr4.

License:GNU General Public License v3.0


Languages

Language:Java 94.2%Language:ANTLR 5.8%