Documentation
1
2
3
4
5
6
7
extern crate automaton;

mod test_intersection;
mod test_kleene;
mod test_range;
mod test_sequence;
mod test_union;