Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3b71604

Browse files
committed
Committing the correct graminit.c; also changed confusing comments in Grammar.
1 parent ed49c5e commit 3b71604

2 files changed

Lines changed: 701 additions & 719 deletions

File tree

Grammar/Grammar

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@
7777
# Start symbols for the grammar:
7878
# single_input is a single interactive statement;
7979
# file_input is a module or sequence of commands read from an input file;
80-
# expr_input is the input for the input() function;
81-
# eval_input is the input for the eval() function;
80+
# eval_input is the input for the eval() and input() functions;
8281
# lambda_input is the input for the proposed lambda() function.
8382

8483
# NB: compound_stmt in single_input is followed by extra NEWLINE!

0 commit comments

Comments
 (0)