I still haven't found a way to embed an action into the entry point of a starred expression. Given some arbitrary regular expression `e=(ax)*y': how to execute an action, whenever the starred expression `ax' is started over, i.e. the `a' is read?