diff options
author | Fred Drake <fdrake@acm.org> | 2001-07-09 15:00:42 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-07-09 15:00:42 (GMT) |
commit | 03e88da81b39c16b52b4caaa2d166b12c4d38a41 (patch) | |
tree | 58821121fde60fbdf429ea41f69021327f783583 /Doc/tools | |
parent | e30ac5703850d50a36bcf09ee1fe61b9764e4ab9 (diff) | |
download | cpython-03e88da81b39c16b52b4caaa2d166b12c4d38a41.zip cpython-03e88da81b39c16b52b4caaa2d166b12c4d38a41.tar.gz cpython-03e88da81b39c16b52b4caaa2d166b12c4d38a41.tar.bz2 |
Add conversion information for the grammar production support (preliminary).
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/sgmlconv/conversion.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Doc/tools/sgmlconv/conversion.xml b/Doc/tools/sgmlconv/conversion.xml index 9a747e8..e682cb5 100644 --- a/Doc/tools/sgmlconv/conversion.xml +++ b/Doc/tools/sgmlconv/conversion.xml @@ -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/> |