https://github.com/secretmapper/webflap
https://github.com/secretmapper/webflap
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/secretmapper/webflap
- Owner: Secretmapper
- Created: 2019-01-20T14:03:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T23:40:55.000Z (about 3 years ago)
- Last Synced: 2025-06-07T11:09:11.794Z (9 months ago)
- Language: JavaScript
- Homepage: https://webflap.arianv.com/
- Size: 5.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webflap
Webflap is a modern finite automaton maker and visualizer inspired by [jflap](http://www.jflap.org)
## Features/Goals
- [x] Deterministic Finite Automaton
- [x] Non Deterministic Finite Automaton
- [x] Deterministic Turing Machine
- [x] Non Deterministic Turing Machine
- [x] Online sharing of diagrams
- [x] Catch/Support infinite loops
- [ ] Push Down Automata
- [ ] Achieve Feature parity with JFLAP
- [ ] Offline/Downloadable version
## Credits
Jflap, which served as the inspiration for the project.
Warm thanks to Francis Cabarle, PhD, who taught me all this stuff originally in his automata theory class.
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).