alexbadia1 / Grepy

A version of the grep utility, in Java, called "Grepy," that searches files for regular expression, pattern matches and produces dot graph file output for the automata used in the matching computation.
0 stars 0 forks source link

First Test Passed for creating an NFA #7

Closed alexbadia1 closed 3 years ago

alexbadia1 commented 3 years ago

Implemented Thompson construction algorithm. Needs more testing.

closes #2 closes #5