epfl-lara / GrammarComparison

A System for Analyzing and Comparing Context-Free Grammars

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Context-free grammar checking

How to install / compile

  • Install sbt
  • Go inside the folder CFG-checking
  • Run sbt compile

Create a jar file

  • Run sbt one-jar. The jar file will be somewhere in the target directory.
  • Use java -jar [Name of the jar file] to run the jar.

Run the main class directly

  • Run sbt run

Launch the tests

  • Run sbt test

About

A System for Analyzing and Comparing Context-Free Grammars

License:Other


Languages

Language:Scala 76.2%Language:ANTLR 14.7%Language:Yacc 5.0%Language:GAP 4.0%Language:JavaScript 0.1%