t00.expect 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. file_input
  2. stmt
  3. simple_stmt
  4. small_stmt
  5. expr_stmt
  6. testlist
  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: 'y'
  22. T_EQUAL: '='
  23. testlist
  24. test
  25. or_test
  26. and_test
  27. not_test
  28. comparison
  29. expr
  30. xor_expr
  31. and_expr
  32. shift_expr
  33. arith_expr
  34. term
  35. factor
  36. power
  37. atom
  38. T_NUMBER: '1'
  39. T_NEWLINE: '\n'
  40. T_ENDMARKER: ''