Open masztal opened 7 years ago
This looks good, but I'm not near a computer right now. I'll cut a release later today, thanks for diving in and figuring out the issue. On Mon, May 8, 2017 at 11:17 AM masztal notifications@github.com wrote:
Added necessary epsilon transitions in 'maybe' and 'kleene' functions
You can view, comment on, or merge this pull request online at:
https://github.com/ztellman/automat/pull/66 Commit Summary
- Bug #65 fix
File Changes
- M src/automat/fsm.cljc https://github.com/ztellman/automat/pull/66/files#diff-0 (30)
Patch Links:
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ztellman/automat/pull/66, or mute the thread https://github.com/notifications/unsubscribe-auth/AAB6PyrXjrFO1727SOjdns4irQaqvv_Jks5r31wpgaJpZM4NUTrP .
Great. Please have a look at the state->input->actions map in these functions. I'm not sure if it should be also modified or not.
Added necessary epsilon transitions in 'maybe' and 'kleene' functions