123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- file_input
- stmt
- simple_stmt
- small_stmt
- print_stmt
- T_NAME: 'print'
- test
- or_test
- and_test
- not_test
- comparison
- expr
- xor_expr
- and_expr
- shift_expr
- arith_expr
- term
- factor
- power
- atom
- T_STRING: '\'0"1\''
- T_NEWLINE: '\n'
- stmt
- simple_stmt
- small_stmt
- print_stmt
- T_NAME: 'print'
- test
- or_test
- and_test
- not_test
- comparison
- expr
- xor_expr
- and_expr
- shift_expr
- arith_expr
- term
- factor
- power
- atom
- T_STRING: "'2\\'3'"
- T_NEWLINE: '\n'
- stmt
- simple_stmt
- small_stmt
- print_stmt
- T_NAME: 'print'
- test
- or_test
- and_test
- not_test
- comparison
- expr
- xor_expr
- and_expr
- shift_expr
- arith_expr
- term
- factor
- power
- atom
- T_STRING: '"4\'5"'
- T_NEWLINE: '\n'
- stmt
- simple_stmt
- small_stmt
- print_stmt
- T_NAME: 'print'
- test
- or_test
- and_test
- not_test
- comparison
- expr
- xor_expr
- and_expr
- shift_expr
- arith_expr
- term
- factor
- power
- atom
- T_STRING: '"6\\"7"'
- T_NEWLINE: '\n'
- stmt
- simple_stmt
- small_stmt
- print_stmt
- T_NAME: 'print'
- test
- or_test
- and_test
- not_test
- comparison
- expr
- xor_expr
- and_expr
- shift_expr
- arith_expr
- term
- factor
- power
- atom
- T_STRING: '\'\'\'8\'9"0\'\'\''
- T_NEWLINE: '\n'
- T_ENDMARKER: ''
|