ztellman / automat

better automata through combinators
588 stars 50 forks source link

Bug #65 fix #66

Open masztal opened 7 years ago

masztal commented 7 years ago

Added necessary epsilon transitions in 'maybe' and 'kleene' functions

ztellman commented 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

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 .

masztal commented 7 years ago

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.