pub fn parse_dot(input: &str) -> Result<Automata, String>
Lightweight DOT parser assuming the format produced by Automata::build_dot_code()
Automata::build_dot_code()