Tomasz Zielonka said:
> I've implemented the same concept yesterday evening...
It's uncanny reading such similar code coming from another person!
--
http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] said:
> I haven't run or studied your program yet myself but what I had in mind
> was that the list of wc's are *all* to be excluded
I think it already does what you want. You might want to change
run n alphabet pat =
generate terminal null transition [pat] n alphabet to
Is this Haskell implementation what you want? It does the wildcard
matching through a state machine and it essentially threads the
state machine through the cartesian product, switching to the
ordinary cartesian product when possible as an optimisation.
The execution of the state machine is shared