Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: d60ec8f11a2679e7c56c01cf15e4fef47bdbfe4e authored by cvs2svn on 18 February 1999, 16:04:35 UTC
This commit was manufactured by cvs2svn to create tag 'r152b2'.
Tip revision: d60ec8f
test_grammar
test_grammar
1. Parser
1.1 Tokens
1.1.1 Backslashes
1.1.2 Numeric literals
1.1.2.1 Plain integers
1.1.2.2 Long integers
1.1.2.3 Floating point
1.1.3 String literals
1.2 Grammar
single_input
file_input
expr_input
eval_input
funcdef
simple_stmt
expr_stmt
print_stmt
1 2 3
1 2 3
1 1 1
del_stmt
pass_stmt
flow_stmt
break_stmt
continue_stmt
return_stmt
raise_stmt
import_stmt
global_stmt
exec_stmt
if_stmt
while_stmt
for_stmt
try_stmt
suite
test
comparison
binary mask ops
shift ops
additive ops
multiplicative ops
unary ops
selectors
atoms
classdef
back to top