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

  1. .name
  2. bison
  3. .fullname
  4. GNU parser generator
  5. .type
  6. Programmer Tool
  7. .short
  8. GNU parser generator yacc replacement
  9. .description
  10. Bison is a parser generator in the style of yacc (1).  It should be
  11. upwardly compatible with input files designed for yacc.  Input files
  12. should follow the yacc convention of ending in ".y".  Unlike yacc, the
  13. generated files do not have fixed names, but instead use the prefix of
  14. the input file.  For instance, a grammar description file named
  15. parse.y would produce the generated parser in a file named
  16. parse.tab.c, instead of yacc 's y.tab.c.
  17. .version
  18. 1.25
  19. .author
  20. Free Software Foundation
  21. .requirements
  22. Binary version requires ixemul.library.
  23. .distribution
  24. GNU Public License
  25. .described-by
  26. Fred Fish (fnf@ninemoons.com)
  27.