Add readme
This commit is contained in:
parent
55e5c4e0de
commit
5070c0bc95
1 changed files with 6 additions and 0 deletions
6
README.md
Normal file
6
README.md
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue