Update of /cvsroot/perl-flat/perl-flat-legacy/lib/FLAT
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29905/lib/FLAT
Modified Files:
FA.pm
Log Message:
updating comments for hopefully the last time - or at least until I decide to add more info, which is unlikely since FLaT 1.0 is coming up fast
Index: FA.pm
===================================================================
RCS file: /cvsroot/perl-flat/perl-flat-legacy/lib/FLAT/FA.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** FA.pm 27 Feb 2006 17:42:18 -0000 1.4
--- FA.pm 2 Mar 2006 21:00:28 -0000 1.5
***************
*** 291,302 ****
=head1 SYNOPSIS
! use FA;
=head1 DESCRIPTION
! This module is a base finite automata
! used by NFA and DFA to encompass
! common functions. It is probably of no use
! other than to organize the DFA and NFA modules.
=head1 AUTHOR
--- 291,299 ----
=head1 SYNOPSIS
! use FLAT::FA;
=head1 DESCRIPTION
! This module is a base finite automata used by NFA and DFA to encompass common functions. It is probably of no use other than to organize the DFA and NFA modules.
=head1 AUTHOR
***************
*** 306,326 ****
=head1 CAVEATS
! Currently, all states are stored as labels. There is also
! no integrity checking for consistency among the start, final,
! and set of all states.
=head1 BUGS
! Not saying it is bug free, just saying I haven't hit any yet :)
=head1 AVAILABILITY
! Anonymous CVS Checkout at L<http://www.brettsbsd.net/cgi-bin/viewcvs.cgi/>
=head1 ACKNOWLEDGEMENTS
! This suite of modules started off as a homework assignment for a compiler
! class I took for my MS in computer science at the University of Southern
! Mississippi. It then became the basis for my MS research. and thesis.
=head1 COPYRIGHT
--- 303,321 ----
=head1 CAVEATS
! Currently, all states are stored as labels. There is also no integrity checking for consistency among the start, final, and set of all states.
=head1 BUGS
! I haven't hit any yet :)
=head1 AVAILABILITY
! Perl FLaT Project Website at L<http://perl-flat.sourceforge.net/pmwiki>
=head1 ACKNOWLEDGEMENTS
! This suite of modules started off as a homework assignment for a compiler class I took for my MS in computer science at the University of Southern Mississippi. It then became the basis for my MS research. and thesis.
!
! Mike Rosulek has joined the effort, and is heading up the rewrite of Perl FLaT, which will soon be released as FLaT 1.0.
=head1 COPYRIGHT
|