casaltarelli / Grepy

Version of Grepy used to test input against Regular Expressions utilizing NFA and DFA automation developed in Java. Project for CMPT 440L at Marist College Spring 2020
GNU General Public License v3.0
0 stars 0 forks source link

Create Process() Functionality [Processor.java] #27

Closed casaltarelli closed 4 years ago

casaltarelli commented 4 years ago

Process() will be called to read the given File and output all Accepted Lines to the users Console based on the FiveTuple Object upon declaration of Processor

casaltarelli commented 4 years ago

Completed.