automata_theory 2.1.0 automata_theory: ^2.1.0 copied to clipboard
Implementations of DFA, NFA and eNFA in Dart language
2.1.0 #
- State and Automaton classes are now sealed to take advantage of Exhaustiveness checking
- Created a getter that returns an adjacency matrix based on the transitions
2.0.2 #
- Removed whitespace in README
2.0.1 #
- Minor changes in project structure
2.0.0 #
- Changed how states are defined and handled internally
1.0.3 #
- Alphabet is now UTF-8 characters
1.0.2 #
- Initial and final state flags are now mutable
- Minor changes
1.0.1 #
- Added example, updated repository URL
1.0.0 #
- Initial release