1). Write a program to Tokenizing a file using C
3) Design lexical analyzer using lex tool
4). Simulate First and Follow of a Grammar.
5). Design predictive parser for the given language
6) Implementation of shift reduce parsing algorithm.
7) Construct a recursive descent parser for an expression.