VTU-SS Steps to execute: lex filename.l yacc -d filename.y cc lex.yy.c y.tab.c -ll ./a.out Steps to install libraries: sudo apt-get install flex sudo apt-get install bison