This repository contains my implementation for Project 3, a Regular Expression Engine, from my CMSC330: Organization of Programming Languages at UMD. This project delves into the fundamental ...
A python application to generate NFA and minimized DFA from regex. The application uses the Thompson's construction algorithm to generate the NFA and the subset construction algorithm to generate the ...