You are on page 1of 1

Department of Computer Science & Engineering

VBS Purvanchal University, Jaunpur


LAB MANUAL
Session: 2023-2024
Compiler Design Lab
CSE 7th SEM
INDEX
Instructor: Pravin Kumar Pandey
Gyanendra Kumar Pal

S. No. List of Elements Page No. Date Remarks Sign

1 Write program to convert NFA to DFA.

2 Implementation of Lexical Analyzer using C.

3 Design and implement a lexical analyzer for given


language using C and the lexical analyzer should
ignore redundant spaces, tabs and new lines.
4 Write program to find ε – closure of all states of any
given NFA with ε transition.

5 Develop an operator precedence parser for a given


language.

6 Write program to find Simulate First and Follow of


any given grammar.

7 Construct a recursive descent parser for an


expression.

8 Construct a Shift Reduce Parser for a given


language.

9 Write a program to perform loop unrolling.

10 Write a program to perform constant propagation.

You might also like