https://github.com/traxys/fsa
Finite state automata
https://github.com/traxys/fsa
cpp dfa fsa
Last synced: 11 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-04T23:55:30.000Z (over 6 years ago)
- Last Synced: 2025-02-09T06:44:28.241Z (over 1 year 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 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`