Deterministic Push-down Automata Python implementation
Find a file
2025-05-07 11:23:48 -04:00
main.py Code from fall 2024 2025-05-07 11:20:29 -04:00
README.md Add readme 2025-05-07 11:23:48 -04:00

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.