Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Nested a/* operators generate wrong fsm #65

Open
masztal opened this issue May 8, 2017 · 0 comments
Open

Nested a/* operators generate wrong fsm #65

masztal opened this issue May 8, 2017 · 0 comments

Comments

@masztal
Copy link
Contributor

masztal commented May 8, 2017

For example:
(view [:x (a/* (a/* :y) :z)])

Should be generated:
(view [:x (a/* (a/or [(a/+ :y) :z] :z))])

masztal added a commit to masztal/automat that referenced this issue May 8, 2017
Added necessary epsilon transitions in 'maybe' and 'kleene' functions
@ztellman ztellman mentioned this issue May 8, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant