mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
gh-110886 Doc: add a link to BNF Wikipedia article (#110887)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
parent
9608704cde
commit
42a5d21d46
1 changed files with 2 additions and 1 deletions
|
@ -90,7 +90,8 @@ Notation
|
|||
|
||||
.. index:: BNF, grammar, syntax, notation
|
||||
|
||||
The descriptions of lexical analysis and syntax use a modified BNF grammar
|
||||
The descriptions of lexical analysis and syntax use a modified
|
||||
`Backus–Naur form (BNF) <https://en.wikipedia.org/wiki/Backus%E2%80%93Naur_form>`_ grammar
|
||||
notation. This uses the following style of definition:
|
||||
|
||||
.. productionlist:: notation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue