path.txt
上传用户:jzksjx
上传日期:2022-07-12
资源大小:14k
文件大小:1k
源码类别:

词法分析

开发平台:

Java

  1. F:软件java develop environmentSLRsource.txt
  2. F:软件java develop environmentSLRtest.txt
  3. F:软件java develop environmentSLRtest1.txt
  4. E ::= T E`
  5. E` ::= + T E`
  6. E` ::= ε
  7. T ::= F T`
  8. T` ::= * F T`
  9. T` ::= ε
  10. F ::= ( E )
  11. F ::= id
  12. id * ( id + id )
  13. id * id + id
  14. NOT ( TRUE OR FALSE )
  15. if ( 0 ) other else if ( 1 ) other
  16. Enter expr:id * id + id
  17. index = 0
  18. now = 0,0
  19. --- 1 ---
  20. index = 1
  21. now = 1,2
  22. --- 2 ---
  23. index = 2
  24. now = 4,2
  25. --- 2 ---
  26. index = 3
  27. now = 2,2
  28. --- 1 ---
  29. index = 4
  30. now = 6,0
  31. --- 1 ---
  32. index = 5
  33. now = 1,1
  34. --- 2 ---
  35. index = 6
  36. now = 9,1
  37. --- 2 ---
  38. index = 7
  39. now = 2,1
  40. --- 2 ---
  41. index = 8
  42. now = 3,1
  43. --- 1 ---
  44. index = 9
  45. now = 7,0
  46. --- 1 ---
  47. index = 10
  48. now = 1,5
  49. --- 2 ---
  50. index = 11
  51. now = 4,5
  52. --- 2 ---
  53. index = 12
  54. now = 10,5
  55. --- 2 ---
  56. index = 13
  57. now = 3,5
  58. --- 3 ---
  59. unAccept!!!