Revision: 65
Author: estrabd
Date: 2006-04-26 09:32:41 -0700 (Wed, 26 Apr 2006)
ViewCVS: http://svn.sourceforge.net/perl-flat/?rev=65&view=rev
Log Message:
-----------
testing notification
Modified Paths:
--------------
trunk/perl-flat/lib/FLAT/PFA.pm
Modified: trunk/perl-flat/lib/FLAT/PFA.pm
===================================================================
--- trunk/perl-flat/lib/FLAT/PFA.pm 2006-04-26 16:17:08 UTC (rev 64)
+++ trunk/perl-flat/lib/FLAT/PFA.pm 2006-04-26 16:32:41 UTC (rev 65)
@@ -5,15 +5,15 @@
use FLAT::Transition;
-#
+
# Note: in a PFA, states are made up of active nodes. In this implementation, we have
# decided to retain the functionality of the state functions in FA.pm, although the entities
# being manipulated are technically nodes, not states. States are only explicitly tracked
# once the PFA is serialized into an NFA. Therefore, the TRANS member of the PFA object is
# the nodal transition function, gamma. The state transition function, delta, is not used
# in anyway, but is derived out of the PFA->NFA conversion process.
-#
+
# The new way of doing things eliminated from PFA.pm of FLAT::Legacy is the
# need to explicitly track: start nodes, final nodes, symbols, and lambda & epsilon symbols,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|