diff --git a/README.md b/README.md new file mode 100644 index 0000000..fdc3e37 --- /dev/null +++ b/README.md @@ -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.