PPCWIP
PPCWIP
Construction
PRACTICAL FILE
Submitted by:
Branch: CSDS
Section: 1
Develop a Parser for ‘C’ using the LEX and YACC tools.........................................................................10
Design a small high-level Language and implement a compiler for the same. If the target machine if
the compiler is a hypothetical machine, then implement a simulator for it........................................14
Add assignment statement, if then else statement, and while loop to the calculator and generate the
three address code for the same.........................................................................................................18
1. Implement a program for symbol table using
hashing
Output:
Calc.l
Calc.y
Add assignment statement, if then else statement, and
while loop to the calculator and generate the three
address code for the same