Skip to content

Formal Languages and Computability Grephy Project (Java)

Notifications You must be signed in to change notification settings

liamrharwood/Grephy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grephy

Formal Languages and Computability Project

To run, you can either:

  • Build with Maven

    OR

  • Run the executable JAR file (Grephy.jar)

To use the JAR file, run the following command:

java -jar Grephy.jar [-n NFA-FILE] [-d DFA-FILE] REGEX FILE

Test files are located in test-files directory and should be run with the regex test to see simple match, multiple match, and negative match.

About

Formal Languages and Computability Grephy Project (Java)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages