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

Grepy [java]

Christian Saltarelli

Marist College CMPT 440L-200 - Final Project

This project is a version of grep utility, developed in java, and known as grepy. This program searches files for regular expression pattern matches and produces dot graph file output with PNG representation for the automata used in matching computation.

Functionality

Usage

java Grep [-y] [-n NFA-FILE] [-d DFA-FILE] REGEX FILE

Project Status

Completed.

License

GNU General Public License v3.0