Main Page

From The Perl Formal Language Toolkit

Jump to: navigation, search

Contents

Bug Report and Feature Requests

Get the Code

Latest CPAN Release - 0.9.1 (FLaT Change Log)

From CPAN:

  • fire up CPAN, then
cpan>install FLAT   #note, depends on Parse::RecDescent

or

From SVN:

% svn checkout http://perl-flat.googlecode.com/svn/tags/release-0.9.1/ perl-flat

Bleeding Edge

% svn checkout http://perl-flat.googlecode.com/svn/trunk/ perl-flat
% cd perl-flat
# as root
% perl Makefile.PL && make test && make install && make clean 

Dependencies

While it is a goal of FLaT that it does not require an over abundance of dependencies, there are is one that is needed unfortunately:

  1. Parse::RecDescent - used for parsing of the regular expressions, though for purity's sake I may provide the parser used for FLAT::Legacy.

Quick Links

  1. News
  2. Goals
  3. Dev Notes
  4. Quick Start
  5. String Generation
  6. Testing FLaT
  7. Additional Information

Credits

Blokhead rewrote a massive amount of my code, and provided a much more efficient, modular, and intelligent implementation of what I started with my original code. The amount of credit he deserves can not be understated.

Limbic~Region and ikegami helped me understand the whole recursively generated iterators, which I used to implement iterative string generators.

Email Contact

Go to contact page...

Personal tools