Commit 03e88da8 authored by Fred Drake's avatar Fred Drake

Add conversion information for the grammar production support (preliminary).

parent e30ac570
......@@ -601,6 +601,22 @@
<content/>
</macro>
<!-- Grammar production lists -->
<environment name="productionlist">
<attribute name="grammar" optional="yes"/>
</environment>
<macro name="production">
<attribute name="token"/>
<content/>
</macro>
<macro name="token">
<content/>
</macro>
<macro name="orgroup">
<content/>
</macro>
<macro name="oritem"/>
<!-- Misc. -->
<macro name="emph">
<content/>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment