Committing the correct graminit.c; also changed confusing comments in Grammar.
This commit is contained in:
parent
ed49c5e3f8
commit
3b716046a0
|
@ -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…
Reference in New Issue