https://github.com/shilangyu/nfa-sandbox
A sandbox for creating, running, and testing NFAs
https://github.com/shilangyu/nfa-sandbox
automata dfa latex nfa svg
Last synced: about 2 months ago
JSON representation
A sandbox for creating, running, and testing NFAs
- Host: GitHub
- URL: https://github.com/shilangyu/nfa-sandbox
- Owner: shilangyu
- License: mit
- Created: 2025-03-26T23:19:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-05T17:58:56.000Z (about 1 year ago)
- Last Synced: 2025-10-31T00:43:57.758Z (8 months ago)
- Topics: automata, dfa, latex, nfa, svg
- Language: TypeScript
- Homepage: http://github.shilangyu.dev/nfa-sandbox/
- Size: 253 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NFA sandbox
A sandbox for creating, running, saving, and testing NFAs.
Deployed [here](https://github.shilangyu.dev/nfa-sandbox)

## Acknowledgments
This is a port of [Evan's fsm](https://github.com/evanw/fsm). Code has been modernized and annotated with types.