home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / flex-2.4.6-bin.lha.pi < prev    next >
Text File  |  1994-03-15  |  1KB  |  38 lines

  1. # This file contains product information that can be used by
  2. # KingFisher 2.0 and other similar tools.
  3.  
  4. .name
  5. flex
  6. .fullname
  7. Fast lexical analyzer generator
  8. .type
  9. Programmer Tool
  10. .short
  11. Makes lexical analyzers, Amiga bin+docs
  12. .description
  13. Flex is a tool for generating scanners, programs which recognized
  14. lexical patterns in text.  Flex reads the given input files, or its
  15. standard input if no file names are given, for a description of a
  16. scanner to generate.  The description is in the form of pairs of
  17. regular expressions and C code, called rules.  Flex generates as
  18. output a C source file, lex.yy.c, which defines a routine yylex().
  19. This file is compiled and linked with the -lfl library to produce an
  20. executable.  When the executable is run, it analyzes its input for
  21. occurrences of the regular expressions.  Whenever it finds one, it
  22. executes the corresponding C code.
  23.  
  24. This archive contains the Amiga binary, documentation, and link
  25. time library.
  26. .version
  27. 2.4.6
  28. .author
  29. Vern Paxson
  30. Van Jacobson
  31. Jef Poskanzer
  32. .requirements
  33. Amiga binaries require ixemul.library.
  34. .distribution
  35. GNU Public License
  36. .described-by
  37. Fred Fish (fnf@fishpond.cygnus.com)
  38.