RE: FSA::Rules

2004-12-16 Thread Orton, Yves
David E. Wheeler wrote on 15 December 2004 23:45 On Dec 15, 2004, at 12:43 PM, David E. Wheeler wrote: D'oh! I've already renamed it DFA::Rules in Subversion. Ah, well, at least it's easy to change. Look for the new module to be on CPAN later today. And here it is: The following

Re: DFA::StateMachine

2004-12-16 Thread fglock
On Dec 15, 2004, at 12:00 PM, [EMAIL PROTECTED] wrote: - get_next_state() returns a new DFA object, which is in the next state. If there is no next state, it returns undef. In version 2 I'll make the states objects. But this will do for now. :-) I mean making the whole DFA an object.

Re: DFA::StateMachine

2004-12-16 Thread David E . Wheeler
On Dec 16, 2004, at 4:16 AM, [EMAIL PROTECTED] wrote: In version 2 I'll make the states objects. But this will do for now. :-) I mean making the whole DFA an object. Once you can return a whole DFA, you could easily explore states and do backtracking in a higher level of abstraction. Yes, I had