Skip to content

A system for analyzing and comparing context-free grammars

License

Notifications You must be signed in to change notification settings

utopia-group/GrammarComparison

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 76.2%
  • ANTLR 14.7%
  • Yacc 5.0%
  • GAP 4.0%
  • JavaScript 0.1%