Skip to content

Obtain the transition table from a dense DFA #1223

Answered by BurntSushi
borchero asked this question in Q&A
Discussion options

You must be logged in to vote

Yup! You can use the Automaton trait. You should only need Automaton::start_state, Automaton::next_state and Automaton::next_eoi_state.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@borchero
Comment options

@BurntSushi
Comment options

@borchero
Comment options

@BurntSushi
Comment options

Answer selected by borchero
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants