Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/traxys/fsa
- Owner: traxys
- License: gpl-3.0
- Created: 2018-12-13T10:45:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-04T23:55:30.000Z (about 5 years ago)
- Last Synced: 2024-12-21T02:07:47.403Z (13 days ago)
- Topics: cpp, dfa, fsa
- Language: C++
- Size: 52.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FSA
Finite state automataTo 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`