List of Practical Experiments:
No. List of Practical Experiments LO
1 Implementation of Lexical Analyzer in C / Java / Python LO3
Implement Lexical Analyzer using FLEX( The list may vary)
a. Count no of Vowels & Consonants
b. Count no of Words, characters & lines
2 c. Count no of keywords,identifiers & operators LO3
d. Identify Even & odd integers
e. Count of printf & scanf statements in C program
f. Classify English words as verbs, adverbs, adjectives etc..
3 Write a program to find FIRST & FOLLOW Symbols for the given grammar. LO3
Parser Generator Tool : YACC ( The list may vary)
a. Simple Calculator
4 LO3,LO5
b. Recognize nested IF stmt and display levels
c. Program to recognize a valid variable in C language
5 Implement Intermediate Code Generation using LEX and YACC LO4, LO5