Start of CONSTRUCTOR for the Grammar G26.grm Sat Apr 03 15:48:30 2004

Terminal alphabet

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


Nonterminal alphabet

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


Productions

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

Leftmost-set

Symbol#ab1cTSAB
6.T*00000000
7.S0**000000
8.A000**0000
9.B000*00000

Rightmost-set

Symbol#ab1cTSAB
6.T*00000000
7.S0**000000
8.A000**0000
9.B000*00000

Leftmost & rightmost sets

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

`S' leftmost set: `a' , `b'
`S' rightmost set: a , b

`A' leftmost set: `1' , `c'
`A' rightmost set: 1 , c

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


Precedence matrix

Symbol#ab1cTSAB
1.#0<<000=00
2.a>00<<00==
3.b>00<<00==
4.10>>0>0000
5.c0>><0000=
6.T000000000
7.S=00000000
8.A0==000000
9.B0==0=0000

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

The relationships of symbol #2 a:
•> #<• 1<• c=• `A'=• `B'

The relationships of symbol #3 b:
•> #<• 1<• c=• `A'=• `B'

The relationships of symbol #4 1:
•> a•> b•> c

The relationships of symbol #5 c:
•> a•> b<• 1=• `B'

The relationships of symbol #6 `T':

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

The relationships of symbol #8 `A':
=• a=• b

The relationships of symbol #9 `B':
=• a=• b=• c


Grammar G26.grm is a precedence grammar

Grammar G26.grm is not invertible


Left Context


Symbol#ab1cTSAB
6.T000000000
7.S*00000000
8.A0**000000
9.B0**0*0000

Right Context


Symbol#ab1c
6.T00000
7.S*0000
8.A0**00
9.B0**0*


Independent context

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

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

`A' left context: a , b
`A' right context: a , b

`B' left context: a , b , c
`B' right context: a , b , c


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

`B' left context: a , b , c
`B' right context: a , b , c


The independent context of `A' and `B' is not different

independent context didn't help us. I'll try to use the dependent one.


I'll find the subsets of dependent context of `A'
gamma1: the source is the production
P=2 `S' -> a `A' a
{a , a}
gamma1: the source is the production
P=3 `S' -> b `A' b
{b , b}

The set of dependent context of `A':
{a , a} {b , b}


I'll find the subsets of dependent context of `B'
gamma1: the source is the production
P=4 `S' -> a `B' b
{a , b}
gamma1: the source is the production
P=5 `S' -> b `B' a
{b , a}
gamma1: the source is the production
P=8 `A' -> c `B' c
{c , c}

The set of dependent context of `B':
{a , b} {b , a} {c , c}

test_dep_con A and B

dependent context of `A' and `B' is different


Grammar G26.grm is BRC(1,1)-reducible

Dependent context


dependent context of `A':
{a , a} {b , b}

dependent context of `B':
{a , b} {b , a} {c , c}

Semantics

Semantics file is G26.sem
p=15 piir=15
p=16 piir=15
#=1
a=2
b=3
1=4
c=5
P1=7 $P 1: `T' -> # `S' #
P2=8 $P 2: `S' -> a `A' a
P3=9 $P 3: `S' -> b `A' b
P4=10 $P 4: `S' -> a `B' b
P5=11 $P 5: `S' -> b `B' a
P6=12 $P 6: `A' -> 1
P7=13 $P 7: `B' -> 1
P8=14 $P 8: `A' -> c `B' c
P9=15 $

Result tables


FileSize
G26.prm28
G26.pm100
G26.t200
G26.tt120
G26.ht1360
G26.sm60
G26.v528
G26.lc100
G26.rc100
G26.dc150

Look at result tables

Finish of CONSTRUCTOR Sat Apr 03 15:48:30 2004