bison-desc.xml 575 B

12345678910111213141516171819
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2><title>Descriptions</title>
  3. <para>(Last checked against version &bison-contversion;.)</para>
  4. <sect3><title>Program file descriptions</title>
  5. <para><command>bison</command> generates, from a series of rules, a program
  6. for analyzing the structure of text files. Bison is a replacement for yacc
  7. (Yet Another Compiler Compiler).</para>
  8. <para><command>yacc</command> is a wrapper for bison, meant for programs
  9. that still call yacc instead of bison. It calls bison with the -y option.</para>
  10. </sect3>
  11. </sect2>