An open API service indexing awesome lists of open source software.

https://github.com/brthor/universal-finite-state-automaton

C++ Program for interpreting any finite state automata and determining if certain strings exist in the language defined. Supports non-deterministic FSA's without empty moves as well.
https://github.com/brthor/universal-finite-state-automaton

Last synced: about 1 year ago
JSON representation

C++ Program for interpreting any finite state automata and determining if certain strings exist in the language defined. Supports non-deterministic FSA's without empty moves as well.

Awesome Lists containing this project

README

          

Universal-Finite-State-Automaton
================================

C++ Program for interpreting any finite state automata and determining if certain strings exist in the language defined. Supports non-deterministic FSA's without empty moves as well.