Yacc
: Phases of Compilation
Yacc
compiler
translate
.
y
(
Yacc
source program)
LR-parser
constructed
from
CFG
during
translate
.
y
C compiler
y
.
tab
.c
(C source program)
y
.
tab
.c
(C source program)
a.out
(
parser
)
a.out
String of
Tokens
,
x
Parse of
x
made by
a.out
63/69