Compiler_Lab All the codes which I have done till date in my Compiler lab(5th Sem). To run a code, go to the terminal and then follow : lex filename.l cc lex.yy.c ./a.out