pythomata
pythomata copied to clipboard
A Python package for automata theory.
**Is your feature request related to a problem? Please describe.** The following code does not work: ```python from pythomata.impl.symbolic import SymbolicDFA from sympy import symbols a = symbols("a") dfa =...
**Is your feature request related to a problem? Please describe.** The `Simulator` API is not well documented. **Describe the solution you'd like** Provide documentation and examples for the `Simulator` API....
**Is your feature request related to a problem? Please describe.** There is no thorough documentation regarding non-deterministic finite automata. **Describe the solution you'd like** Add examples for `SimpleNFA`. **Describe alternatives...
**Is your feature request related to a problem? Please describe.** Sometimes it is hard to build automata by thinking of states and transitions, whereas it is trivial to think in...
**Is your feature request related to a problem? Please describe.** Provide more examples of the usage of `SymbolicAutomata`. **Describe the solution you'd like** **Describe alternatives you've considered** **Additional context**