path.txt
上传用户:jzksjx
上传日期:2022-07-12
资源大小:14k
文件大小:1k
- F:软件java develop environmentSLRsource.txt
- F:软件java develop environmentSLRtest.txt
- F:软件java develop environmentSLRtest1.txt
- E ::= T E`
- E` ::= + T E`
- E` ::= ε
- T ::= F T`
- T` ::= * F T`
- T` ::= ε
- F ::= ( E )
- F ::= id
- id * ( id + id )
- id * id + id
- NOT ( TRUE OR FALSE )
- if ( 0 ) other else if ( 1 ) other
- Enter expr:id * id + id
- index = 0
- now = 0,0
- --- 1 ---
- index = 1
- now = 1,2
- --- 2 ---
- index = 2
- now = 4,2
- --- 2 ---
- index = 3
- now = 2,2
- --- 1 ---
- index = 4
- now = 6,0
- --- 1 ---
- index = 5
- now = 1,1
- --- 2 ---
- index = 6
- now = 9,1
- --- 2 ---
- index = 7
- now = 2,1
- --- 2 ---
- index = 8
- now = 3,1
- --- 1 ---
- index = 9
- now = 7,0
- --- 1 ---
- index = 10
- now = 1,5
- --- 2 ---
- index = 11
- now = 4,5
- --- 2 ---
- index = 12
- now = 10,5
- --- 2 ---
- index = 13
- now = 3,5
- --- 3 ---
- unAccept!!!