- Using PIP
pip install automata_python
- Using GitHub
git clone https://github.com/hemangsk/automata-python.git
automata |
-
- fa
- finite automata package
- data-structures
- contains the data structures used
fa |
-
- DFA
- Deterministic Finite Automata
- NDFA
- Non Deterministic Finite Automata
- Mealy
- Mealy Machine
- Moore
- Moore Machine
data-structures |
-
- Stack
- The class implementing Stack