Start of CONSTRUCTOR for the Grammar G7.grm Sat Apr 03 15:55:49 2004

Terminal alphabet

# 1 = #
# 2 = a
# 3 = b
# 4 = 0
# 5 = 1


Nonterminal alphabet

# 6 = `T'
# 7 = `S'
# 8 = `A'
# 9 = `B'
#10 = `C'


Productions

P 1: `T' -> # `S' #
P 2: `S' -> a `A'
P 3: `S' -> b `B'
P 4: `A' -> 0 `A' 1
P 5: `A' -> `C' 1
P 6: `B' -> `C' 1
P 7: `C' -> 1

Leftmost-set

Symbol#ab01TSABC
6.T*000000000
7.S0**0000000
8.A000**0000*
9.B0000*0000*
10.C0000*00000

Rightmost-set

Symbol#ab01TSABC
6.T*000000000
7.S0000*00**0
8.A0000*00000
9.B0000*00000
10.C0000*00000

Leftmost & rightmost sets

`T' leftmost set: `#'
`T' rightmost set: #

`S' leftmost set: `a' , `b'
`S' rightmost set: 1 , A , B

`A' leftmost set: `0' , `1' , `C'
`A' rightmost set: 1

`B' leftmost set: `1' , `C'
`B' rightmost set: 1

`C' leftmost set: `1'
`C' rightmost set: 1


Precedence matrix

Symbol#ab01TSABC
1.#0<<000=000
2.a000<<00=0<
3.b0000<000=<
4.0000<<00=0<
5.1>000>00000
6.T0000000000
7.S=000000000
8.A>000=00000
9.B>000000000
10.C0000=00000

The relationships of symbol #1 #:
<• a<• b=• `S'

The relationships of symbol #2 a:
<• 0<• 1=• `A'<• `C'

The relationships of symbol #3 b:
<• 1=• `B'<• `C'

The relationships of symbol #4 0:
<• 0<• 1=• `A'<• `C'

The relationships of symbol #5 1:
•> #•> 1

The relationships of symbol #6 `T':

The relationships of symbol #7 `S':
=• #

The relationships of symbol #8 `A':
•> #=• 1

The relationships of symbol #9 `B':
•> #

The relationships of symbol #10 `C':
=• 1


Grammar G7.grm is a precedence grammar

Grammar G7.grm is not invertible


Left Context


Symbol#ab01TSABC
6.T0000000000
7.S*000000000
8.A0*0*000000
9.B00*0000000
10.C0***000000

Right Context


Symbol#ab01
6.T00000
7.S*0000
8.A*000*
9.B*0000
10.C0000*


Independent context

`T' left context:
`T' right context:

`S' left context: #
`S' right context: #

`A' left context: a , 0
`A' right context: # , 1

`B' left context: b
`B' right context: #

`C' left context: a , b , 0
`C' right context: 1


Equivalent definitions:
`A' —> `C' 1 & `B' —> `C' 1
`A' left context: a , 0
`A' right context: # , 1

`B' left context: b
`B' right context: #


The left context of `A' and `B' is different

Grammar G7.grm is BRC(1|1)-reducible


Semantics

Semantics file is G7.sem
#=1
a=2
b=3
0=4
1=5
P1=6 $P 1: `T' -> # `S' #
P2=7 $P 2: `S' -> a `A'
P3=8 $P 3: `S' -> b `B'
P4=9 $P 4: `A' -> 0 `A' 1
P5=10 $P 5: `A' -> `C' 1
P6=11 $P 6: `B' -> `C' 1
P7=12 $P 7: `C' -> 1

Result tables


FileSize
G7.prm28
G7.pm121
G7.t220
G7.tt120
G7.ht1308
G7.sm56
G7.v520
G7.lc121
G7.rc121

Look at result tables

Finish of CONSTRUCTOR Sat Apr 03 15:55:49 2004