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

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

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)

![A canvas with an NFA simulating an input](demo.png)

## Acknowledgments

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