Committing the correct graminit.c; also changed confusing comments in Grammar.

This commit is contained in:
Guido van Rossum 1993-10-27 13:25:30 +00:00
parent ed49c5e3f8
commit 3b716046a0
2 changed files with 723 additions and 741 deletions

View File

@ -77,8 +77,7 @@
# Start symbols for the grammar:
# single_input is a single interactive statement;
# 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() function;
# eval_input is the input for the eval() and input() functions;
# lambda_input is the input for the proposed lambda() function.
# NB: compound_stmt in single_input is followed by extra NEWLINE!

File diff suppressed because it is too large Load Diff