ztellman / automat

better automata through combinators

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to define a state machine with loop event

pkvov opened this issue · comments

(view [1 2 3 4]) get the result
image

how to define a state machine accept like 123a23a234 as the picture blow
image

(view [1 2 3 (a/* ['a 2 3]) 4])