bison-desc.xml 456 B

12345678910111213
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2><title>Short descriptions</title>
  3. <para><command>bison</command> generates, from a series of rules, a program
  4. for analyzing the structure of text files. Bison is a replacement for yacc
  5. (Yet Another Compiler Compiler).</para>
  6. <para><command>yacc</command> is a wrapper for bison, meant for programs
  7. that still call yacc instead of bison. It calls bison with the -y option.</para>
  8. </sect2>