mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Add conversion information for the grammar production support (preliminary).
This commit is contained in:
parent
e30ac57038
commit
03e88da81b
1 changed files with 16 additions and 0 deletions
|
@ -601,6 +601,22 @@
|
||||||
<content/>
|
<content/>
|
||||||
</macro>
|
</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. -->
|
<!-- Misc. -->
|
||||||
<macro name="emph">
|
<macro name="emph">
|
||||||
<content/>
|
<content/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue