dfa-test
v0.0.5
Published
A small library to get an insight and test any Deterministic finite automaton(DFA) with binary alphabets
Downloads
1
Readme
Introduction
A small library to test your DFA against randomly or series generated binary strings.
Writing a DFA
Take a look at the examples folder to understand how to write a dfa test and use this package.