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

Define findNext() [DFABuild.java] #21

Closed casaltarelli closed 4 years ago

casaltarelli commented 4 years ago

Will be used to find next State for current Delta Definition. Counts all States the NFA transitions too, and creates NxtState String for our DFA Definition

casaltarelli commented 4 years ago

Completed.