1. Write a Lex program to count the number of lines and characters in the input file. 2. Write a Lex program that implements the Caesar cipher: it replaces every letter with the one three letters ...
This repository contains the lab programs for the Compiler Design and System Software (CDSS) subject. The programs include implementations using Lex, Yacc, and C language. These are the practical ...