Revision: 99
http://svn.sourceforge.net/perl-flat/?rev=99&view=rev
Author: estrabd
Date: 2007-02-19 06:59:39 -0800 (Mon, 19 Feb 2007)
Log Message:
-----------
setting the stage for regex pump
Modified Paths:
--------------
trunk/perl-flat/lib/FLAT/NFA.pm
Modified: trunk/perl-flat/lib/FLAT/NFA.pm
===================================================================
--- trunk/perl-flat/lib/FLAT/NFA.pm 2007-02-18 01:05:37 UTC (rev 98)
+++ trunk/perl-flat/lib/FLAT/NFA.pm 2007-02-19 14:59:39 UTC (rev 99)
@@ -316,6 +316,17 @@
######## transformations
+# returns a tree stucture resulting from a dft of the FA;
+sub as_depth_first_tree {
+ my $search =
+ sub {
+ # anonymous sub called by $search->(..)
+ };
+
+
+}
+
+# subset construction
sub as_dfa {
my $self = shift;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|