t01.expect 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. file_input
  2. stmt
  3. simple_stmt
  4. small_stmt
  5. print_stmt
  6. T_NAME: 'print'
  7. test
  8. or_test
  9. and_test
  10. not_test
  11. comparison
  12. expr
  13. xor_expr
  14. and_expr
  15. shift_expr
  16. arith_expr
  17. term
  18. factor
  19. power
  20. atom
  21. T_NAME: 'x'
  22. T_PLUS: '+'
  23. term
  24. factor
  25. power
  26. atom
  27. T_NUMBER: '2'
  28. T_STAR: '*'
  29. factor
  30. power
  31. atom
  32. T_NUMBER: '3'
  33. T_NEWLINE: '\n'
  34. T_ENDMARKER: ''