CONSTRUCTOR TABLES of the Grammar G16.grm


Parameters

File G16.prm
struct parm{
	int nr   //tähestiku V pikkus
	int tnr  //tähestiku VT pikkus
	int BRC  //0: G on pööratav
	int Pnr  //Produktsioonide arv
	int dep  //1: sõltuv kontekst
	int itl  //identifikaatorite arv (Parser)
	int ktl  //konstantide arv (Parser)
}

nr=8 tnr=3 BRC=0 Pnr=7 dep=0 itl=0 ktl=0


Alphabet V

File G16.t
# a b S A C B A1 




Scanner Table

File G16.tt
# a b  



Tree of the Alphabet V

File G16.v
struct R{
int P; /* produktsiooni jrk-nr */
int sem; /* semantikakood */
int n; /* NT definitsiooni pikkus */
int *d; /* NT definitsioon */
struct R *alt; /* NT alternatiivne definitsioon */
}

struct D{
int tunnus; /* 0: NT, 1: T */
int code; /* vahekeelne kood */ int L; /* NT või id/const nime pikkus */ int loc; /* ident | const : nr */ int icx; /* itl või ktl - IT või KT index */ struct D *left; /* kahendpuu viidad (võti on T[code]) */ struct D *right; struct R *def; } D 00490040: tunnus=1 code=1 L=1 loc=0 icx=0 left=00000000 right=00491CB0 def=00000000 (#)
D 00491B20: tunnus=0 code=5 L=1 loc=0 icx=0 left=00000000 right=004919B0 def=00491920 (A)
R 00491920: P=2 sem=0 n=2 d=00491450 alt=00000000
d 00491450: 6 8
D 00491500: tunnus=0 code=8 L=2 loc=0 icx=0 left=00000000 right=00000000 def=004914C0 (A1)
R 004914C0: P=6 sem=0 n=1 d=00491490 alt=00000000
d 00491490: 7
D 00491960: tunnus=0 code=7 L=1 loc=0 icx=0 left=00491500 right=00000000 def=004916A0 (B)
R 004916A0: P=4 sem=0 n=2 d=00491660 alt=00491800
d 00491660: 7 2
R 00491800: P=3 sem=0 n=1 d=004917D0 alt=00000000
d 004917D0: 2
D 004919B0: tunnus=0 code=6 L=1 loc=0 icx=0 left=00491960 right=00000000 def=00491580 (C)
R 00491580: P=5 sem=0 n=1 d=00491550 alt=00000000
d 00491550: 3
D 00491BC0: tunnus=0 code=4 L=1 loc=0 icx=0 left=00491B20 right=00000000 def=00491A90 (S)
R 00491A90: P=1 sem=0 n=3 d=00491A50 alt=00000000
d 00491A50: 1 5 1
D 00491CB0: tunnus=1 code=2 L=1 loc=0 icx=0 left=00491BC0 right=00491C10 def=00000000 (a)
D 00491C10: tunnus=1 code=3 L=1 loc=0 icx=0 left=00000000 right=00000000 def=00000000 (b)

Reduce Table

File G16.ht
struct h{
	int P;          /* produktsiooni jrk-nr */
	int n;          /* definitsiooni pikkus  */
	int NT;         /* defineeritav nonterminal  */
	int *d;         /* definitsioon */
	int nc;         /* 1 - sõltuv kontekst */
	char *c;        /* reservis */
	struct h *same; /* sama parem pool */
	struct h *col;  /* põrkeviit */
}

 h 004911D0: P=3 n=1 NT=7 d=004911A0 nc=0 same=00000000 col=00000000  (B)
d 004911A0: 2
h 004912E0: P=5 n=1 NT=6 d=004912B0 nc=0 same=00000000 col=00000000 (C)
d 004912B0: 3
h 00491260: P=4 n=2 NT=7 d=00491220 nc=0 same=00000000 col=00491400 (B)
d 00491220: 7 2
h 00491400: P=1 n=3 NT=4 d=004913C0 nc=0 same=00000000 col=00000000 (S)
d 004913C0: 1 5 1
h 00491150: P=6 n=1 NT=8 d=00491120 nc=0 same=00000000 col=00000000 (A1)
d 00491120: 7
h 00491370: P=2 n=2 NT=5 d=00491330 nc=0 same=00000000 col=00000000 (A)
d 00491330: 6 8

Precedence Matrix

File G16.pm
Nr12345678
100201200
244000000
304000044
400000000
510000000
602000021
741000000
840000000



Semantics

File G16.sm

1 2 3 4 5 6 7 8 9 0