├── .travis.yml ├── README.md ├── dfa.go ├── dfa_test.go └── images ├── DFA-1.png └── DFA1-TT.png /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkdai/dfa/HEAD/.travis.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkdai/dfa/HEAD/README.md -------------------------------------------------------------------------------- /dfa.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkdai/dfa/HEAD/dfa.go -------------------------------------------------------------------------------- /dfa_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkdai/dfa/HEAD/dfa_test.go -------------------------------------------------------------------------------- /images/DFA-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkdai/dfa/HEAD/images/DFA-1.png -------------------------------------------------------------------------------- /images/DFA1-TT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkdai/dfa/HEAD/images/DFA1-TT.png --------------------------------------------------------------------------------