A variation of the grep utility in Java.
Use the format "grep [-n NFA-file][-d DFA-file] REGEX file.txt" where [-n NFA-file][-d DFA-file] are optional parameters.
Test files are located under maven-grephy\src\test\resources
Test cases are as follows:
- abc
- a*
- a*bc
- ab*c
- abc*