/automata-python

[WIP] :books: A python automata library implementing Finite Automata, FA with Output and PDA

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

automata_python

PyPI version


Installation

  • Using PIP
pip install automata_python
  • Using GitHub
git clone https://github.com/hemangsk/automata-python.git

Project Structure

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