Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/traxys/fsa

Finite state automata
https://github.com/traxys/fsa

cpp dfa fsa

Last synced: 7 days ago
JSON representation

Finite state automata

Awesome Lists containing this project

README

        

# FSA
Finite state automata

To draw a FSA with graphviz you can use the functions `dot_DFA` or `dot_FSA` to create the `dot` file. Example usage : `./bin/fsa-test | dot -Tpng -o graph.png`