module
0.0.0-20191102014041-f341c7702243
Repository: https://github.com/donkomura/go-automaton.git
Documentation: pkg.go.dev
# README
go-automaton
Simple automaton implements by Golang
feature
- DFA
- accept binary string('0' or '1')
- create DFA with hard code ...
TODO
- loading DFA definition from a dot file
- implove algorithm
- support DFA <--> NFA