mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Committing the correct graminit.c; also changed confusing comments in Grammar.
This commit is contained in:
parent
ed49c5e3f8
commit
3b716046a0
2 changed files with 723 additions and 741 deletions
|
@ -77,8 +77,7 @@
|
||||||
# Start symbols for the grammar:
|
# Start symbols for the grammar:
|
||||||
# single_input is a single interactive statement;
|
# single_input is a single interactive statement;
|
||||||
# file_input is a module or sequence of commands read from an input file;
|
# file_input is a module or sequence of commands read from an input file;
|
||||||
# expr_input is the input for the input() function;
|
# eval_input is the input for the eval() and input() functions;
|
||||||
# eval_input is the input for the eval() function;
|
|
||||||
# lambda_input is the input for the proposed lambda() function.
|
# lambda_input is the input for the proposed lambda() function.
|
||||||
|
|
||||||
# NB: compound_stmt in single_input is followed by extra NEWLINE!
|
# NB: compound_stmt in single_input is followed by extra NEWLINE!
|
||||||
|
|
1461
Python/graminit.c
1461
Python/graminit.c
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue