An NFA to DFA convertor written in dart.
G = (Q,T,$\delta$,$q_0$,F)
{Q}
{T}
q0
{F}
See documents.
- Run "dart compile exe" in project home directory, or run the configured Visual Studio Code Build task.
- Prepare your NFA in the defined format. Store it in a nfa.csv file in the same directory as the compiled executable.
- Run the executable and you will get the converted DFA in the defined format in the dfa.csv.