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 Processor [Processor.java] #26

Closed casaltarelli closed 4 years ago

casaltarelli commented 4 years ago

Processor Object will be able to determine if a Line of input will be accepted for a given FiveTuple Definition. Will have the capability to read input from a given File and output all Accepted Lines

casaltarelli commented 4 years ago

Completed.