Theory of Computation Project
Install Python to run this on your computer. https://www.python.org/downloads/ Needed packages include customtkinter. Open the project then go to your terminal and type "pip install customtkinter".
A code optimization tool based on finite automata and regular expressions. A system that takes code written in a simple programming language and optimizes it by identifying and applying various code transformations.
Python
Theory of Computation Project
Install Python to run this on your computer. https://www.python.org/downloads/ Needed packages include customtkinter. Open the project then go to your terminal and type "pip install customtkinter".