Add readme

This commit is contained in:
ascendforever 2025-05-07 11:23:48 -04:00
parent 55e5c4e0de
commit 5070c0bc95

6
README.md Normal file
View file

@ -0,0 +1,6 @@
# Deterministic Pushdown Automata
This is an general implementation of deterministic pushdown automata in Python.
The DPDA base class is designed such that it is easy to derive any DPDA by defining the rule set.
I created this for the class "Theory of Computation" in Fall 2024.