DFA simulator
A simple DFA (Deterministic finite automata) simulator
Demo
drawing states and transitions
testing DFA
How To Build
enter nimble gen, a file named script.js will appear in the build directory.
other dependencies that must be in the build directory in order to be able to run this app:
bootstrap.min.csskonva.js
then simply open index.html and TADA!
Built Upon:
Nim@1.6.6programming languageKonva@8.3.13graphic libraryKarax@1.2.2SPA frameworkbootstrap@4UI library
Tutorial
Features
- draw DFA
- test DFA
- save/load DFA as
.json

