ebnf.assignment.xml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <refentry xmlns="http://docbook.org/ns/docbook"
  2. xmlns:xlink="http://www.w3.org/1999/xlink"
  3. xmlns:xi="http://www.w3.org/2001/XInclude"
  4. xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
  5. xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  6. version="5.0" xml:id="ebnf.assignment">
  7. <refmeta>
  8. <refentrytitle>ebnf.assignment</refentrytitle>
  9. <refmiscinfo class="other" otherclass="datatype">rtf</refmiscinfo>
  10. </refmeta>
  11. <refnamediv>
  12. <refname>ebnf.assignment</refname>
  13. <refpurpose>The EBNF production assignment operator</refpurpose>
  14. </refnamediv>
  15. <refsynopsisdiv>
  16. <src:fragment xml:id="ebnf.assignment.frag">
  17. <xsl:param condition="html" name="ebnf.assignment">
  18. <code xmlns="">::=</code>
  19. </xsl:param>
  20. <xsl:param xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" condition="fo" name="ebnf.assignment">
  21. <fo:inline font-family="{$monospace.font.family}">
  22. <xsl:text>::=</xsl:text>
  23. </fo:inline>
  24. </xsl:param>
  25. </src:fragment>
  26. </refsynopsisdiv>
  27. <refsection><info><title>Description</title></info>
  28. <para>The <parameter>ebnf.assignment</parameter> parameter determines what
  29. text is used to show <quote>assignment</quote> in <tag>production</tag>s
  30. in <tag>productionset</tag>s.</para>
  31. <para>While <quote><literal>::=</literal></quote> is common, so are several
  32. other operators.</para>
  33. </refsection>
  34. </refentry>