alandy

Results 1 comments of alandy

The transition syntax `state.goto_a()` seems strange. I think something like below would be much cleaner ``` state.transition(a) ``` or ``` state.next(a) ```