home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / flex-2.5.2-bin.lha.pi < prev    next >
Text File  |  1996-10-12  |  953b  |  32 lines

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